bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
198 stars 130 forks source link

Problems in IE10 #342

Closed martinwork closed 3 years ago

martinwork commented 3 years ago

Screen layout breaks down in IE10 if window is too small. The editor area disappears and the icons are jumbled around the sides.

Reloading the page in IE10 does not reset the Script Name

And related: microbit.org/code doesn't display well in IE10

microbit-carlos commented 3 years ago

Does the

Screen layout breaks down in IE10 if window is too small. The editor area disappears and the icons are jumbled around the sides.

I think this is already captured in https://github.com/bbcmicrobit/PythonEditor/issues/170. Does that cover what you found, or should we add more info over there?

Reloading the page in IE10 does not reset the Script Name

I think we had this captured somewhere else too, but I'm not finding it at the moment, I'll see if it's recorded in a different repo.

microbit.org/code doesn't display well in IE10

@microbit-matt-hillsdon is the website meant to be IE10 compatible? Perhaps it's only IE11?

martinwork commented 3 years ago

Yes #170 is what I see.

microbit-carlos commented 3 years ago

Thanks Martin! So the layout is #170, the IE10 turns out is an issue we decided not to fix since it required an ugly workaround that sometimes didn't work either (turns out is a "feature" in IE to keep form data and has been "improved" over time), and the microbit.org website is not IE10 compatible.