Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25044] Windows: touchEnabled: false wont work on Ti.UI.View

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-08-04T18:10:07.000+0000
Affected Version/sRelease 6.1.0
Fix Version/sRelease 6.2.0
ComponentsWindows
LabelstouchEnabled, view, windows
ReporterShuo Liang
AssigneeKota Iguchi
Created2017-08-01T05:41:45.000+0000
Updated2017-08-15T17:45:01.000+0000

Description

Steps to reproduce:

1) Run the sample app project (can be a -T ws-local deploy) 2) A blank screen with two red views will appear (the one on top has touchEnabled = true, the one on the bottom has touchEnabled = false). 3) Click on both, observe the output in the alert (it prints e.source.id). As the Ti.UI.View on the bottom has touchEnabled = false in tss file, the alert should not print "touchEnabledFalseView".

Attachments

FileDateSize
index.js2017-08-01T05:41:15.000+0000137
index.tss2017-08-01T05:41:19.000+0000344
index.xml2017-08-01T05:41:22.000+0000132

Comments

  1. Kota Iguchi 2017-08-02

    https://github.com/appcelerator/titanium_mobile_windows/pull/1057
  2. Samir Mohammed 2017-08-02

    [~kiguchi]Will this ticket need a back-port to 6_2_X ?
  3. Kota Iguchi 2017-08-02

    6_2_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1058
  4. Kota Iguchi 2017-08-04

    [~smohammed] Backported to 6_2_X. No tests needed for 6_2_X because currently 6_2_X branch and master are pretty much same. Should be ok to close this ticket.
  5. Samir Mohammed 2017-08-15

    Verified fix in SDK Version 7.0.0.v20170815065413 and SDK Version: 6.2.0.v20170811022027 Test and other information can be found at: Master: https://github.com/appcelerator/titanium_mobile_windows/pull/1057 6_2_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1058

JSON Source