-
Bug
-
Resolution: Fixed
-
P4
-
11, 17
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329772 | 21.0.4-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b03 |
JDK-8329693 | 21.0.4 | Andrew Lu | P4 | Resolved | Fixed | b01 |
JDK-8329773 | 17.0.12-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b03 |
JDK-8330300 | 17.0.12 | Andrew Lu | P4 | Resolved | Fixed | b01 |
JDK-8329778 | 11.0.24-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b03 |
JDK-8330301 | 11.0.24 | Andrew Lu | P4 | Resolved | Fixed | b01 |
on Windows hidpi at 150%. It is only seen on Windows because only there
do we allow fractional scales.
The test looks at the rectangle which is the split pane divider checking the colour where the divider is a horizontal line making sure it does not bleed vertically to paint the top or bottom edges.
The problem however is an unexpected color not at the top or the bottom but on the left / right due to rounding under fractional scales.
So a simple fix is to skip the leftmost + rightmost pixel and the test still tests what it is meant to test and then passes on hi-dpi.
- backported by
-
JDK-8329693 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
-
JDK-8329772 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
-
JDK-8329773 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
-
JDK-8329778 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
-
JDK-8330300 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
-
JDK-8330301 test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/f9a672ab
-
Commit openjdk/jdk17u-dev/cf93baf0
-
Commit openjdk/jdk21u-dev/0dd48086
-
Commit openjdk/jdk/fa823bd2
-
Review openjdk/jdk11u-dev/2656
-
Review openjdk/jdk17u-dev/2404
-
Review openjdk/jdk21u-dev/494
-
Review openjdk/jdk/18384