Closed
Bug 1626378
Opened 1 year ago
Closed 1 year ago
Category tabs do not get role="tab"
Categories
(Toolkit :: Add-ons Manager, defect, P1)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox74 | --- | unaffected |
| firefox75 | --- | unaffected |
| firefox76 | + | fixed |
People
(Reporter: Jamie, Assigned: mstriemer)
References
(Regression)
Details
(Keywords: access, regression, Whiteboard: [access-p1])
Attachments
(1 file)
In the new HTMl side bar, the category buttons are missing role="tab". They do get a parent role="tablist" and they do get aria-selected="true" when selected. Unfortunately, aria-selected is currently ignored because the role is wrong.
The tabs for individual add-ons still get role="tab" as they should.
| Assignee | ||
Comment 1•1 year ago
|
||
Hmm, I could've swore they had one, although I do remember refactoring that at one point and may have forgotten about these buttons. I'll add that back in.
Assignee: nobody → mstriemer
Priority: -- → P1
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by mstriemer@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3d2fd118323b Set role="tab" on about:addons categories r=rpl
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Keywords: regression
Updated•1 year ago
|
status-firefox74:
--- → unaffected
status-firefox75:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•1 year ago
|
tracking-firefox76:
--- → +
You need to log in
before you can comment on or make changes to this bug.
Description
•