Code Monkey home page Code Monkey logo

setdragimage-ie's People

Contributors

mihaivalentin avatar ntlk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

setdragimage-ie's Issues

Not able to resize dragging image in IE

Hello,
i am using this polyfill for IE. I want to resize dragging image, it works well in all other browser but not working in ie.

My code is following

            var crt = this.cloneNode(true);
            crt.style.position = "absolute";
            crt.style.top = "-200px";
            crt.style.border = "1px solid orange";
            crt.style.width =  "184px !important";
            crt.style['min-height'] =  "140px !important";
            document.body.appendChild(crt);
            event.originalEvent.dataTransfer.setDragImage(crt, 0, 0);

I attatached output file from other browser but it not works in IE.

image

Not working in IE 11 or IE10 (including demos)

I would like to use this polyfill for my drag and drop, however, it doesn't seem to work in IE. I have just attempted to run the demo files in IE (windows 7 with IE 11 via VirtualBox) and they do not work. I've also tried to use this with my drag and drop and it also doesn't work.

I don't get any errors, but I also don't see the correct image while I drag (the red dot in the datasrc case). I simply see the cursor change to a drag icon (not the image).

Does anyone have any ideas why this doesn't work in IE?

Throws an exception in IE 11 strict mode

Sadly, this doesn't seem to work in IE 11 strict mode, the following exception is thrown:

Accessing the 'caller' property of a function or arguments object is not allowed in strict mode

This is on line 72:

parentFn = parentFn.caller

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.