Happens unpredictably on homepage load (every ~5th). Some icons elsewhere (upload modal, scratchbook) are showing so the font itself must be present?
Chrome Version 48.0.2564.103 (64-bit)
screenshot is from Main but I have seen this also on Test and locally

edit: other places seems to be affected too

@martenson I refreshed a bunch of times and haven't been able to make it happen yet. Can you pop open developer tools and see if it's the fontawesome resource failing to load, or if it is something else?
@dannon nope, no javascript error, no failed load; I would have reported it otherwise
This seems to happen when font awesome is loaded twice:
EDIT: Nope - too small of a sample size
@martenson Were you using chrome and was the console open when you saw these? Have you seen it happen when the console is closed?
@carlfeberhard yeah Chrome, the version is in the first post; I have seen it both with and without console open
Have you (or anyone for that matter) seen this happen on dev or just 16.01?
I have seen this on both dev and Main recently.
When it will happen:
When it won't:
Other stuff:
I have not seen any bug, question, or report on the net that describes what's happening here (yet).
Ok - I can't reproduce _this bug_ in Canary (it's a different, worse, rendering bug). I'm still thinking this is a rendering problem with Chrome, tho.
Has anyone seen this happen on something other than a Mac?
I did not see it for a long time, #1784 probably fixed it well. Thanks @carlfeberhard
I am seeing this again on Main. Full cache clean and hard reset with devtools don't help.

on 9a86a03661ac000db5903aaf4268a2d5ebb7a04f I see the icons missing from toolform

In response to the Mac question - I exclusively use Chrome under Linux and I have never seen this problem.
I use Chrome on Linux and am experiencing this problem on Main right now. It _seems_ to correlate somewhat with poor response times by the server.
happens fairly often on Main now

Heya @martenson - what version of Chrome are you using? before 51.0.2704.84?
I've updated and it's not happening even with the dev tools open.
Version 51.0.2704.84 (64-bit) OSX 10.11.5
Here's an update: I've tried about a dozen ways to workaround this (Chrome) bug and done quite a bit of research trying to find someone having this issue with both font-awesome and Chrome. Here's some review of when this seems to happen:
Here are some relevant(?) chromium bug reports:
https://bugs.chromium.org/p/chromium/issues/detail?id=602968
https://bugs.chromium.org/p/chromium/issues/detail?id=582198
Especially see the thread at and after this comment (It seems to be related to calling font-face twice):
https://bugs.chromium.org/p/chromium/issues/detail?id=582198#c11
But I also think it has something to do with font awesome's warning about directly altering the size of the icon elements. See: https://github.com/FortAwesome/Font-Awesome/issues 5128 "global .fa command is breaking custom icon sizes"
Or possibly because it sets any default size:
https://bugs.chromium.org/p/chromium/issues/detail?id=582198#c12
The only way I've found to fix this is a fairly heavy handed approach:
After that, the fonts (_so far_) have appeared in Chrome and every other browser consistently and without changing sizes. The very real con of this is the base64 adds quite a bit of data to base.css and we load that file (an already too large and bloated stylesheet) into the page at the head, blocking further page rendering until it's loaded.
Just FYI - I've seen this too since 16.01. Chrome Version 51.0.2704.84. I had thought was related to server load and size of the history. Most were imported histories (if am recalling when it came up properly) but all of that seems not directly related. Am upgrading Chrome so I can follow and report new observed behavior, should I run into it again under specific circumstances not completely correlated with the known triggers above. I'll also follow here, for fixes, test impacted tools noted or linked, and watch for it "passively" as I use Main daily for support activities.
@carlfeberhard will give feedback for the issue you linked last week, in that ticket. Bit of a quick test again first, since all observed behavior that is "off" didn't seem directly related (form select issues), but trust if you think there are some root causes in common. Thanks!
I haven't been seeing this much lately. Possibly due to the new-and-improved Main performance?
Anyone else who was experiencing this see similar improvements?
I have seen this multiple times lately, including during last week's admin
training (even on other people's machines).
On Thu, Nov 17, 2016 at 2:27 PM Nate Coraor [email protected]
wrote:
I haven't been seeing this much lately. Possibly due to the
new-and-improved Main performance?Anyone else who was experiencing this see similar improvements?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/galaxyproject/galaxy/issues/1716#issuecomment-261343877,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABuxqms-yXDA8xf9WBcUtA0pWPpoh4B1ks5q_KqogaJpZM4HYWjA
.
Bummer.
I am experiencing something similar on chrome...I am using layers and in some cases the 2nd icon shows up when it supposed to and in some cases it doesn't. When I inspect it, I see that the 2nd icon is there in the layer, the ng-if statement that would hide it is commented out, but it doesn't actually show up.
The html looks identical to the cases where it does show up, so I am unsure why this is happening.
Here is the html for the one that shows the paperclip in the layer:

And here is the html for the one that doesn't...its exactly the same:

We haven't had any reports of this recently so I think it might be fixed
Well, we're in December 2019 and I still have this behavior in Chrome 79.0.3945.79
@ExauceFiction what version of Galaxy?
It's WIP that I don't want in 20.01, but #9101 should finish this off for good, swapping from the font to svg.
Most helpful comment
This seems to happen when font awesome is loaded twice:EDIT: Nope - too small of a sample size