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

[macosx] Possible regression: test/java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java failure

XMLWordPrintable

      In the test, Frame and parentless modal Dialog are shown, in that order. Frame is bigger.
      After a click on the Frame outside of Dialog, Frame goes on top violating modality settings.

      There is a bug in the test allowing it sometimes and even often to pass:
      both Frame and Dialog are disposed _before_ colors are compared. If we let harness to dispose windows, test fails always on my OS X 10.9: 50 out of 50 times.

      And it is just visible: Frame is on top after the click.

      NB: I'm going to fix the test in JDK-8063104.

        There are no Sub-Tasks for this issue.

            achung Alisen Chung
            yan Yuri Nesterenko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: