Closed
Bug 348466
Opened 18 years ago
Closed 18 years ago
Netflix title-on-hover preview is broken: node cannot be reused error.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 346362
People
(Reporter: stephend, Unassigned)
Details
(Keywords: regression)
Build ID: 2006-08-12-08 of SeaMonkey trunk on Windows XP.
Not sure if this is something we need to fix or whether it'll turn out to be an evang bug...
Steps to Reproduce:
1. Load your Netflix queue.
2. Hover your mouse pointer over a title in your queue.
Expected Results:
Mini-content window pops up with title preview.
Actual Results:
The following exception is propagated to the Error Console:
Error: [Exception... "Node cannot be used in a document other than the one in which it was created" code: "4" nsresult: "0x80530004 (NS_ERROR_DOM_WRONG_DOCUMENT_ERR)" location: "http://www.netflix.com/layout/jscript/DomQuery.js?v=95636 Line: 9"]
Source File: http://www.netflix.com/layout/jscript/DomQuery.js?v=95636
Comment 1•18 years ago
|
||
Can you make a reduced testcase? Changes are it has something to do with the way the page uses getBoxObjectFor or XPath, so if you use the "view scripts" bookmarklet and search the page for those you'll probably find the code that triggers the error fairly quickly.
Reporter | ||
Comment 2•18 years ago
|
||
This is probably just a duplicate of bug 346362, Jesse. Peter V or bz ought to know.
Reporter | ||
Comment 3•18 years ago
|
||
var _4=document.evaluate(_3,document,null,XPathResult.ANY_TYPE,null);
Yeah; that document.evaluate call is mentioned as broken in https://bugzilla.mozilla.org/show_bug.cgi?id=346362#c4
Marking as a dup.
*** This bug has been marked as a duplicate of 346362 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•