<Swing Dev> [9] Review request for 8031109 Rendering HTML code in JEditorPane throws NumberFormatException
Victor D'yakov
victor.dyakov at oracle.com
Mon Apr 27 15:56:34 UTC 2015
Hello,
Please review the fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8031109
webrev link:
http://cr.openjdk.java.net/~alexsch/victor-dyakov/8031109/webrev.00/
Root Cause:
FrameSetView does not parse "px" units in rows and cols attributes.
Solution:
"px" are parsed in the FrameSetView.init() method.
Testing:
Run test/javax/swing/text/html/8031109/bug8031109.java automated test.
--
Victor
More information about the swing-dev
mailing list