Closed
Bug 346895
Opened 18 years ago
Closed 16 years ago
Print preview: Page Number field has no MSAA Name property
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: deangelo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
2.82 KB,
patch
|
aaronlev
:
review-
|
Details | Diff | Splinter Review |
Test environment:
Windows XP, Firefox 2 (Bon Echo) build 20060801, Microsoft Inspect Objects
Optional: JAWS screen reader
Steps to recreate:
1. Start Inspect Objects (optionally, start JAWS also)
2. Start Firefox
3, Open print preview window (Press Alt+F, then "V")
4. Press Tab until you highlight the page number input field.
5. Note the Inspect Objects output. There is no NAME property set. It should be set to the word "Page" or something similar.
(It might be better to make the label "Selected page, of "x" total pages"... where "x" is the number of total pages in the document. The text "of x" that currently follows the page input field is also coded in an accessible manner.)
6. If you run a JAWS, you will hear the word "edit" or something similar, but you will not hear the label, since the MSAA Name property was not set.
Expected results:
Inspect Objects should show Name = "Page", or "Selected page of "x" total pages", and the JAWS should read the label when announcing the field.
Updated•18 years ago
|
Component: Build Config → Disability Access
QA Contact: build.config → disability.access
Comment 1•18 years ago
|
||
Assignee: nobody → pilgrim
Status: NEW → ASSIGNED
Attachment #239507 -
Flags: review?(aaronleventhal)
Comment 2•18 years ago
|
||
Comment on attachment 239507 [details] [diff] [review]
work in progress
You should only use one of the labelling techniques, not both <label control> and aaa:labelledby
Attachment #239507 -
Flags: review?(aaronleventhal) → review-
Comment 3•18 years ago
|
||
I think if this used anonid and bug 362365 gets fixed it will be about right.
Comment 4•16 years ago
|
||
WFM in Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0. Please reopen if you still see problems with this.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•