chrome sets cursor to text while dragging, why? -


my application has many drag , drop features. while dragging want cursor change grab cursor. internet explorer , firefox work fine this, chrome changes cursor text cursor.

none of these solutions worked me because it's code.

i use custom jquery implementation drag, , adding line in mousedown handler did trick me in chrome.

e.originalevent.preventdefault(); 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -