Side navigation
#4513 closed bug (invalid)
Opened April 10, 2009 07:36AM UTC
Closed June 12, 2010 06:03PM UTC
Uncaught exception: on Firefox 3.0.8
Reported by: | rkmurali | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I found the below exception only on Firefox, it didn't throw any exception on other browsers.
uncaught exception: Node cannot be inserted at the specified point in the hierarchy (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)
jquery-1.3.2.min.js (line 12)
(function(){var l=this,g,y=l.jQuery,p=l.....each(function(){o.dequeue(this,E)})}});
Attachments (0)
Change History (2)
Changed April 10, 2009 11:43PM UTC by comment:1
Changed June 12, 2010 06:03PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Closing for lack of test case. Usually problems like this are due to things like trying to use
.appendChildon elements like
inputthat can't have children.
I don't think it matters as much whether an exception is thrown as whether you were asking jQuery to do something valid. Can you provide a minimal complete test case that demonstrates the problem?