HI
I am trying to build simple application using kendo drag and drop feature on div tags.
The code works under IE9 and above. When trying under Chrome browser I get critical error that immediately when dragging to fast executes onDrop automatically.
Mouse button is still down !?
The actual code is like:
- define code
- custom drop code
- stack .. onDrop raised/called when fast move is in progress
- console log: jquery info message
Info message:
Resource interpreted as Image but transferred with MIME type application/octet-stream "http://localhost:8080/test.aspx" jquery-1.9.1.js
Google Chrome 26.0.1410.64 m
kendo 2013.2.918
jquery 1.9.1
By Ales Petric
I am trying to build simple application using kendo drag and drop feature on div tags.
The code works under IE9 and above. When trying under Chrome browser I get critical error that immediately when dragging to fast executes onDrop automatically.
Mouse button is still down !?
The actual code is like:
- define code
- custom drop code
- stack .. onDrop raised/called when fast move is in progress
- console log: jquery info message
Info message:
Resource interpreted as Image but transferred with MIME type application/octet-stream "http://localhost:8080/test.aspx" jquery-1.9.1.js
Google Chrome 26.0.1410.64 m
kendo 2013.2.918
jquery 1.9.1
By Ales Petric