[
https://issues.apache.org/jira/browse/FLEX-34388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14047859#comment-14047859
]
Colin Childs commented on FLEX-34388:
-------------------------------------
I have found a workaround that may help with the fix for this bug - I extended
ScrollableStageText and I override keepSoftKeyboardActive() to first check
Applications's isSoftKeyboardActive property before calling
super.keepSoftKeyboardActive(). That way, if the keyboard is not already open,
ScrollableStageText's hiddenFocusStageText will not gain focus.
> ScrollableStageText opens keyboard with no focus within Scroller
> ----------------------------------------------------------------
>
> Key: FLEX-34388
> URL: https://issues.apache.org/jira/browse/FLEX-34388
> Project: Apache Flex
> Issue Type: Bug
> Components: Mobile: ScrollableStageText
> Affects Versions: Apache Flex 4.12.1
> Reporter: Colin Childs
> Priority: Minor
> Labels: ScrollableStageText, Scroller, Softkeyboard
> Attachments: SoftkeyboardBugTest.fxp
>
>
> A ScrollableStageText component within a Scroller will raise the softkeyboard
> as you scroll. It should only open the keyboard after a full click, not
> during a scroll gesture.
> To reproduce:
> 1) Install the attached test project on a device.
> 2) Scroll up and down the screen. Notice that as you scroll, the softkeyboard
> comes up with no focused input, obscuring your view of the scroller content.
--
This message was sent by Atlassian JIRA
(v6.2#6252)