Bugzilla – Bug 503281
ComboBox accessible name is initially blank when a ComboBox has a default selection
Last modified: 2009-07-10 02:32:10 UTC
PROBLEM STATEMENT A ComboBox accessible name is blank when the GUI loads with a ComboBox item already being selected. REPRO 1. Run Accerciser, and open the "API Browser" tab 2. Run uia2atk/test/samples/combobox_dropdown.py and notice that item "1" is already selected in the combo box 3. In Accerciser's left pane Browse to and select the "combo box" accessible of the combobox_dropdown.py "ipy" application RESULTS The combo box accessible has a blank name ("") EXPECTED RESULTS The combo box should have the name "1" COMMENTS The name of the combo box does change when another combo box item is selected, the problem only exists when the GUI loads with a selection already made in the combo box. I have verified the expected behavior in Windows and with a Gtk combo box example.
This is very similar to Bug 503291, which deals with ToolStripComboBox controls instead of ComboBox controls.
Fixed in trunk r137574.
Verified in RPM version mono-uia-132785-276 uiaatkbridge-137574-668 uiautomationwinforms-137456-676
close on: mono-core-137655-1415.src.rpm mono-uia-132785-276.src.rpm uiaatkbridge-137646-669.src.rpm uiautomationwinforms-137656-678.src.rpm Revision: 137666