Problem Description:
Setting touchEnabled with value false in a Ti.UI.Button doesn't disable the component in a universal windows app (Windows 10). This works as expected in Android and iOS
Steps to Replicate:
1) Launch the app (
https://propelics.box.com/s/tquvgq5ejldjslsb61rpzncgtdxjxia2)
2) Two buttons will show up.
3) Click on the touchEnabled true one (the one on the top). An alert will show up.
4) Click on the touchEnabled false one (the one on the bottom). Same alert will show up.
Expected Result:
Click event shouldn't trigger in the button in the bottom, as it has its touchEnabled property set to false.
master: https://github.com/appcelerator/titanium_mobile_windows/pull/928
I am able to verify with the test case provided in https://github.com/appcelerator/titanium_mobile_windows/pull/928. But with the test case provided in the description the second button is no longer visible. Any idea why [~gmathews] ? 6.0.1.GA !Description_test_case_before.PNG|thumbnail! 6.1.0.v20170213134957 !Description_test_case.PNG|thumbnail! *Environment*
Verified with the following test case:
Was unable to verify with test case in description as link is no longer available. *Environment*