Bug 485556

Summary: ListView, ColumnHeader: click action for TableCells just doing 'press'
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.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.