GNOME Bugzilla – Bug 740044
The ATK_STATE_ACTIVE docs can be interpreted as only applying to windows
Last modified: 2014-11-13 12:15:45 UTC
Created attachment 290571 [details] [review] Proposed patch The current documentation for ATK_STATE_ACTIVE is: "Indicates a window is currently the active window, or is an active subelement within a container or table". While presumably a window cannot be "an active subelement within a container or table," the documentation might cause implementors to not use ATK_STATE_ACTIVE for non-windows. The documentation should probably also distinguish "active" from "focused" and "selected" so that they don't use ATK_STATE_ACTIVE when what they mean is ATK_STATE_FOCUSED or ATK_STATE_SELECTED.
Review of attachment 290571 [details] [review]: lgtm. thanks.
Comment on attachment 290571 [details] [review] Proposed patch Thanks! https://git.gnome.org/browse/atk/commit/?id=cb699320