RFR: 8334509: Cancelling PageDialog does not return the same PageFormat object [v5]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Jun 21 15:51:29 UTC 2024


> On cancelling PageDialog, same PageFormat object should be returned which stopped working after [JDK-8307160](https://bugs.openjdk.org/browse/JDK-8307160).
> Fix is made to reinstate "doIt" flag removed in JDK-8307160 so that correct value is returned from PageDialog.show action..
> An automated printing testcase is created since the issue was caught by manual test and so having another manual test run the risk of not being executed during CI testing..

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  ALways return doIt

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19786/files
  - new: https://git.openjdk.org/jdk/pull/19786/files/2b298f89..8a7471c5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19786&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19786&range=03-04

  Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/19786.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19786/head:pull/19786

PR: https://git.openjdk.org/jdk/pull/19786


More information about the client-libs-dev mailing list