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

When Application layoutDirection is "rtl" the PopupManager.centerPopUp puts the window off stage to the right instead of in the center

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK 4.1 (Release)
    • None
    • PopUp Manager
    • None
    • Affected OS(s): Windows
      Language Found: English

    Description

      Steps to reproduce:
      1.set LayoutDirection to rtl in the Application
      2.create titleWindow
      3.PopUpManager.centerPopUp(titleWindow);

      Actual Results:

      Expected Results: popupWindow should be in center of visible stage

      Workaround (if any):
      _titleWindow.x = (stage.width - _titleWindow.width)/2;
      _titleWindow.y = (stage.height - _titleWindow.height)/2;

      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: