icecoder/ICEcoder

Safari - Ui damaged.

skerbis opened this issue · 5 comments

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

@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?

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

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

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)

Someone else reported this issue too, which seems to be resolved now in a fix I made at: 958e91a - hope it's sorted for you now also.