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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -