Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.paste the following code into your application and run;
<s:VGroup horizontalCenter="0">
<s:BorderContainer height="500" width="500" >
<s:CalloutButton id="calloutButton" horizontalCenter="0" verticalCenter="0" verticalPosition="before" horizontalPosition="before">
<s:BorderContainer>
</s:BorderContainer>
</s:CalloutButton>
</s:BorderContainer>
</s:VGroup>
2. click on the callout button to open callout.
3.
Actual Results:
you see a line shows up
Expected Results:
no such line
Workaround (if any):