Bugzilla – Bug 488394
Orca remains eerily silent when closing a drop-down
Last modified: 2010-08-31 14:18:19 UTC
PROBLEM Orca gives no notification that a drop-down menu has been closed. This appears to be due to the fact that the "combo box" accessible does not become focused when the menu is closed (like it does in Gtk). REPRO 1. Open Accerciser, click on the "Interface Viewer" tab, and expand the "Accessibles" expander. 2. Run uia2atk/test/samples/combobox_dropdown.py 3. Press Alt+Down in the ComboBox sample application to bring up the drop-down menu 4. Do *one* of the following: 4a. Press escape to close the drop-down menu 4b. Use the down arrow to select an item in the menu and press Enter RESULTS Orca doesn't say anything to tell the user where they are or if they successfully selected what they wanted to. EXPECTED RESULTS Orca should say something like: "ComboBox control frame, N combo box," where N is the number that is currently showing in the combo box. COMMENTS Expected results verified using uia2atk/test/samples/gtkcomboboxentry.py Possibly related to Bug 488377.
Fixed in UiaAtkBridge R133026/133027.
when do as the REPRO on gtkcomboboxentry.py and select the "Bananas" menu item, the Orca says :"Combo Box Frame""text bananas", but test on combobox_dropdown.py follow the REPRO and select "7" menu item, the Orca says:"7" "return". the output is still not like: "ComboBox control frame, 7 combo box(or combo box 7)". test on: mono-core-136743-1311.src.rpm mono-uia-132785-276.src.rpm uiaatkbridge-136162-663.src.rpm uiautomationwinforms-136380-671.src.rpm Revision: 136748