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. Create a view based application and copy the following code into the default view:
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
<s:ToggleSwitch id="toggle" top="10" visible="false" includeInLayout="false"/>
<s:Button top="70" label="On" click="
"/>
<s:Button top="150" label="Visible" click="
"/>
</s:View>
2. First click "On", then click "Visible".
Actual Results:
Attached screenshot. The ToggleSwitch is not rendering correctly.
Expected Results:
ToggleSwitch should render correctly.
Workaround (if any):