Bugzilla – Bug 485556
ListView, ColumnHeader: click action for TableCells just doing 'press'
Last modified: 2009-04-14 19:33:19 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?
The issue in bug #478872 was about threading, in this one ListViewListItemEditProvider is not implementing SelectionItem, so no selection is executed.