Bug 476906 - NotifyIcon: label in BalloonTip alert window has incorrect states
Summary: NotifyIcon: label in BalloonTip alert window has incorrect states
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.0
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 10:13 UTC by calen chen
Modified: 2009-03-04 15:57 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-02-18 10:13:50 UTC
PROBLEM STATEMENT:

label in BalloonTip alert window has extraneous "resizable" and "focusable"
states

REPRO:

1. run accerciser
2. run uia2atk/test/samples/notifyicon.py, click "balloon" button to invoke
alert window
3. in accerciser, expand item with 'alert' role on the left tree, select label,
see states under "interface viewer" 

RESULTS:
label shows ['sensitive', 'focusable, 'resizable', 'showing', 'enabled', 'multi line', 'visible'] states,
"resizable" and "focusable" are extraneous


EXPECTED RESULTS:

label should have ['sensitive', 'showing', 'enabled', 'multi line', 'visible'] states