[OpenJDK 2D-Dev] RFR: 7179006: [macosx] Print-to-file doesn't work: printing to the default printer instead. [v2]

Phil Race prr at openjdk.java.net
Fri Sep 25 18:47:40 UTC 2020


> A long-standing bug on macOS: https://bugs.openjdk.java.net/browse/JDK-7179006
> 
> The fix is to propagate whatever is set as the Destination down to native and set it on the native printing object.
> 
> Also if using the native dialog, but with attributes, copy back the destination from native to the Java attribute set.
> 
> The new test can directly test printing to file in an automated way - so long as there is a printer.
> 
> The updated manual test can be used to verify the  cross-platform dialog case.

Phil Race has updated the pull request incrementally with one additional commit since the last revision:

  7179006: [macosx] Print-to-file doesn't work: printing to the default printer instead.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/339/files
  - new: https://git.openjdk.java.net/jdk/pull/339/files/048c7eeb..0165ae2e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=339&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=339&range=00-01

  Stats: 7 lines in 4 files changed: 2 ins; 4 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/339.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/339/head:pull/339

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


More information about the 2d-dev mailing list