Reputation: 2499
I'm experimenting with HTML5, making html elements draggable. It worked on button, but not on text input, the same exact code. Any reason for this? It calls the dragstart hadnler, but right after it calls the dragend handler as well and it doesn't even begin The button itself only works on Chrome, but the input type text doesn't work at all.
(The one working is a button element, not a input type button or submit)
Upvotes: 1
Views: 3006
Reputation: 295
DnD isnt working for buttons on firefox. You can get it to work on textinput, label in firefox but it won't work in chrome.
Upvotes: 1