[BUG] click event caught by table instead of row listener
I have a tableview and listen on 'click' for the tableview, and 'click' for some of the rows. Instead of my row receiving the click event, it's sent to the tableview instead. The docs indicate this is not intended:
click
fired when the row is clicked. row events automatically propagate to the section and table view if an event listener is not added directly to the cell.
edit:
it looks like the row's click event is never fired. Here's a test case:
http://pastebin.com/jyHgz0re
same result on 1.2 and latest git
1 Answer
-
Actually, scratch that - the row is not firing at all for some reason. I'll try to make a reproducible test case.