-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b161
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177007 | 10 | Alexandr Scherbatiy | P3 | Resolved | Fixed | b03 |
Test case Attached.
On Windows8.1:
Primary monitor(screen0) 192DPI
Secondary monitor(screen1) 144DPI
When the frame is on screen0: works as expected, created screenshots contain the frame.
when the frame is on screen1: created screenshots do not contain the frame.
It could be because the screenshot method uses scale 2 as on the first screen instead 1.5 that is actual scale on the second screen. So the region where the screenshot is taken is shifted.
On Linux: Not Tested.
On MacOS Sierra version 10.12:
Tested dual monitor setup with primary Retina display and connecting a secondary monitor non-Retina display. keeping secondary monitor to the right/left of main display and targeted rectangle on each sides, expected results are obtained.
- backported by
-
JDK-8177007 createScreenCapture not working as expected on multimonitor setup with different DPI scales.
-
- Resolved
-
- relates to
-
JDK-8162959 [HiDPI] screenshot artifacts using AWT Robot
-
- Resolved
-
-
JDK-8173826 Option to set different default UI scales for different monitors
-
- Open
-
-
JDK-8020618 [macosx] java.awt.Robot makes blurry screen captures on Retina
-
- Closed
-