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

2020-06-14 Thread Arun Joseph
On Sun, 14 Jun 2020 19:13:41 GMT, Bhawesh Choudhary 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

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

2020-06-14 Thread Bhawesh Choudhary
On Thu, 21 May 2020 17:41:46 GMT, Phil Race wrote: >> Bhawesh Choudhary has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Replaced webpage with locally generated html content in test > > looks ok. Approval waiting on a test. @prrace

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

2020-06-14 Thread Bhawesh Choudhary
> 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