Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and 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" >
<fx:Style>
@namespace mx "library://ns.adobe.com/flex/mx";
mx|TileList
{ direction: rtl; layoutDirection: rtl; } </fx:Style>
<mx:TileList
dataProvider="
">
<fx:Script>
<![CDATA[
import mx.collections.ArrayCollection;
public function createAC():ArrayCollection
]]
>
</fx:Script>
</mx:TileList>
</s:Application>
2.
3.
Actual Results:
TileList has "ltr" direction
Expected Results:
rtl
Workaround (if any):
set direction atruntime