Bug 506765 - ToolBarButton: DropDown style toolbarbutton with wrong role name
Summary: ToolBarButton: DropDown style toolbarbutton with wrong role name
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 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-05-25 06:37 UTC by Feng Xia Mu
Modified: 2009-05-25 06:39 UTC (History)
0 users

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


Attachments
explain the Bug 506765 (66.42 KB, image/png)
2009-05-25 06:39 UTC, Feng Xia Mu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Feng Xia Mu 2009-05-25 06:37:18 UTC
REPRO:

1.  Run uia2atk/test/samples/toolbarbutton.py  
2.  Run accerciser, expand toolbar, and expand the second accessible who's Role Name is "filler" . 

RESULTS:

the second accessible who has  Role Name "filler" has the Name "DropDownButton"  

EXPECTED RESULTS:

the second accessible who has  Role Name "filler" should not have a Name

COMMENTS:

the filler's Name should not as same as it's children.

test in:
 mono-core-133896-945.src.rpm
 uiaatkbridge-134036-662.src.rpm
 uiautomationwinforms-134003-667.src.rpm
 Revision: 134662
Comment 1 Feng Xia Mu 2009-05-25 06:39:22 UTC
Created attachment 294102 [details]
explain the Bug 506765