After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672367 - [regression] Toggle-able table cells lack the 'toggle' action
[regression] Toggle-able table cells lack the 'toggle' action
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-03-18 22:35 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2012-03-19 01:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2012-03-18 22:35:41 UTC
Steps to reproduce:

1. Launch gtk3-demo
2. Launch the Tree Store demo
3. Examine the checkboxes using Accerciser's Interface Viewer

Expected results: The Action interface would include 'toggle'.
Actual results: The Action interface lacks 'toggle'.

Notes:

* This action used to be present. I do not yet know when it went away.

* Primary impact: Orca cannot present the fact that a cell can be checked.

* Secondary impact: Due to the lack of STATE_CHECKABLE, Orca relies upon this action as a means to identify which toggle-able table cells can be checked. If an object can be checked, it THEN checks for STATE_CHECKED. Thus at the moment, Orca is not presenting "checked" or "unchecked" for these items. The best it can do is always look for STATE_CHECKED and present it if it is found; but that would be a work around, and it still would not solve the problem for items which are unchecked.
Comment 1 Benjamin Otte (Company) 2012-03-19 01:27:11 UTC
I readded the toogle action in gtk master.