Bug 476859

Summary: NotifyIcon: BalloonTip alert window has incorrect name
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.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-02-18 07:44:39 UTC
PROBLEM STATEMENT:

the example setting with "BalloonTipTitle = "Hello"" and "BalloonTipText = "I'm NotifyIcon"", BalloonTip alert window get "I'm NotifyIcon" as name, but I think alert window's name should be "Hello"

REPRO:

1. run accerciser
2. run uia2atk/test/samples/notifyicon.py, click "balloon" button to invoke alert window
3. in accerciser, expand 'ipy' on the left tree, check alert item's name

RESULTS:

alert item take BalloonTipText "I'm NotifyIcon" as name


EXPECTED RESULTS:

I think it should take BalloonTipTitle "Hello" as name


COMMENTS: