-
Notifications
You must be signed in to change notification settings - Fork 975
bookmark is invisible if favicon.ico is not found #2075
Comments
Maybe show a generic file icon in this case? |
or |
@bradleyrichter for final say |
This is a tough one... even if you're in the regular bookmarks toolbar view, it happens (just 16 pixels of dead space). I like the idea of showing a generic icon The hard part of this defect is... it throws a 404 at the CSS level when the background-image: url(); part evaluates. It'll show the 404 in the JavaScript console, but I'm not sure how to intercept this. The ideal solution would be to intercept this, remove the background image CSS attribute and then add the classes "fa fa-file-o" Any ideas on how to catch that? I put an onerror="" handler on the span owning the style that 404s, but it doesn't get executed. |
We should follow Chrome or FX lead on this one.
|
@bradleyrichter Chrome sets its own "paper" icon for bookmarks. Can we have one as well? |
yes please. FA file-o |
Test plan: #5826 (comment) |
Describe the issue you encountered: bookmark is invisible in "show only favicon mode" if favicon.ico is not found (404)
Expected behavior: a class should be added so that it can be styled
The text was updated successfully, but these errors were encountered: