Hi, this is a really annoying bug but, reading the Flex 4.12 release notes ( https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES where ) i should be in the list of the SDK fixed bug:
SDK Changes ------------- - Improved Callout for Desktop. - Improved UID generation performance. - Changed DPI to be 160 for iPad and 320 for iPad mini. - Improvements to Falcon MXML code generation. - Option to not store last call result in RomoteObject and WebService. *- StageTextInput can now be included in scrollable content.* - new iOS os-version media css selector. - iOS7 status bar support. but i don't know when it will be released... maybe the Apache team guys can say something more. Probably you can find a quick fix here: http://blog.flexicious.com/post/Scrolling-Issues-With-TextInput-for-Flex-Air-Mobile-Native-StageText.aspx Bye Angelo 2014/1/10 Jonathan Christian <[email protected]> > < > http://apache-flex-users.2333346.n4.nabble.com/file/n4429/IMG_1949%5B1%5D.png > > > > I'm using the spark.skins.mobile.StageTextInputSkin in my mobile > application. As you can see from the screenshot the text does not stay in > its input boxes when scrolling up and down the view when wrapped in a > Scroller conponent. > > <s:TextInput id="txtUsername" fontSize="18" width="200" > borderVisible="false" > skinClass="spark.skins.mobile.StageTextInputSkin"/> > > > > Things I've noticed > -Flicking the page causes the text labels to redraw > -Clicking on a textinput box does not redraw the text > -Dragging up and down the page with the scroller will not redraw the text > > This is the link I used > > http://stackoverflow.com/questions/9335337/flex-mobile-textinput-in-scroller-text-lag > > I have also tried using the old flex 4.6 textInput box skin which resolves > this issue but prevents the softkeyboard panning abilities and added > goodies > of stage text so I would really prefer not to go that route > > Any suggestions would be great as this is a rather annoying bug. > Thanks > Jonathan > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/StageTextInputSkin-Text-does-not-move-in-scroller-tp4429.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
