Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.6
Language Found: English
Description
Steps to reproduce:
1. copy this code:
<?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/halo" minWidth="955" minHeight="600" backgroundColor="#E32929" >
<fx:Script>
<![CDATA[
protected function button1_clickHandler(event:MouseEvent):void
]]
>
</fx:Script>
<s:TitleWindow x="105" y="78" width="251" height="161" cornerRadius="20" id="tw">
<s:controlBarContent>
<s:Button label="Resize TitleWindow" cornerRadius="2" click="button1_clickHandler(event)"/>
</s:controlBarContent>
</s:TitleWindow>
</s:Application>
2. switch to DV.
3. select TitleWindow.
4. in GPI, type 160 for height.
Actual Results: Bottom corners have become square. Refresh restores rounded shape.
Expected Results: resizing doesn't affect rounded corners.
Workaround (if any): refresh DV.