[OpenJDK 2D-Dev] RFR: JDK-8234393: [macos] printing ignores printer tray

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Oct 7 11:43:22 UTC 2020


On Mon, 5 Oct 2020 16:58:06 GMT, Vipin Menon <github.com+17762393+vipinmenon at openjdk.org> wrote:

> **Issue**
> 
> [https://bugs.openjdk.java.net/browse/JDK-8234393](https://bugs.openjdk.java.net/browse/JDK-8234393)
> 
> **Problem**
> 
> On a multi tray printer, irrespective of what tray is set, Java always prints from the last tray which is the default.

test/jdk/java/awt/print/PrinterJob/TestMediaTraySelection.java line 26:

> 24:  * @bug 6357887 8165146
> 25:  * @summary  Verifies if selected printertray is used
> 26:  * @requires (os.family == "linux" | os.family == "mac")

You should add this bugid here since your regression testcase is suppose to test the bug

-------------

PR: https://git.openjdk.java.net/jdk/pull/509


More information about the 2d-dev mailing list