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

[flex_next] Flex Air Popup windows can be dragged beyond the bounds of app window and be lost

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • mx: Window
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:

      In a Flex AIR desktop application (WindowedApplication):

      var pwin:TitleWindow = new TitleWindow;
      var isModal:Boolean=true;
      PopUpManager.addPopUp(pwin,this, isModal);

      Actual Results: popup can be dragged completely out-of-bounds; if mouse is (accidentally) released when popup is out of bounds, app is frozen and unable to respond to mouse events and must be shut down.

      Non-modal popups can also be dragged completely out-of-bounds, though this is a less severe problem.

      Expected Results: it should be impossible to drag a popup window completely beyond the bounds of the application container window; a portion of the drag handle (title bar) should always remain visible.

      P.S. I am not sure of my Eclipse configuration version. I am using the current trial version of FlexBuilder 3 downloaded in early October 2009 from the Adobe website.

      Flex Builder 3
      Version: 3.0.214193

      Workaround (if any):

      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: