erictsangx / fire-drag

Firefox add-on: provide drag-and-drop utilities for texts and links
32 stars 14 forks source link

Drag is not working on Github issues page. #1

Closed amosbird closed 8 years ago

amosbird commented 8 years ago

Though it seems to be a general issue of all drag add-ons, I wonder if fire-drag can support drag action consistently over all sites. Currently I know Github issues page and firefox Add-ons page don't work.

erictsangx commented 8 years ago

It seems github somehow block the ondrop event. Fixed on v0.0.9

erictsangx commented 8 years ago

BTW, I tried with FF add-ons page, it is working. Could you specify what element/HTML DOM that drag is not working?

amosbird commented 8 years ago

It doesn't work in add-ons preference page. Anyway it is just a corner case. Thanks for fixing the github dragging issue.