Details
-
Bug
-
Resolution: Fixed
-
P3
-
11, 14
-
b25
-
x86
-
os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246616 | 13.0.4 | Sergey Bylokhov | P3 | Resolved | Fixed | b04 |
JDK-8240577 | 11.0.8 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8235375 | 11.0.7-oracle | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8240182 | 11.0.7 | Sergey Bylokhov | P3 | Resolved | Fixed | b06 |
Description
In some fullscreen tests, the fullscreen window jumps around the screen, instead of placed in the center of the screen.
Our code assumes that when the display mode of the screen has changed, the windows on the screen should not be moved, but on macOS 10.15 these windows jump around, so we need to set all bounds of the window(currently we set width and height only)
Our code assumes that when the display mode of the screen has changed, the windows on the screen should not be moved, but on macOS 10.15 these windows jump around, so we need to set all bounds of the window(currently we set width and height only)
Attachments
Issue Links
- backported by
-
JDK-8235375 [macos 10.15] Windows in fullscreen tests jumps around the screen
- Resolved
-
JDK-8240182 [macos 10.15] Windows in fullscreen tests jumps around the screen
- Resolved
-
JDK-8240577 [macos 10.15] Windows in fullscreen tests jumps around the screen
- Resolved
-
JDK-8246616 [macos 10.15] Windows in fullscreen tests jumps around the screen
- Resolved
- links to