[TIMOB-19602] iOS: singletap event not bubbled to window from listview properly
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 4.1.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | bubble, engTriage, iOS8, singletap |
Reporter | Yiran Mao |
Assignee | Unknown |
Created | 2015-02-18T20:07:18.000+0000 |
Updated | 2020-01-06T23:16:48.000+0000 |
Description
*Description*
When using customized template in listView, it happens if I bind singletapped to any inner view(which it not the root view directly attached to template namespace, but rather something under childTemplates).
When the inner view received the singletapped event it will not bubble it to window even no e.cancelBubble is used. More than that, if I attach it to view that directly attached to template namespace, it does bubbled to window but not trigger on the view itself.
*Step to reproduce*
1. Create a classic titanium project
2. override the app.js file within the resources folder using the attached file.
Attachments
File | Date | Size |
app.js | 2015-02-18T20:07:19.000+0000 | 2800 |
[~mrahman] Can you please try to replicate this with 3.5.0, 3.5.1 and master?