Closed
Bug 1203521
Opened 9 years ago
Closed 7 years ago
The icon is not displayed for several add-ons in about:addons
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1376518
People
(Reporter: vtamas, Unassigned)
Details
Reproducible on: Firefox 43.0a1 back to Firefox 37.0.2 across all platforms
STR
1. Launch Firefox with clean profile.
2. Navigate to https://addons.mozilla.org/en-US/firefox/addon/asso-notifier/?src=ss
3. Install the add-on.
4. Verify the add-on icon in about:addons.
ER
The add-on icon is successfully displayed in about:addons.
AR
The icon is not displayed for some add-ons in Addons Manager.
See screenshot: http://i.imgur.com/6XEnVaC.jpg
Additional notes:
- This issue is reproducible on Firefox 43.0a1 (2015-09-09) back to Firefox 37.0.2 under Windows 7 64-bit, Ubuntu 14.04 32-bit and Mac Os X 10.10.5.
- The icon is also not displayed for:
https://addons.mozilla.org/en-US/firefox/addon/chatwork-live-screen-sharing-e/?src=ss
https://addons.mozilla.org/en-US/firefox/addon/mrosupply-search/?src=ss
- See also the following UI issue http://i.imgur.com/wQHwctf.jpg which might be related with this bug.
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Reporter | ||
Comment 1•9 years ago
|
||
I’ve also encountered this issue while installing: https://addons.mozilla.org/en-US/firefox/addon/new-tab-by-yahoo/?src=cb-dl-users
See screenshot: http://i.imgur.com/mdy0CMh.jpg
Comment 2•7 years ago
|
||
I also have this issue with my addon https://addons.mozilla.org/fr/firefox/addon/keepintab/.
The manifest can be found here : https://github.com/nicofrand/keepintab/blob/master/manifest.json.
It uses SVG and the SVG is provided withing the xpi (not on a remote server).
For me on Firefox 57.0b4, the icon appears in the details of the addon but in the list it appears for half a second and then disappears (except when the devtools are open : it does not appear at all).
Comment 3•7 years ago
|
||
It appears it comes from my SVG https://github.com/nicofrand/keepintab/issues/1#issuecomment-334696931 but I don't get why.
Comment 4•7 years ago
|
||
According to https://validator.w3.org/check the SVG is valid.
Comment 5•7 years ago
|
||
Sorry for the flood : the content was actually a valid XML not a valid SVG 1.1. It had issues with inkscape/sodipodi attributes it seems (even though the xmlns were provided).
While most of my pictures/viewer and browsers have no issue displaying it, that might be a hint.
Comment 6•7 years ago
|
||
Even with a valid SVG, the icon is still not displayed in about:addons list.
Comment 7•7 years ago
|
||
When adding the addon through about:debugging, the icon is always displayed. It only fails when the addon is installed through addons.mozilla.org.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Component: Discovery Pane → Add-ons Manager
Product: addons.mozilla.org Graveyard → Toolkit
Resolution: --- → DUPLICATE
Version: unspecified → 57 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•