[
https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826896#comment-13826896
]
Maurice Amsellem commented on FLEX-33166:
-----------------------------------------
This should never happen , because of the touchInteractStart handler and the
preventDefault().
{code}
private function touchStartingHandler(event:Event):void
{
// don't allow touch scrolling while editing (of the StageText will
stay in place)
if (isEditing)
event.preventDefault();
}
{code}
I couldn't not reproduce it on iOS.
Can you check if you can reproduce it on the ADL?
Or maybe this event is handled differently on Android.
I hope it's not, because I cannot easily test on Android.
> Mobile TextInput with native StageTextInput cannot be included in scrollable
> forms
> -----------------------------------------------------------------------------------
>
> Key: FLEX-33166
> URL: https://issues.apache.org/jira/browse/FLEX-33166
> Project: Apache Flex
> Issue Type: Bug
> Components: .Unspecified - Mobile
> Affects Versions: Adobe Flex SDK 4.6 (Release)
> Environment: All IOS
> Reporter: Dan Murray
> Assignee: Maurice Amsellem
> Labels: features, mobileTextInput
> Fix For: Apache Flex 4.8 (parity release), Apache Flex 4.9.0
>
> Attachments: TextInputTest.zip
>
> Original Estimate: 612h
> Time Spent: 96h
> Remaining Estimate: 516h
>
> We should be able to configure a text field which only accepts numerical
> input to call up the numeric pad. However, the skinclasses for the textfield
> that can call up the number pad will not scroll--If you try to use the
> skinclass that can call the softkey number pad in a scrollable container, the
> textfield scrolls away from its text.
--
This message was sent by Atlassian JIRA
(v6.1#6144)