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

View does not resize if SoftKeyboard is closed by native SoftKeyboard open/close button

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK 4.5.1 (Release)
    • None
    • Mobile: SoftKeyboard
    • None
    • Affected OS(s): Apple IOS
      Language Found: English

    Description

      Steps to reproduce:
      1.Run attached app or add the following to the view
      <?xml version="1.0" encoding="utf-8"?>
      <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
      <s:Scroller x="0" y="500" width="100%" height="100%">
      <s:VGroup width="100%" height="100%" paddingRight="50">
      <s:Label width="100%" height="20" text="

      {NativeApplication.nativeApplication.runtimeVersion}

      "/>
      <s:TextArea id="ta" height="500" contentBackgroundColor="#FFFF00" />
      </s:VGroup>
      </s:Scroller>
      </s:View>

      2. Click on yellow text to open soft keyboard
      3.Click on soft keyboard bottom right "close button " to close it

      Actual Results:
      TextArea did not resized

      Expected Results:

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: