Open
Bug 686301
Opened 14 years ago
Updated 3 years ago
Mozilla Firefox 4+ issue with JAWS. FF not reporting tooltip text/alert for dijit.form.ValidationTextBox
Categories
(Firefox :: Disability Access, defect)
Tracking
()
NEW
People
(Reporter: maureen_kraft, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.37 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 (CK-IBM) Firefox/3.6.22
Build ID: 20110902133716
Steps to reproduce:
In FF 3.6, JAWS 12 does report the alert message that pops when the focus is placed in the text edit field created with dijit.Form.ValidationTextBox that the field is required. It is also reported when this form is opened in IE.
In Firefox 4 and 5, this alert message is not read by JAWS.
I did a little further investigation using Inspect and AccProbe. When running in FF 3.6 and IE, I can hover over the alert popup or its text and MSAA information is returned for both. If I do the same running in FF 5, I get MSAA information on the document itself and never any information on the alert and its text. I do not see the alert and its text as children of the document either.
I suspect this is an issue with Firefox not returning the appropriate child information when asked by the AT.
Actual results:
The alert message of the dijit.form.ValidationTextBox was not read by JAWS 12 in Firefox 4 and 5.
Expected results:
The alert message should be read by JAWS 12 in Firefox 4 and later. Firefox should return the appropriate accessibility information for the alert message returned from a dijit.Form.ValidationTextBox.
Updated•14 years ago
|
Component: General → Disability Access
QA Contact: general → disability.access
Comment 1•5 years ago
|
||
This test case still works and still reproduces the bug even with JAWS 2020.2006.12 and Firefox Nightly 81.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•