-
Bug
-
Resolution: Fixed
-
P3
-
8u162
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246858 | emb-8u261 | Dmitry Markov | P3 | Resolved | Fixed | team |
I have an applet that makes a JavaScript call via live connect. I have the call surrounded by a try/catch. Despite that, a stack trace like the
following is being printed in the Java console even though I do not print it.
Error Codes
---------------------------------------------------
No such property "outerWidth" on JavaScript object
netscape.javascript.JSException: No such property "outerWidthX" on JavaScript object
at sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.doMemberOp(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.getMember(Unknown Source)
following is being printed in the Java console even though I do not print it.
Error Codes
---------------------------------------------------
No such property "outerWidth" on JavaScript object
netscape.javascript.JSException: No such property "outerWidthX" on JavaScript object
at sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.doMemberOp(Unknown Source)
at sun.plugin2.main.client.MessagePassingJSObject.getMember(Unknown Source)
- backported by
-
JDK-8246858 LiveConnect netscape.javascript.JSException: No such property "outerWidthX" on JavaScript object
-
- Resolved
-