-
Bug
-
Resolution: Fixed
-
P4
-
6, 7
-
b09
-
generic
-
generic, solaris
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2181173 | 6u38 | Mikhail Cherkasov | P3 | Closed | Fixed | b01 |
Specification for Toolkit.isModalityTypeSupported() method contains the following statement:
* If a dialog with unsupported modality type is created, then
* <code>Dialog.ModalityType.MODELESS</code> is used instead.
However, currently this is not implemented. For example, if a dialog with DOCUMENT_MODAL modality type is created with MToolkit (which doesn't support this type of modality), this dialog still is modal.
A test that can be used to reproduce the bug is attached.
* If a dialog with unsupported modality type is created, then
* <code>Dialog.ModalityType.MODELESS</code> is used instead.
However, currently this is not implemented. For example, if a dialog with DOCUMENT_MODAL modality type is created with MToolkit (which doesn't support this type of modality), this dialog still is modal.
A test that can be used to reproduce the bug is attached.
- backported by
-
JDK-2181173 isModalityTypeSupported is not handled correctly
-
- Closed
-
- duplicates
-
JDK-6864370 For MToolkit unsupported Dialog modality types are not set as MODELESS
-
- Closed
-