Bug 525795 - PictureBox: Icon 's name doesn't update after label is changed
Summary: PictureBox: Icon 's name doesn't update after label is changed
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-07-28 08:22 UTC by calen chen
Modified: 2009-07-28 08:23 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-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: