|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolStripButton: 'click' action doesn't work | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Andres Aragoneses <aaragoneses> |
| Component: | Winforms - ATK | Assignee: | Andres Aragoneses <aaragoneses> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | cachen |
| Version: | Unspecified | ||
| Target Milestone: | Release 1.0 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andres Aragoneses
2009-02-23 23:06:51 UTC
P1s and P2s automatically go into Release 1.0. Seems to have been fixed by related bug resolutions. Hello Andres, so sorry that I want to reopen this bug for you because 'click' action just doing 'press' but doesn't 'release' until move mouse cursor to aplication's Gui, please try this step and take a look, thanks a lot:
REPRO:
1 run uia2atk/test/samples/toolstripstatuslabel_toolstripprogressbar.py
2 input some character into textbox,
3 run accerciser, expand toolbar, select 'New' on the left treeview
4 under interface viewer, expand Action, select click, click 'perform action'
5 select 'Open' on the left treeview, then doing step 4 again
RESULTS:
in step3-4: you may see it doesn't create an empty textbox, and 'perform action' button under interface viewer just be pushed and nerver release until you move mouse cursor to application window
in step5: it doesn't raise open dialog, and 'perform action' also remain pushed until move mouse crusor to application. terminal print "libxcb: WARNING! Program tries to unlock a connection without having acquired
a lock first, which indicates a programming error.
There will be no further warnings about this issue."
Good catch! Fixed in r129227. Closed in 1.0 rpm version: uiautomationwinforms-1.0+129584-5 uiaatkbridge-1.0+129584-8 |