Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Apple IOS
Language Found: English
Description
Steps to reproduce:
1. Compile and run the attached project, or run the attached iOS application.
2. Watch as the a selection is created. Note the active and anchor position.
3. After a second the state will change, then immediately change back.
4. Verify that the selection is no longer present and that the selection anchor and active values are invalid (-1).
Actual Results:
The selection range is gone.
Expected Results:
The selection range returns.
Workaround (if any):
It is possible to perform hold onto the values by writing some code to, essentially, perform the task of reading and storing the values in the component by writing custom transition behavior.