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

[macosx] inconsistent on top behavior for Dialog - blocked dialog goes on top of the blocking dialog in presence of third modal dialog

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • client-libs

      Please run the attached test.

      Expected behavior: dialog1 overlaps dialog2 (as dialog1 is document modal and has the same parent).
      On Mac OS dialog2 overlaps dialog1 if topDialog is application modal (if comment out line 'topDialog.setModalityType(...)' then the test behaves as expected).
      After closing topDialog dialog1 goes on top.

      Checked with JDK9 b14, Mac OS X 10.8.5.

      On other platforms (windows, Linux) the test behaves as expected.

      The issue occurred while working on JDK-8054358.

            Unassigned Unassigned
            avstepan Alexander Stepanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: