You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "HB (JIRA)" <ji...@apache.org> on 2014/06/10 12:07:02 UTC

[jira] [Created] (FLEX-34362) Issues with ScrollableStageText

HB created FLEX-34362:
-------------------------

             Summary: Issues with ScrollableStageText
                 Key: FLEX-34362
                 URL: https://issues.apache.org/jira/browse/FLEX-34362
             Project: Apache Flex
          Issue Type: Bug
          Components: .Unspecified - Mobile
    Affects Versions: Apache Flex 4.12.1
            Reporter: HB


There are several issues when using the new ScrollableStageText class inside a Flex component (through the new Scrolling skins):

- When focusing a TextInput (guess a TextArea as well), a softKeyboardDeactivate event is dispatched, at least on iOS.
- enabled = false doesn't work, this is because of the keepSoftKeyboardActive function, adding a         hiddenFocusStageText.editable = _editable; line before hiddenFocusStageText.assignFocus(); works.
- Scrolling inside a TextArea component doesn't work when editable is false. This is a real burden in some cases... I guess it's either because of keepSoftKeyboardActive or because of the swap between the proxy image and the StageText instance. Any further help on this issue would be further welcome.



--
This message was sent by Atlassian JIRA
(v6.2#6252)