Closed
Bug 671201
Opened 14 years ago
Closed 13 years ago
alert dialogs aren't read by JAWS
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 661293
People
(Reporter: surkov, Unassigned)
References
(Blocks 1 open bug)
Details
spun off bug 617918 comment #1, original report:
JAWS does not read text message in new alert dialog in Firefox 4 and 5.
Frank asked to add this issue as additional information to this defect.
An alert message is issued using, javascript:alert("Test Message"); This can be done just by typing this line into the address field in the browser.
In Firefox 3.6, JAWS would read the text in the alert dialog. With Firefox 4 and 5, we have found two issues. First, focus is not placed on the dialog box. Actually, watching the events in AccProbe shows that the focus goes to the OK button but then goes back to the browser window.
If focus is placed on the OK button, we find that JAWS can read the OK button but does not read the text message. I tried both Insert + B and Ctrl +Home, Insert + Down Arrow.
Comment 1•14 years ago
|
||
Yes, for some reason we are no longer picking up the labels via aria-describedby in the new tab-based alert dialog. The markup is correct, though.
Reporter | ||
Comment 3•13 years ago
|
||
depends on bug 661293, actually could be a dupe.
Depends on: 661293
Reporter | ||
Comment 4•13 years ago
|
||
a dupe, when the dialog exposes description_for relation then JAWS works fine
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•