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):
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