|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolStripSplitButton:when select the different menu item,the name of push button and toggle button doesn't change | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Feng Xia Mu <fxmu> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
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.