[TIMOB-25044] Windows: touchEnabled: false wont work on Ti.UI.View
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-08-04T18:10:07.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.2.0 |
Components | Windows |
Labels | touchEnabled, view, windows |
Reporter | Shuo Liang |
Assignee | Kota Iguchi |
Created | 2017-08-01T05:41:45.000+0000 |
Updated | 2017-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
File | Date | Size |
index.js | 2017-08-01T05:41:15.000+0000 | 137 |
index.tss | 2017-08-01T05:41:19.000+0000 | 344 |
index.xml | 2017-08-01T05:41:22.000+0000 | 132 |
https://github.com/appcelerator/titanium_mobile_windows/pull/1057
[~kiguchi]Will this ticket need a back-port to 6_2_X ?
6_2_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1058
[~smohammed] Backported to 6_2_X. No tests needed for 6_2_X because currently
6_2_X
branch andmaster
are pretty much same. Should be ok to close this ticket.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