Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8128222

Stage.toFront doesn't make the stage to be put on top of the Window hierarchy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.1
    • fx2.0.1
    • javafx
    • Windows 7, FX 2.0.1

      I am implementing a Single instance process pattern on Windows.
      When a process instance starts,it does contact the running instance and asks it to push an FX Stage to front (Stage.toFront()). When doing so, the Stage is moved on top of any FX Stage of the running instance, but is not moved on top of any Window.
      I emulated in the attached testcase the inter-process communication with a timeline that makes the Stage labeled "Scene 1" to be put on top.
      Run the testcase, 2 stages are displayed, after 10 sec, the stage 1 is asked to be moved to front. You will observe that it is moved on top of stage 2, but not on top of any window you could have put on top.


            anthony Anthony Petrov (Inactive)
            jfdenise Jean-Francois Denise (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: