Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19602] iOS: singletap event not bubbled to window from listview properly

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 4.1.1
Fix Version/sn/a
ComponentsiOS
Labelsbubble, engTriage, iOS8, singletap
ReporterYiran Mao
AssigneeUnknown
Created2015-02-18T20:07:18.000+0000
Updated2020-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

FileDateSize
app.js2015-02-18T20:07:19.000+00002800

Comments

  1. Radamantis Torres-Lechuga 2015-03-18

    [~mrahman] Can you please try to replicate this with 3.5.0, 3.5.1 and master?

JSON Source