[ 
https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825971#comment-13825971
 ] 

OmPrakash Muppirala commented on FLEX-33166:
--------------------------------------------

Okay, I used the debug proxy and figured out where the lag happens.  When I 
touch the text input, drag it, and then lift my finger on top of the text 
input, the components gets a focus, so it switches from image to text.  But it 
is also interpreted as a swipe event and hence the container is scrolling at 
the same time.  So, there is a lag between the container of the text and the 
text itself when everything is scrolling.  

In this, case, I think we should perhaps wait for the scrolling to finish 
before switching the proxy image to the text.  

Does that make sense, or should I explain the scenario better?

> 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
>  Remaining Estimate: 612h
>
> 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)

Reply via email to