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 399295 - need support ATK_STATE_CHECKABLE for at tools
need support ATK_STATE_CHECKABLE for at tools
Status: RESOLVED NOTABUG
Product: atk
Classification: Platform
Component: atk
git master
Other All
: Normal enhancement
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2007-01-22 08:05 UTC by Neo Liu
Modified: 2007-09-14 07:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Neo Liu 2007-01-22 08:05: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:
Comment 1 bill.haneman 2007-01-22 11:28:40 UTC
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.

Comment 2 Harry Lu 2007-02-16 09:25:27 UTC
Mark as needinfo.
Comment 3 Neo Liu 2007-02-16 09:59:23 UTC
keep it as a reminder that firefox may still has this requirement in the future
Comment 4 Li Yuan 2007-09-13 08:50:04 UTC
Ginn, do you know why we need this?
Comment 5 Ginn Chen 2007-09-13 10:36:27 UTC
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.