[9] review request: JDK-8146512 Table Borders are not drawn properly
Murali Billa
murali.billa at oracle.com
Wed Jan 6 07:33:58 UTC 2016
Hi Kevin, Alexander, Guru,
Please review the fix for below issue :
JIRA: https://bugs.openjdk.java.net/browse/JDK-8146512
Webrev: http://cr.openjdk.java.net/~arajkumar/murali/8146512/webrev.00/
Root Cause: Table Borders are not drawn properly in web sites like wikipedia.
There is a regression with r153510 (http://trac.webkit.org/changeset/153510) and r154622 (http://trac.webkit.org/changeset/154622) from 8u60, which involves drawing dotted line and painting collapsed border. The commits r153510 and r154622 caused regressions in websites like wikipedia where table borders are not drawn properly.
Fix: Applying webkit patch http://trac.webkit.org/changeset/169814 and Verified the fix for above mentioned website.
Also below DRT cases ran and passed.
fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl.html
fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells.html
fast/table/border-collapsing/dotted-collapsed-border.html
Thanks,
Murali
More information about the openjfx-dev
mailing list