Closed
Bug 237089
Opened 21 years ago
Closed 20 years ago
Support more ATK states
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: yuanyi21, Assigned: Louie.Zhao)
Details
see
http://developer.gnome.org/doc/API/2.0/atk/atk-AtkState.html
The following states are missing from current mozilla ATK implementation:
ATK_STATE_ARMED,
ATK_STATE_DEFUNCT,
ATK_STATE_EDITABLE,
ATK_STATE_HORIZONTAL,
ATK_STATE_ICONIFIED,
ATK_STATE_OPAQUE,
ATK_STATE_STALE,
ATK_STATE_MANAGES_DESCENDANTS,
ATK_STATE_INDETERMINATE,
And especially, we need to set ATK_STATE_SHOWING state to all visible object.
Louie will fix it in other bug.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•