icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Safari - Ui damaged. #1001

Closed skerbis closed 2 years ago

skerbis commented 2 years ago

ICEcoder 8.1 In Safari 15.1 it looks like this:

Bildschirmfoto 2021-11-22 um 15 00 50

cannot figure out why Can't get or see the menu

mattpass commented 2 years ago

@skerbis after much headscratching I've narrowed it down to the updated database manager lib, Adminer, which it seems causes the page to distort.

If you comment out this in lib/database-adminer-480-en.php on line 14:

include "./database-adminer-480-en.php";

...and then reload, ICEcoder isn't distorted and works fine. I'll continue to investigate why it's affecting the display of ICEcoder itself, but should get you by in the meantime?

skerbis commented 2 years ago

Thanks. 👍🏻 It seems replacing it with Adminer 4.8.1 helps preventing this issue

mattpass commented 2 years ago

Indeed. Something is causing the display to distort - will find out exactly what and resolve. In the meantime, this is a good fix 👍🏼

skerbis commented 2 years ago

I thought an update of the adminer would help. Unfortunately not. It worked for a short time. But after a while the error was back. (Perhaps a caching issue)

mattpass commented 2 years ago

Someone else reported this issue too, which seems to be resolved now in a fix I made at: https://github.com/icecoder/ICEcoder/commit/958e91a67f594474299a01be35830172e1eb12d5 - hope it's sorted for you now also.