[Rev 02] RFR: 8208169: can not print selected pages of web page
Bhawesh Choudhary
github.com+4208131+bhaweshkc at openjdk.java.net
Sun Jun 14 19:13:41 UTC 2020
> 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:
Replaced webpage with locally generated html content in test
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/222/files
- new: https://git.openjdk.java.net/jfx/pull/222/files/75a0362f..4d973a33
Webrevs:
- full: https://webrevs.openjdk.java.net/jfx/222/webrev.02
- incr: https://webrevs.openjdk.java.net/jfx/222/webrev.01-02
Stats: 66 lines in 1 file changed: 21 ins; 32 del; 13 mod
Patch: https://git.openjdk.java.net/jfx/pull/222.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/222/head:pull/222
PR: https://git.openjdk.java.net/jfx/pull/222
More information about the openjfx-dev
mailing list