Morten Gorm Madsen created FLEX-34116:
-----------------------------------------
Summary: TextInput contained in Scroller causes problems
Key: FLEX-34116
URL: https://issues.apache.org/jira/browse/FLEX-34116
Project: Apache Flex
Issue Type: Bug
Components: Skinning, Spark: TextArea, Spark: TextInput
Affects Versions: Apache Flex 4.11.0, Adobe Flex SDK 4.6 (Release)
Environment: Mobile
Reporter: Morten Gorm Madsen
Problem 1:
The text (eg. "hello world") of TextInput hangs when a parent Scroller is
dragged.
Problem 2:
TextInput is not inside the ViewPort of the Scroller. TextInput text is not
clipped.
Note:
The exact same problem exists for TextArea
A list is basically a Scroller - TextInput in lists/itemrenderers therefore
also have problems.
Problem 1, Case:
TextInput text is "hello world"
TextInput is displayed in a Scroller which can scroll (ie too much information
on the screen)
I drag my finger over the screen to scroll the Scroller.
The text "hello world" stays put while everything else scrolls as expected
I release the display
"hello world" is now drawn in the TextInput again
If there the scroller slides the view slowly after releasing the finger, "hello
world" correctly follows the view.
Workarround:
skinClass="spark.mobile.skins.TextInputSkin"
Conclusion:
The problems are caused by StageTextInputSkin
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)