[TIMOB-15059] iOS7: KS:Text area - Auto Link - Cannot toggle Editable
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2013-09-06T23:16:27.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | 2013 Sprint 18, 2013 Sprint 18 API |
Components | iOS |
Labels | ios7, ks, qe-3.1.3 |
Reporter | Olga Romero |
Assignee | Ingo Muschenetz |
Created | 2013-09-05T22:21:15.000+0000 |
Updated | 2015-02-02T20:47:43.000+0000 |
Description
*not a regression* occurs in 3.1.2.GA
To reproduce the issue:
1. Install and run KS> Controls> Text Area> Auto Link
2. Click Editable: several times
Actual result:
Auto Links remain highlighted disregarding toggle
Note:
All links are active
Okay tested with native code . Looks like once you set DatadectorTypeAll , you cannot set it back to NONE for some reason. This is an Apple bug.
Tested with modified (apple's sample code|https://dl.dropboxusercontent.com/u/43336767/DATATYPEDETECTORTEST.zip). To reproduce in native sample. Run project in xcode with ios 7.0 sim. click on TextViw. Click on the Toggle datadetector button at the bottom. Observe that regardless of the datadetectorstyle being selected once we set all , it never set to none. Will file a bug with apple with the same instructions.
tested the same code in iOS 6.1 sim and works as expected.