GNOME Bugzilla – Bug 399295
need support ATK_STATE_CHECKABLE for at tools
Last modified: 2007-09-14 07:37:13 UTC
Please describe the problem: orca need a checkable state for checkable items. atk, at-spi and at-poke needs to be modified Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Why do we need this? We have ATK_ROLE_CHECK_BOX, ATK_ROLE_CHECK_MENU_ITEM, and ATK_ROLE_RADIO_BUTTON/ATK_ROLE_RADIO_MENU_ITEM which imply checkability. I don't know of any other types of components that are 'CHECKABLE', so not sure this addition would add any new information.
Mark as needinfo.
keep it as a reminder that firefox may still has this requirement in the future
Ginn, do you know why we need this?
Bill's comment makes sense. And we could use object attribute checkable = true instead. See https://bugzilla.mozilla.org/show_bug.cgi?id=368012#c19 So I think we don't need it right now.