Bugzilla – Bug 491409
ComboBox_DropDown: insert MenuItem's name into EditableTest doesn't select it
Last modified: 2009-04-14 19:38:23 UTC
REPRO: 1. run uia2atk/test/samples/combobox_dropdown.py 2. run accerciser, expand combobox and browse to 'text' on the left treeview 3. under interface viewer, expand Text, delete 1 and insert 5 that is MenuItem[5]'s name 4. in application, click combobox to expand menu RESULTS: after doing step 3, label and textbox are changed, but in step4 MenuItem5 isn't selected and focused. EXPECTED RESULTS: insert menuitem into EditableText also can let Menuitem to be selected and focused that is the same as typing menuitem in application