[TIMOB-797] TableView row subview events aren't being propagated to the table / row
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | Android |
Labels | android, tableview |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-04-15T02:36:38.000+0000 |
Updated | 2011-04-17T01:54:16.000+0000 |
Description
Clicking on an ImageView inside a row doesn't propagate the event up to the TableView itself
(from [e07b8cb919c72590f7031be4e9405f8440e4884d]) row sub-views now set the row to their parent proxy, and row proxies do the same for the tableview (this preserves event propagation in a TableView hierarchy). some formatting cleanup [#797 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/e07b8cb919c72590f7031be4e9405f8440e4884d"> http://github.com/appcelerator/titanium_mobile/commit/e07b8cb919c72...
(from [f8420bfbe1b473acbe0502f52f945a3c52b79b62]) inject row-data for sub-view clicks on table view rows [#797 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/f8420bfbe1b473acbe0502f52f945a3c52b79b62"> http://github.com/appcelerator/titanium_mobile/commit/f8420bfbe1b47...
I take it this was for Androind only?
As it's similar to #796 on the iPhone
Yeah, android only.