Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25306] Windows: touchEnabled property of Ti.UI.Picker does not work

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2018-05-22T23:35:26.000+0000
Affected Version/sRelease 6.2.0
Fix Version/sRelease 7.3.0
ComponentsWindows
Labelsn/a
ReporterNeeraj Mishra
AssigneeKota Iguchi
Created2017-09-16T21:09:06.000+0000
Updated2018-06-12T16:04:32.000+0000

Description

Problem Description:

touchEnabled property of Ti.UI.Picker is not working. Even though touchEnabled property is applied to the Picker, user is able to click the picker to see options.

Steps to Reproduce:

1. Run the attached Alloy project (attached) 2. touchEnabled property applied to Picker has no effect on it.

Expected Results:

Picker should be disabled once touchEnabled property is set false.

Attachments

FileDateSize
index.js2017-09-16T21:08:48.000+000063
index.tss2017-09-16T21:08:56.000+0000155
index.xml2017-09-16T21:09:03.000+0000119

Comments

  1. Kota Iguchi 2017-09-18

    I can see that the Xaml.Controls.ComboBox control we are using internally for picker doesn't change the UI appearance regarding touchEnabled properties IsTapEnabled, IsRightTapEnabled etc, then you can see the options even when touch-related proeprties are disabled. So this is a platform component behavior and I would resolve this as "Not Our Bug".
  2. Kota Iguchi 2018-05-15

    During investigating TIMOB-26036, it turns out we may be able to fix this, we could use IsEnabled property even when IsTapEnabled doesn't changes the appearance of the UI.
  3. Kota Iguchi 2018-05-15

    https://github.com/appcelerator/titanium_mobile_windows/pull/1236 TIMOB-26036 has also been taken care with this PR.
  4. Josh Longton 2018-06-12

    *Closing ticket.* The fix is present in SDK: {noformat} 7.3.0.v20180607210411 {noformat}

JSON Source