> When a printjob is cancelled midway, `PrinterAbortException `was not thrown 
> in macos. because 
> firstly,` cancelCheck` invokes` LWCToolkit.invokeLater` with null as 
> parameter causing it to fail with NPE and
> secondly PrinterAbortException was consumed silently when `printLoop` throws 
> any exception
> which is rectified to throw the PrinterAbortException when encountered..

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

  Grab the exception, clear, store and then recheck in Javacode to avoid 
NSException log

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20027/files
  - new: https://git.openjdk.org/jdk/pull/20027/files/3ff67eb2..6a1c7ce5

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

  Stats: 19 lines in 2 files changed: 10 ins; 4 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/20027.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20027/head:pull/20027

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

Reply via email to