[
https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825995#comment-13825995
]
Maurice Amsellem commented on FLEX-33166:
-----------------------------------------
Fixed.
In fact, to avoid focusing if a swipe in progress, i listened separately for
mouseDown and mouseUp, and set a flag on mouseDown so that setFocus does
nothing when the mouse is down.
on mouseUp, I cleared the flag, and set the focus.
Now, I have left these listeners because they are necessary, and added a
listener on "click" and set the focus on that listener.
(explanation is confused, but the issue is fixed :-)
Do you want a modfied swc to test ?
> 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)