Bugzilla – Bug 577363
combobox_dropdown: text child always has extra 'selected' state if SelectedIndex is used
Last modified: 2010-02-05 09:49:45 UTC
PROBLEM STATEMENTS: If combobox has 'SelectedIndex' setting, the child 'text' of this combobox always has extra 'selected' state REPRO: 1. Run the attachment sample, combobox1 has 'SelectedIndex = 1' setting, but combobox2 hasn't. 2. Run accerciser, expand combobox1, select 'text' role on the left tree, under 'interface viewer' to see its states that has 'selected' 3. On app GUI, click combobox2 to move focus from combobx1, 4. do step 2 again to check 'text''s state RESULTS: 'text' under combobox1 always has 'selected' state EXPECTED RESULTS: when 'SelectedIndex' is giving, I think the 'selected' state should only be in the selected item, but not in the 'text' role.
Created attachment 340979 [details] combobox_dropdown sample
COMMENTS: Only one reason the child 'text' of Combobox_Dropdown would be selected, please see https://bugzilla.novell.com/show_bug.cgi?id=456341#c6