Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.13k stars 235 forks source link

Fabrik Doesn't work on Edge #198

Closed trexdinosaur closed 6 years ago

trexdinosaur commented 6 years ago

Fabrik doesn't seem to be working on the latest version of edge. Seems to be an issue w/ jsplumb.

As a temporary fix, can I add a message that says please use Google Chrome to access Fabrik?

PalashTanejaPro commented 6 years ago

@trexdinosaur Let me confirm that EDIT: Ok confirmed Steps to reproduce:

tendstofortytwo commented 6 years ago

This seems to be related to this: https://stackoverflow.com/questions/11927309/html5-dnd-datatransfer-setdata-or-getdata-not-working-in-every-browser-except-fi

I replaced e.dataTransfer with a state variable in content.js and now drag drop works, as well as importing from the model zoo.

Edge works