Closed
Bug 1385379
Opened 8 years ago
Closed 6 years ago
SVG fragments are escaped in about:addons
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mstriemer, Unassigned)
Details
When setting an extension's icon, an SVG fragment may be specified in a context menu or browser action but in about:addons the fragment is escaped, causing there to be no icon shown instead.
asamuzaK provided a test extension [1] on addons-linter that shows the fragment working for a context menu. You will see blue in the context menu and red in about:addons. Setting the 64 px icon to use the blue icon will cause there to be no icon in about:addons.
[1] https://github.com/mozilla/addons-linter/files/1181863/webextensions_test-0.0.1.zip.
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Comment 1•6 years ago
|
||
Can't reproduce in Firefox 63.0.4 nor Firefox Nightly. When I load the extension (via web-ext or via about:debugging), the list view atabout:addons shows the expected blue icon. When I inspect the element via the devtools, the reference fragment is not escaped, as expected.
Status: NEW → RESOLVED
Type: enhancement → defect
Closed: 6 years ago
Component: Frontend → Add-ons Manager
Product: WebExtensions → Toolkit
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•