Bug 525795

Summary: PictureBox: Icon 's name doesn't update after label is changed
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-07-28 08:22:56 UTC
PROBLEM STATESMENT:

Icon is implemented to get label's text as its name, but name doesn't update after label changed. 

REPRO:

1. run uia2atk/test/samples/picturebox.py
2. run accerciser, expand frame on the left treeview, icon's name is "show desktop-blue_soccer400x500.jpg"
3. on GUI, click button, label is changed to "show universe300x400.jpg"
4. on accerciser, under View menu, click 'refresh registry'
5. back to step 2 to see icon's name

RESULTS:

icon's name still is "show desktop-blue_soccer400x500.jpg"

EXPECTED RESULTS:

it should update to "show universe300x400.jpg"

COMMENTS: