-
Bug
-
Resolution: Unresolved
-
P4
-
9
-
os_x
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 onJDK-8054358.
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
- relates to
-
JDK-8054358 move awt automated tests from AWT_Modality to OpenJDK repository - part 7
- Resolved