Details
-
Bug
-
Resolution: Fixed
-
P4
-
10, 19
-
JDK:
openjdk version "19" 2022-09-20
OpenJDK Runtime Environment (build 19+37)
OpenJDK 64-Bit Server VM (build 19+37, mixed mode, sharing)OS: macOS
-
b13
-
generic
-
os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315077 | 17.0.9 | Alexandr Scherbatiy | P4 | Resolved | Fixed | b05 |
JDK-8315078 | 11.0.21 | Alexandr Scherbatiy | P4 | Resolved | Fixed | b05 |
Description
- Run the attached CutOffImage sample on macOS.
The sample prints four rectangles:
1. size 300x100, portrait orientation
2. size 300x100, landscape orientation
3. size 100x300, portrait orientation
4. size 100x300, landscape orientation
The first image (300x100, portrait) where width is larger than height with portrait orientation and fourth (100x300, landscape) where height is large than width with landscape orientation cut off.
See attached cut-of-image.pdf where the content has been printed to pdf.
Attachments
Issue Links
- backported by
-
JDK-8315077 macOS: Print content cut off when width > height with portrait orientation
- Resolved
-
JDK-8315078 macOS: Print content cut off when width > height with portrait orientation
- Resolved
- relates to
-
JDK-8181659 Create an alternative fix for JDK-8167102, whose fix was backed out
- Resolved
-
JDK-8201818 [macosx] Printing attributes break page size set via "java.awt.print.Book" object
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/2bfbe31f
-
Commit openjdk/jdk17u-dev/4c123ac3
-
Commit openjdk/jdk/d00a7670
-
Review openjdk/jdk11u-dev/2092
-
Review openjdk/jdk17u-dev/1700
-
Review openjdk/jdk/10808