Bug 491409 - ComboBox_DropDown: insert MenuItem's name into EditableTest doesn't select it
Summary: ComboBox_DropDown: insert MenuItem's name into EditableTest doesn't select it
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 08:38 UTC by calen chen
Modified: 2009-04-14 19:38 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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