Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile & run:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Group >
<s:HGroup verticalAlign="baseline" alignmentBaseline="30">
<s:CheckBox id="cb" label="One check box" />
<s:Label id="lbl" text="...and some random text..." />
<s:Button id="btn" label="and a Button!"/>
</s:HGroup>
</s:Group>
</s:Application>
Actual Results:
The button's top corners aren't rounded.
Expected Results:
They should be rounded.
Workaround (if any):