Bug 491409

Summary: ComboBox_DropDown: insert MenuItem's name into EditableTest doesn't select it
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-04-02 08:38:26 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