Closed
Bug 254995
Opened 20 years ago
Closed 14 years ago
Caret Browsing and other alert dialogs should have AccessibleRole "ALERT"
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: korn, Assigned: pilgrim)
References
(Blocks 1 open bug, )
Details
(Keywords: access, Whiteboard: AP2, Seeking feedback from Sun)
1. Launch Gnopernicus
2. Launch Mozilla with accessibility support
3. Press F7 to turn on caret browsing mode (and to bring up the Caret Browsing
dialog)
4. Note that Gnopernicus fails to automatically read this dialog
5. Launch at-poke, and explore the dialog. Note it has role "frame" instead of
role "ALERT", which is the convention for simply dialogs that should
automatically be read by screen readers
Reporter | ||
Updated•20 years ago
|
Whiteboard: AP2
Comment 1•20 years ago
|
||
Peter, should any popup dialog have that role? For example, shouldn't the Find
dialog be automatically read? I realize it's not really an alert though.
I think Gnopernicus should just automatically read anything with
ATK_ROLE_DIALOG. Why wouldn't a user want a popup dialog automatically read?
Summary: Caret Browsing dialog should have AccessibleRole "ALERT" → Caret Browsing and other alert dialogs should have AccessibleRole "ALERT"
Reporter | ||
Comment 2•20 years ago
|
||
Aaron, we struggled with this - good algorythms in Gnopernicus to read the right
things from windows/dialogs/alerts. Turns out it's fairly hard to get right in
a general way. We decided that for Gnopernicus 1.0 we would user role ALERT -
which is a dialog that lacks lots of controls a user might interact with - and
work on the more general problem when we had a scripting environment in our toolbox.
Comment 3•20 years ago
|
||
Just curious. What's wrong with automaticaly reading all text and alternative
text up until the first control, and then reading the focus? I think that's how
Windows screen readers work -- it would be too expensive to deal with stuff on a
per-dialog basis, even though scripts and configuration files allow it.
Updated•20 years ago
|
Whiteboard: AP2 → AP2, Seeking feedback from Sun
Comment 4•20 years ago
|
||
Peter & Bill say that a more general fix is coming, but this should be fixed
eventually anyway since it's a good hint and follows the ATK spec.
Assignee: aaronleventhal → Louie.Zhao
Updated•18 years ago
|
Assignee: Louie.Zhao → pilgrim
Updated•18 years ago
|
OS: Linux → All
Hardware: Sun → All
Updated•18 years ago
|
Comment 5•14 years ago
|
||
Marco, could you look at this bug please?
Comment 6•14 years ago
|
||
This is closed WFM since we are exposing the dialog text as a description now which gets picked up by screen readers as dialog text automatically. Note that Gnopernicus is no longer in existence, but Orca should be picking this up fine. NVDA does.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 7•14 years ago
|
||
Verified in Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•