Closed
Bug 288517
Opened 20 years ago
Closed 20 years ago
Accessible progress meter fixes
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
3.18 KB,
patch
|
mconnor
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Progress meters need to fire accessible value change events and they are not focusable.
| Assignee | ||
Comment 1•20 years ago
|
||
The toolkit stuff doesn't need to be sr='d, but the rest does.
Attachment #179209 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #179209 -
Flags: review?(mconnor)
Comment 2•20 years ago
|
||
Comment on attachment 179209 [details] [diff] [review] Simple patch to fix state and fire valuechange events from xbl Bah, this was one of the code fragments that I thought we could get rid of now that the attribute setting code is smarter :-/
Attachment #179209 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
| Assignee | ||
Comment 3•20 years ago
|
||
> now that the attribute setting code is smarter :-/
What's smarter about it?
Comment 4•20 years ago
|
||
Don't mind me, I thought we were dealing with integers.
Updated•20 years ago
|
Attachment #179209 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 5•20 years ago
|
||
Checking in accessible/src/xul/nsXULFormControlAccessible.cpp; /cvsroot/mozilla/accessible/src/xul/nsXULFormControlAccessible.cpp,v <-- nsXULFormControlAccessible.cpp new revision: 1.47; previous revision: 1.46 done Checking in xpfe/global/resources/content/bindings/progressmeter.xml; /cvsroot/mozilla/xpfe/global/resources/content/bindings/progressmeter.xml,v <-- progressmeter.xml new revision: 1.13; previous revision: 1.12 done Checking in toolkit/content/widgets/progressmeter.xml; /cvsroot/mozilla/toolkit/content/widgets/progressmeter.xml,v <-- progressmeter.xml new revision: 1.6; previous revision: 1.5 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•