Bugzilla – Bug 496786
ListBox: click action for TableCell doesn't send event to change lable
Last modified: 2009-07-15 03:49:32 UTC
REPRO: 1. run uia2atk/test/samples/listbox.py 2. mouse click table cell 1, lable is changed to "You select 1" 3. run accerciser, expand tree table, browse to table cell 5 4. under interface vieser, expand Action, doing click RESULTS: after doing step 4, table cell 5 is selected and focused, but lable still remain "You select 1" EXPECTED RESULTS: lable should be changed to 'You select 5', in this example click action not only select tablecell but also send event to change lable COMMENTS: BTW, it can work well if change Click event to SelectedIndexChanged event in listbox.py
Move all P1 and P2 bugs into Release 1.1 milestone.
This might be an accerciser issue. Calen, can you come up with a pyatspi test for this to isolate Accerciser from the equation? Thanks!
Created attachment 305126 [details] pyatspi script to click table cell Hi Brad, here is a pyatspi script, I call pyatspi doAction(0) to click table cell 5 that also can't send event to change label, so it seems not be an accerciser issue, please take a look, thanks!