Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34388

ScrollableStageText opens keyboard with no focus within Scroller

Details

    Description

      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.

      Attachments

        1. SoftkeyboardBugTest.fxp
          13 kB
          Colin Childs

        Activity

          cchilds Colin Childs added a comment -

          Added test project

          cchilds Colin Childs added a comment - Added test project
          cchilds Colin Childs added a comment -

          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.

          cchilds Colin Childs added a comment - 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.

          People

            Unassigned Unassigned
            cchilds Colin Childs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: