gcjwebplugin doesn't parse width attribute in applets properly
Florian Weimer
fw at deneb.enyo.de
Sun Oct 21 07:57:02 PDT 2007
* John Pham:
> I'm getting this on the console when running an applet whose size is
> specified in percent values instead of absolute pixel size,
> specifically when running a "paintchat" applet such as this
> http://chat.paintchat.jp/~aotama/paintchat01/paintchat.html:
appletviewer does the same:
HTML parsing: incorrect value for width/height attribute
java.lang.NumberFormatException: For input string: "100%"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:456)
at java.lang.Integer.valueOf(Integer.java:553)
at sun.applet.AppletViewerPanel.getWidth(AppletViewerPanel.java:116)
at sun.applet.AppletPanel.init(AppletPanel.java:198)
at sun.applet.AppletViewer.<init>(AppletViewer.java:177)
at sun.applet.StdAppletViewerFactory.createAppletViewer(AppletViewer.java:82)
at sun.applet.AppletViewer.parse(AppletViewer.java:1122)
at sun.applet.AppletViewer.parse(AppletViewer.java:1056)
at sun.applet.Main.run(Main.java:138)
at sun.applet.Main.main(Main.java:80)
Technically, this is not a bug in gcjwebplugin.
More information about the distro-pkg-dev
mailing list