Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

[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

— asked June 15th 2010 by Damien Elmes
  • android
  • tableview
0 Comments

1 Answer

  • Actually, scratch that - the row is not firing at all for some reason. I'll try to make a reproducible test case.

    — answered June 15th 2010 by Damien Elmes
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.