Bug 504658 - Multiple ColorDialogs can be opened using at-spi 'click' action
Summary: Multiple ColorDialogs can be opened using at-spi 'click' action
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 07:30 UTC by Brian Merrell
Modified: 2009-07-02 03:41 UTC (History)
1 user (show)

See Also:
Found By: Integration Test
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 Brian Merrell 2009-05-18 07:30:43 UTC
PROBLEM STATEMENT

As far as I can determine, the colordialog.py sample application GUI cannot be used to open more than a single ColorDialog.  However, the at-spi 'click' action can be used to open multiple ColorDialogs.

REPRO

1.  Run Accerciser, click on the "Interface Viewer" tab, and expand the "Action" expander
2.  Run uia2atk/test/samples/colordialog.py
3.  In Accerciser's left pane, browse to and select the "ColorDialog Button" button
4.  Perform the 'click' action in Accerciser's interface viewer (by selecting the 'click' action and pressing the "Perform action" button)
5.  Repeat step 4 until you get bored

RESULTS

An additional ColorDialog appears each time the 'click' action is performed on the "ColorDialog Button" button.

EXPECTED RESULTS

I would expect that only one ColorDialog could be opened at a time from any given source.

COMMENTS

Not sure if this is even something that is fixable, but I would consider it a bug since we are allowing something that apparently can't be done by the user from the GUI.