Closed
Bug 273684
Opened 21 years ago
Closed 20 years ago
Can't expose right-side elements in Preference dialog
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Louie.Zhao, Assigned: Louie.Zhao)
References
Details
(Whiteboard: sunport17)
Attachments
(1 file, 1 obsolete file)
700 bytes,
patch
|
aaronlev
:
review+
Henry.Jia
:
superreview+
|
Details | Diff | Splinter Review |
The right-side elements in Preference dialog is inside a set of groupbox, which
has no state and can't be accessed by GOK.
Assignee | ||
Comment 1•21 years ago
|
||
Give groupbox accessible states.
Assignee | ||
Updated•21 years ago
|
Attachment #168195 -
Flags: review?(aaronleventhal)
Comment 2•21 years ago
|
||
Comment on attachment 168195 [details] [diff] [review]
patch v1
It's not that the groupbox has no state, but it has all the state flags
cleared.
This patch is not right. It makes the groupbox have STATE_FOCUSABLE. A groupbox
itself cannot receive focus. Only the children within it can.
Attachment #168195 -
Flags: review?(aaronleventhal) → review-
Comment 3•21 years ago
|
||
Is GOK not walking into items that don't have STATE_FOCUSABLE set?
In one sense a groupbox is like a table. A table is not focusable but it can
have links or form controls inside of it that are focusable. However, we still
wouldn't want to set the focusable state on the table.
Assignee | ||
Comment 4•21 years ago
|
||
accessible object can be accessed by gok when it has "STATE_SHOWING" and
"STATE_VISIBLE". So need to export such state for groupbox. Meanwhile
"STATE_FOCUSABLE" shouldn't be exported because groupbox can't be focused.
Assignee | ||
Updated•21 years ago
|
Attachment #168195 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #168937 -
Flags: review?(aaronleventhal)
Updated•21 years ago
|
Attachment #168937 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #168937 -
Flags: superreview?(Henry.Jia)
Updated•21 years ago
|
Whiteboard: sunport17
Attachment #168937 -
Flags: superreview?(Henry.Jia) → superreview+
Assignee | ||
Comment 5•20 years ago
|
||
patch already in trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•