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

[Mirroring] Popup compiled with "Use Flex 3 Compatibility mode" appears to be incorrectly layed out "rtl"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK 4.1 (Release)
    • PopUp Manager
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run the attached app with the "Use Flex 3 Compatibility Mode" box checked in FlashBuilder.

      Actual Results:

      Click on button. Pop-up close button is on the left-hand side and the title is missing.

      Expected Results:

      Popup has title and the close button is on the right-hand size.

      Workaround (if any):

      Set the global CSS style selector in the code:

      <mx:Style>
      global

      { layoutDirection: "ltr"; }

      </mx:Style>

      or

      modify default-3.0.0.css

      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: