-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes Icons don't render on firefox on ubuntu #7980
Comments
On which Firefox version do tested? |
Tested on a firefox 54.0 (64-bit) (firefox for ubuntu canonical - 1.0) on a ubuntu 16.04 LTS |
Having this issue on firefox 55, nixos and archlinux. Works fine on firefox 57. |
@RocketChat/core |
We have this issue with Firefox 54... Is there an option to use the old design? |
I don't think the new design is released in a stable version yet - just revert back to a stable version? |
@karlprieb It's still happens sometimes. 😢 |
Part of #8494 |
Face this issue using Firefox 52 esr on Windows. Rocket 0.59 release. |
Rocket.Chat version 0.52.9 Pretty anoying bug as Firefox 52 is an ESR. Cheers |
No luck here... I tried something simple with svg to be sure (based on RocketChat 0.59.3 simplified sources, see below). It works like a charm with FF 52 et Chrome. I also tried the full code of RocketChat 0.59.3 but without css and I still don't see icons. Ideas ?
|
I've been testing some things too but to no avail. To me it looks like all elements that are not visible on the screen are base64 encoded SVG icons. All of those missing icons have changed after 0.58 I think, and maybe they have some image property that bugs in CSS with Firefox ESR. EDIT: Except that icons are not encoded in base64 it seems. They are in one file under:
in the format like this:
The format seems to be SVG or pretty close to it. Nevertheless, how this gets decoded in Firefox ESR might be the problem. |
It seems to work if we use absolute url for href in tag, for example Please, rocket.chat guys, fix it! |
@Agulov Could it be a HTTPS issue? Try |
@Lemmmy |
Sorry, I can't understand how I can resolve this issue on my installation ( 0.59.3 ), someone can help me ? |
Minimally tested hack for anyone that needs a temporary fix. JQuery/JavaScript is not my strong point, improvements appreciated. This goes in Administration -> Layout -> Custom Scripts. This makes use of the absolute URL workaround pointed out by @Agulov above. It appears to fix the icon problems in previous versions of Firefox without breaking Chromium or Firefox 59 - I haven't tested any other browsers. Use with caution and don't forget to take it out after a proper fix has been released.
EDIT/take 2:
|
Thanks for the fix! Works like a charm! |
Yes, this Workaround works at my instance too, thanks a lot! |
This test |
Neither of both patches supplied by @kimgb works for me. Tested with rocket.chat 0.59.4 and firefox ESR 0.52.2 |
The text was updated successfully, but these errors were encountered: