Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18204] iOS: Ti.UI.AUTOLINK_ALL returns an incorrect value

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:08:05.000+0000
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.5.0
ReporterEwan Harris
AssigneeEric Merriman
Created2014-12-15T21:13:21.000+0000
Updated2017-05-02T22:08:05.000+0000

Description

Description

In KitchenSink->Controls->Text Area->Auto Link, when using the 'Detect All' button the incorrect value is returned, I am unsure what value is expected due to TIMOB-17463 but the value received is *4294967295*. The code in KitchenSink uses the deprecated Ti.UI.iOS.AUTODETECT_ALL, however in the attached app.js I have changed the code to use Ti.UI.AUTOLINK_ALL and the *value remains the same*. I believe this *is a regression* as although in previous versions the value was wrong, this is a completely different value. When the code is run on Android different behaviour is seen as the value returned is 15.

Steps To Reproduce

1. Using the attached app.js build to an iOS device or sim 2. Check the value shown in the 'autoLink' field.

Actual Result

The value returned is 4294967295

Expected Result

The expected value is unknown, on Android the value is 15.

Attachments

FileDateSize
app.js2014-12-15T21:13:21.000+00002817

Comments

  1. Ingo Muschenetz 2014-12-15

    The proper fix for this is to remove the display of the value in KitchenSink, and instead just have a test case which exercises the functionality.
  2. Lee Morris 2017-05-02

    Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.

JSON Source