Closed
Bug 1845123
Opened 2 years ago
Closed 1 years ago
Use moz-message-bar to show extension shortcut warnings in about:addons
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: hjones, Assigned: annhermy)
References
Details
(Whiteboard: [recomp])
Attachments
(2 files)
We can display a stack of warning messages in the "Manage Extension Shortcuts" section of about:addons when a user has installed multiple extensions that try to use the same shortcut. Currently this is implemented as a stack of message-bar
s via the message-bar-stack
element, but now that moz-message-bar
is available we should use that instead. While the message-bar-stack
component doesn't handle creating message-bar
s, it's possible the code will need to be modified to work with the newer element.
The HTML code for the stack of duplicate warning messages can be found here, and the JS code that handles adding message bars to the stack can be found here.
Reporter | ||
Updated•2 years ago
|
Whiteboard: [fidefe-reusable-components]
Updated•2 years ago
|
Updated•2 years ago
|
Assignee: nobody → annhermy
Status: NEW → ASSIGNED
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ab4ddf800f7e
Use moz-message-bar to show extension shortcut warnings in about:addons. r=tgiles,fluent-reviewers,extension-reviewers,flod,rpl
Comment 3•1 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•1 year ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•