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

[Mirroring] [localfix] Items in a WindowedApplication are not drawn if layoutDirection is set to rtl in MXML.

    XMLWordPrintableJSON

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.

      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: