Bug 512551 - ToolStripSplitButton:when select the different menu item,the name of push button and toggle button doesn't change
Summary: ToolStripSplitButton:when select the different menu item,the name of push but...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i686 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 09:42 UTC by Feng Xia Mu
Modified: 2009-06-13 12:48 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 Feng Xia Mu 2009-06-12 09:42:52 UTC
PROBLEM STATEMENT:
when you select the toggle button 's menu item to change the size of the font, the filler's name is changed but the
push button and toggle button's name are not changed

REPRODUCE:
1. start up uia2atk/test/samples/toolstripsplitbutton.py and accerciser
2. expand the 'ipy' from left, see the "Name" of push button and toggle button
3. on sample app, select the menu item '12' to change the lable to 'The current font size is 12'
4. do "Refresh Registry in accerciser,expand 'ipy', observe the "Name" of push button and toggle button .

RESULTS:

step 2: the filler's Name is: 10
        the push button Name is: 10
        the toggle button Name is: 10

step 4: the filler's Name is:12
        the push button Name is: 10
        the toggle button Name is: 10

EXPECTED RESULTS:

step 2: the filler's Name is: 10
        the push button Name is: 10
        the toggle button Name is: 10

step 4: the filler's Name is: 12
        the push button Name is: 12 
        the toggle button Name is: 12


SUMMARY
I think the name of push button and toggle button should be change as same as the selected menu item changed, but I not sure if the filler in Accerciser should have a name, hope for some comments.