Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
layoutDirection="rtl">
<s:Button label="hi"/>
</s:WindowedApplication>
Actual Results:
The Button doesn't appear until you resize the app.
Expected Results:
It should be there.
Workaround (if any):
Set layoutDirection on creationComplete.