Open GoogleCodeExporter opened 8 years ago
Hello,
there was a problem with enabling/disabling styles CSS files before they are
completely loaded. This bug behaved differently on different browsers, and also
if CSS files were already cached.
We have this fixed on our shellinabox fork:
https://github.com/shellinabox/shellinabox
--------------------------------------------------------------------
User CSS initialization fix (issue #138)
* Now we use onload event to disable user CSS accoring to default
or user settings. Problem was that we were setting the 'disabled'
attribute on unloaded stylesheet. This should work in all moderen
browsers.
Original comment by luka.kra...@gmail.com
on 17 Jun 2015 at 10:13
Original issue reported on code.google.com by
xpers...@gmail.com
on 17 Jun 2015 at 4:50