[Rev 04] RFR: 8208169: can not print selected pages of web page

Kevin Rushforth kcr at openjdk.java.net
Tue Jun 16 12:54:18 UTC 2020


On Tue, 16 Jun 2020 07:59:02 GMT, Bhawesh Choudhary <github.com+4208131+bhaweshkc at openjdk.org> wrote:

>> Print function of WebEngine.java ignores page range setting and prints given number of pages starting from first page,
>> which is the root cause of this issue. To fix it, put check for page ranges and if it available, use it for printing
>> pages otherwise print all pages as usual.
>
> Bhawesh Choudhary has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Formatting changes

Marked as reviewed by kcr (Lead).

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

PR: https://git.openjdk.java.net/jfx/pull/222


More information about the openjfx-dev mailing list