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 138613 - Combo Box options not working in Gedit 'Save As' dialog
Combo Box options not working in Gedit 'Save As' dialog
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: David Bolter
David Bolter
AP2
Depends on:
Blocks:
 
 
Reported: 2004-03-31 10:26 UTC by Frances Keenan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Proposed patch (637 bytes, patch)
2004-06-18 10:30 UTC, padraig.obriain
none Details | Review
a minor improvement (1.23 KB, patch)
2004-06-18 18:31 UTC, David Bolter
committed Details | Review

Description Frances Keenan 2004-03-31 10:26:56 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.
Comment 1 padraig.obriain 2004-04-07 10:49:54 UTC
What would caues the UI Grab not to work? AccessibleAction not implemented?

If so, this is a duplicate of bug #136657.
Comment 2 david.hawthorne 2004-04-08 13:23:02 UTC
Accessibility keyword should be added.
Comment 3 bill.haneman 2004-05-07 12:25:10 UTC

*** This bug has been marked as a duplicate of 136657 ***
Comment 4 padraig.obriain 2004-06-18 10:27:38 UTC
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. 
Comment 5 padraig.obriain 2004-06-18 10:30:48 UTC
Created attachment 28823 [details] [review]
Proposed patch
Comment 6 David Bolter 2004-06-18 14:51:20 UTC
Patch looks good.  Any chance we would ever have to catch a
SPI_ROLE_CHECK_MENU_ITEM as well?
Comment 7 bill.haneman 2004-06-18 17:01:39 UTC
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.
Comment 8 David Bolter 2004-06-18 18:31:28 UTC
Created attachment 28839 [details] [review]
a minor improvement

Bill, Padraig, okay to commit?
Comment 9 David Bolter 2004-06-18 18:47:21 UTC
BTW Padraig, I've confirmed this fixes the GtkOptionMenu.
Comment 10 bill.haneman 2004-06-20 10:41:05 UTC
please commit, thanks David and Padraig!
Comment 11 David Bolter 2004-06-21 12:43:51 UTC
Comment on attachment 28839 [details] [review]
a minor improvement

Fixed in cvs.