GNOME Bugzilla – Bug 351914
combo box not reported in java application
Last modified: 2006-08-20 00:57:32 UTC
In NetBeans IDE 5.0, open Open Project dialog. Move to Files Of Type combo box. "Project Folder" item is selected. The combo box and its value are not reported. An error message is fired in __getDisplayedTextInCombo() function when Orca tries to get the selected combo item. The selected item doesn't have SELECTED state. Its state is changed to SELECTED only after pressing Space on the item. A bug was filled against java-bridge regarding this issue: http://bugzilla.gnome.org/show_bug.cgi?id=351909
I'm using J2SE 1.5.0_08 version
Created attachment 71145 [details] [review] Proposed patch Added a "try" statement when getting the selected item
Patch looks safe. Thanks and please commit it!
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report and patch.