Closed
Bug 1622162
Opened 5 years ago
Closed 5 years ago
Add missing states to nsAccessibilityService::GetStringStates
Categories
(Core :: Disability Access APIs, defect, P2)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: Jamie, Assigned: eeejay)
Details
Attachments
(1 file)
GetStringStates is used to get state names from a state bit field. The user visible consumer of this is the Accessibility Inspector. It seems the PINNED and CURRENT states were never added, which means these just don't show up in the Accessibility Inspector at all.
This function produces unlocalised strings. I'm not sure where the localisation happens?
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → eitan
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f3baefdf702
Add pinned and current to state string representation. r=Jamie
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•