G33kDude / Neutron.ahk

AutoHotkey Web GUIs on Steroids
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=76865
MIT License
204 stars 27 forks source link

DOM DragEvents not working #21

Open mfaizsyahmi opened 2 years ago

mfaizsyahmi commented 2 years ago

I'm working on a GUI that implements dragging and dropping elements around the page to reorder them.

It is working properly on FF97 and actually also on IE11. However it doesn't work on neutron.ahk. While it blocks dragging from outside the window (to be captured by ahk's GuiDropFiles), it shouldn't block DOM DragEvents within the wb.

mfaizsyahmi commented 2 years ago

Here's a gist to test DOM DragDrop (adapted from MDN)