GNOME Bugzilla – Bug 138613
Combo Box options not working in Gedit 'Save As' dialog
Last modified: 2004-12-22 21:47:04 UTC
Using GOK from CVS HEAD 29th March 2004 -Launch GOK -Launch Gedit -Open any file in gedit and make some changes to it. -File -> Save As -When 'Save As' dialog appears, try to UI Grab the 'Save in Folder' or 'Character Coding' combo boxes Nothing Happens.
What would caues the UI Grab not to work? AccessibleAction not implemented? If so, this is a duplicate of bug #136657.
Accessibility keyword should be added.
*** This bug has been marked as a duplicate of 136657 ***
Save in Folder is a GtkComboBox and is indeed a duplicate of bug #136657. The Character Coding combo box is a GtkOptionMenu and this does not work for a different reason.
Created attachment 28823 [details] [review] Proposed patch
Patch looks good. Any chance we would ever have to catch a SPI_ROLE_CHECK_MENU_ITEM as well?
Good idea, probably we should include that role in our test as well. David, since Padraig and I will be out of touch for a week or so, perhaps you would commit such a patch? Thanks.
Created attachment 28839 [details] [review] a minor improvement Bill, Padraig, okay to commit?
BTW Padraig, I've confirmed this fixes the GtkOptionMenu.
please commit, thanks David and Padraig!
Comment on attachment 28839 [details] [review] a minor improvement Fixed in cvs.