Bug 485556 - ListView, ColumnHeader: click action for TableCells just doing 'press'
Summary: ListView, ColumnHeader: click action for TableCells just doing 'press'
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-03-16 10:38 UTC by calen chen
Modified: 2009-04-14 19:33 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-03-16 10:38:13 UTC
PROBLEMS:

in columnheader.py, listview_details.py samples, 'click' action just doing 'press' but doesn't 'release' until mouse click aplication's Gui, please try this step and take a look,

REPRO:
1 run uia2atk/test/samples/columnheader.py or listview_details.py
2 run accerciser, expand treetable, select one tablecell on the left treeview
3 under interface viewer, expand Action, select click, click 'perform action'

RESULTS:
in step3: you may see tablecell doesn't been selected, and 'perform
action' button under interface viewer just be pushed and nerver release until
you click to application window

COMMENTS:

this issue is similar to bug478872 Comment #3?
Comment 1 Mario Carrion 2009-03-16 13:49:07 UTC
The issue in bug #478872 was about threading, in this one ListViewListItemEditProvider is not implementing SelectionItem, so no selection is executed.