Closed
Bug 417004
Opened 17 years ago
Closed 3 years ago
On <www.igmarkets.com>, random {{ Error / Exception / "Illegal operation on WrappedNative prototype object" / NS_ERROR_XPC_BAD_OP_ON_WN_PROTO }}
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sgautherie, Unassigned)
References
Details
Attachments
(1 file)
310 bytes,
text/html
|
Details |
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b4pre) Gecko/2008021102 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
I'm using this site since last week,
and I have noticed this random exception:
{{
Error: uncaught exception: [Exception... "Illegal operation on WrappedNative prototype object" nsresult: "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame :: http://www.igmarkets.com/lib/ls/42_1330/lscommons.js :: LS_rOZ :: line 7" data: no]
}}
I don't know (yet) what triggers it.
I didn't try Firefox (yet) either.
NB: I think this happens on the private site area ... but free demo accounts can easily be opened by anyone.
***
I found similar reported exception in bug 409786 and bug 416622...
Updated•17 years ago
|
Assignee: general → nobody
Product: Mozilla Application Suite → Core
QA Contact: general → general
Target Milestone: seamonkey2.0alpha → ---
Comment 1•16 years ago
|
||
A test case of "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)".
Code is extracted from real site's script which produced the error.
Site designer looks to want to use $GET as short format(or an alias) of document.getElementById.
Because site says "Only IE6 is supported", it seems that no problem occurs with IE6.
Comment 2•16 years ago
|
||
Exception occured with Fx 3.0.1, Fx trunk(Gecko/20080816032044), and Sm 1.1.11 on MS Win-XP SP3.
Comment 3•16 years ago
|
||
To Serge Gautherie(bug opener):
Is similar coding to my test case used by your private site?
Comment 4•16 years ago
|
||
I noticed the same error on <http://www.truefontfamily.com/examples/css3_font_sample.html>. But since the exception doesn't specify what particular operation failed, it's not clear what the problem is. Maybe because the font could not be loaded ?
Security Error: Content at http://www.truefontfamily.com/examples/css3_font_sample.html may not load data from http://tekkie.flashbit.net/tmp/AARDC___.TTF.
Error: uncaught exception: [Exception... "Illegal operation on WrappedNative prototype object" nsresult: "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame :: http://www.truefontfamily.com/tff/tff.php?f=null&s=0&c=000&t=200710231402407807 :: __2 :: line 1" data: no]
Comment 5•3 years ago
|
||
When I run the test case, I get this:
JavaScript error: https://bug417004.bmoattachments.org/attachment.cgi?id=335843, line 6: TypeError: 'getElementById' called on an object that does not implement interface Document.
Status: NEW → RESOLVED
Closed: 3 years ago
Component: General → XPConnect
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•