Currently, I meet a strange bug, every version of internet explorer are concerned.
The issue appears when i’m dropping the event. After mouse up, the event continu to follow the cursor and i just can’t throw it - On every other browsers, the bug doesn’t appear.
Then I decided to launch the debugger included inside IE9, and by miracle, the bug disapears
If I restart the browser the bug is back.
I don’t have any idea how this behavior is possible.
I took a look around the drag n drop features, and nothing found about an IE incompatibility.
Is there some known issues about the drag n drop and IE ?
For information, IE 7 is equally concerned.
Thank you for your response.
Very good idea, i Forgot this option to limit the possibilities.
So, I tried to load some samples provided with the package and indeed the bug is not appearring.
so I think I might have a conflict with another file/plugin.
I ll try disable some plugin and see what happens.
For information, i’m using collision, readonly and unit plugin around the scheduler.
Be sure to check Console tab in IE developer tools. It’s possible that something is logged there. Also filename would be displayed.
Calling console.log() may cause this issue.