Closed
Bug 255073
Opened 21 years ago
Closed 19 years ago
Text-entry fields missing AccessibleNames, AccessibleEditableText - tested with GOK
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: korn, Assigned: aaronlev)
References
()
Details
(Keywords: access)
1. Launch GOK
2. Launch Mozilla with page http://www.sun.com
3. Select GOK UI-Grab
4. Note the appearance of two text entry fields, labeled "Text Entry (empty)".
These should have distinct names. The first is for the URL, which should be
displayed as "URL" (and not be seen as "empty" at all). The second is the
Search field of the web page which has been appropriately labeled in the source
html, and should be displayed in GOK with that label.
Assignee | ||
Updated•21 years ago
|
Assignee: aaronleventhal → Louie.Zhao
Comment 1•21 years ago
|
||
If you set the AtkRelation for these entry fields so that they point to the
correspinding labels, and vice versa:
label has AtkRelation LABEL_FOR, pointing to entry field,
entry-field has AtkRelation LABELLED_BY, pointing to the label,
then this problem will be solved for GOK and also for gnopernicus and other
screen readers. All text entry fields with labels need to have this reciprocal
relation assigned. If you use Gtk stock widgets this happens "automatically"
but I guess the XUL ATK support doesn't do this yet.
Assignee | ||
Comment 2•19 years ago
|
||
Should be fixed by New ATK
Assignee: Louie.Zhao → aaronleventhal
Blocks: newatk
Assignee | ||
Comment 3•19 years ago
|
||
Fixed by checkin to bug 312093.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•