Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-23472

[Mirroring] "rtl" direction is ignored by TileList when set in css

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 4.1 (Release)
    • None
    • mx: TileList
    • 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="

      {createAC()}

      ">
      <fx:Script>
      <![CDATA[
      import mx.collections.ArrayCollection;
      public function createAC():ArrayCollection

      { var col:ArrayCollection = new ArrayCollection(['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']); return (col); }

      ]]
      >
      </fx:Script>
      </mx:TileList>
      </s:Application>
      2.
      3.

      Actual Results:
      TileList has "ltr" direction

      Expected Results:
      rtl

      Workaround (if any):
      set direction atruntime

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: