GNOME Bugzilla – Bug 712576
Add ATK_STATE_CHECKABLE
Last modified: 2013-12-11 13:12:27 UTC
We have: * ATK_STATE_EXPANDABLE and ATK_STATE_EXPANDED * ATK_STATE_FOCUSABLE and ATK_STATE_FOCUSED * ATK_STATE_SELECTABLE and ATK_STATE_SELECTED * ATK_STATE_CHECKED Without ATK_STATE_CHECKABLE, ATs must infer/guess that something is checkable. In the case of checkboxes, it's pretty obvious. But we see things like toggleable table cells and have to take extra steps to identify that the table cell is functionally a checkbox.
Proposed documentation: Indicates this object has the potential to be checked, such as a checkbox or toggle-able table cell.
Fixed with commit https://git.gnome.org/browse/atk/commit/?id=8cf61b9873b2d18960d51da0dff1e94a605a0a9f
*** Bug 672368 has been marked as a duplicate of this bug. ***
*** Bug 672369 has been marked as a duplicate of this bug. ***