Add CustomEvent polyfill and fire drop event in load dialog#168
Add CustomEvent polyfill and fire drop event in load dialog#168microbit-carlos merged 1 commit intobbcmicrobit:masterfrom dnlbaines:master
Conversation
|
@danbai02 Did you test this in IE10? |
I have not, I develop in an Ubuntu VM which makes this harder. I usually use IETab but that does not seem to work with drag and drop. |
|
Can you run it in an IE10 vm? You can probably just download the zip file inside the windows VM and test it from there: https://github.com/danbai02/PythonEditor/archive/master.zip |
Confirmed working in IE10. |
microbit-carlos
left a comment
There was a problem hiding this comment.
Great, thanks @danbai02!
This adds a polyfill to allow us to create CustomEvents. A CustomEvent is now fired when a file is dropped into the load dialog.