Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163302 | 8u152 | Chien Yang | P3 | Resolved | Fixed | b01 |
To reproduce, run the attached test with a security manager:
java -Djava.security.manager AlwaysOnTopTest
It will (correctly) not be granted permission to be always on top. However, if you click the button it will report that the stage is always on top.
java -Djava.security.manager AlwaysOnTopTest
It will (correctly) not be granted permission to be always on top. However, if you click the button it will report that the stage is always on top.
- backported by
-
JDK-8163302 Stage alwaysOnTop property not reset to false if permission is denied
-
- Resolved
-
- relates to
-
JDK-8168821 Cleanup whitespace after fix for JDK-8156078
-
- Closed
-