Bugzilla – Bug 503291
ToolStripComboBox accessible name is initially blank when a ToolStrip ComboBox has a default selection
Last modified: 2009-07-02 03:44:06 UTC
PROBLEM STATEMENT A ToolStripComboBox accessible name is blank when the GUI loads with the ToolStripComboBox item already being selected. This bug is only valid when there is no label from which the ToolStripComboBox can get its name. However, at this time, the ToolStripComboBox does not get its name from a label due to Bug 503286. REPRO 1. Run Accerciser, and open the "API Browser" tab 2. Run uia2atk/test/samples/toolstripcombobox_nolabel.py and notice that item "8" is already selected in the combo box 3. In Accerciser's left pane Browse to and select the "combo box" accessible of the toolstripcombobox_nolabel.py "ipy" application RESULTS The combo box accessible has a blank name ("") EXPECTED RESULTS The combo box should have the name "8" 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 503281