-
Bug
-
Resolution: Fixed
-
P4
-
7u91, 8, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8146524 | 8u92 | Andrey Rusakov | P4 | Resolved | Fixed |
To reproduce this:
1. Run the attached test case with a security manager:
java -Djava.security.manager FullScreenPropertyTest
2. Note that the Stage fails to enter full screen (this is as expected)
3. BUG: the state of the full-screen property is still set to true
This was originally filed as JDK-8087471 which was marked as Confidential even though it didn't need to be.
As such, I will closed that bug as a duplicate of this one and use this bug to push Andrey's code change.
1. Run the attached test case with a security manager:
java -Djava.security.manager FullScreenPropertyTest
2. Note that the Stage fails to enter full screen (this is as expected)
3. BUG: the state of the full-screen property is still set to true
This was originally filed as JDK-8087471 which was marked as Confidential even though it didn't need to be.
As such, I will closed that bug as a duplicate of this one and use this bug to push Andrey's code change.
- backported by
-
JDK-8146524 Stage full screen property remains true even when it fails to enter full screen mode
- Resolved