Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25174] Windows: applyProperties method throws exception on picker in windows

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2017-09-08T13:40:00.000+0000
Affected Version/sRelease 6.1.2
Fix Version/sRelease 6.2.0
ComponentsWindows
Labelsn/a
ReporterNeeraj Mishra
AssigneeKota Iguchi
Created2017-08-15T23:33:39.000+0000
Updated2017-10-04T14:35:14.000+0000

Description

Problem Description:

In Windows, when applyProperties method is called on a Picker, app throws Unknown Exception.

Steps to Replicate:

1. Run the attached Alloy project TestPickerMethod 2. Clicking anywhere on the window will call applyProperties method on Picker and app will throw Unknown Exception. 3. Tried on iOS, it works fine and changes color to Red.

Expected Result:

Border color should be changed to Red once click event is fired.

Actual Result:

[ERROR] ----- Titanium Javascript Runtime Error ----- [ERROR] In undefined: undefined,undefined

Attachments

FileDateSize
index.js2017-08-15T23:33:05.000+0000106
index.tss2017-08-15T23:33:20.000+0000155
index.xml2017-08-15T23:33:14.000+0000316

Comments

  1. Kota Iguchi 2017-08-22

    https://github.com/appcelerator/titanium_mobile_windows/pull/1083
  2. Kota Iguchi 2017-09-07

    backports for 6.2.0: https://github.com/appcelerator/titanium_mobile_windows/pull/1097
  3. Ewan Harris 2017-09-14

    Verified in 6.2.0.GA and 7.0.0.v20170912234515

JSON Source