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

Callout incorrectly render the text entered into text component when it pops up over it

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1.paste the following into view or application:
      <fx:Declarations>
      <s:Callout id="mycallout" width="200" height="200"
      mouseDownOutside="mycallout.close()" contentBackgroundColor="blue">
      <s:Button label="Button"/>
      </s:Callout>
      </fx:Declarations>
      <s:VGroup paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10" gap="10">
      <s:HGroup verticalAlign="middle">
      <s:Label text="backgroundColor"/>
      <s:TextInput id="backgroundColor"
      focusIn="mycallout.open(backgroundColor)"
      />
      </s:HGroup>
      <s:HGroup verticalAlign="middle">
      <s:Label text="backgroundAlpha"/>
      <s:TextInput id="backgroundAlpha"
      focusIn="mycallout.open(backgroundAlpha)"
      />
      </s:HGroup>
      <s:HGroup verticalAlign="middle">
      <s:Label text="contentBackgroundColor"/>
      <s:TextInput id="contentBackgroundColor"
      focusIn="mycallout.open(contentBackgroundColor)"
      />
      </s:HGroup>
      <s:HGroup verticalAlign="middle">
      <s:Label text="contentBackgroundAlpha"/>
      <s:TextInput id="contentBackgroundAlpha"
      focusIn="mycallout.open(contentBackgroundAlpha)"
      />
      </s:HGroup>
      </s:VGroup>>

      2. run the app.
      3. type in '1234' into the contentBackgroundAlpha field. click outside of the component to close callout, then click in the first textinput.
      look inside the callout.

      Actual Results:
      '1234' shows up inside callout.

      Expected Results:
      it shouldn't render the text from the other component when it pops over it

      Workaround (if any):

      Attachments

        Activity

          adobejira Adobe JIRA added a comment -

          Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31321
          Original Reporter: kawatana
          Original Resolution: Fixed
          Confirmed Version: 11363
          Confirmed Version: Next Build
          Discoverability: High
          Number of votes: 0
          Regression: No
          Reproducibility: Every Time
          Resolved by: jsaracin
          Severity: Incorrectly Functioning
          reporter: kawatana

          adobejira Adobe JIRA added a comment - Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31321 Original Reporter: kawatana Original Resolution: Fixed Confirmed Version: 11363 Confirmed Version: Next Build Discoverability: High Number of votes: 0 Regression: No Reproducibility: Every Time Resolved by: jsaracin Severity: Incorrectly Functioning reporter: kawatana
          adobejira Adobe JIRA added a comment -

          created: 2011-08-24 11:03:57.000
          resolved: 2011-08-24 17:24:34.251
          updated: 2011-11-15 16:13:31.000

          adobejira Adobe JIRA added a comment - created: 2011-08-24 11:03:57.000 resolved: 2011-08-24 17:24:34.251 updated: 2011-11-15 16:13:31.000
          adobejira Adobe JIRA added a comment -

          On 2011-08-24 17:24:34.454 jsaracin commented:
          IRB – this is duplicate of the general clipping problem with StageText captured in this bug: SDK-31177
          On 2011-08-25 09:47:06.562 kawatana commented:
          closed.

          adobejira Adobe JIRA added a comment - On 2011-08-24 17:24:34.454 jsaracin commented: IRB – this is duplicate of the general clipping problem with StageText captured in this bug: SDK-31177 On 2011-08-25 09:47:06.562 kawatana commented: closed.

          People

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

            Dates

              Created:
              Updated:
              Resolved: