Skip to main content

Bug Tracker

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 dmethvin comment:1

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?

Changed June 12, 2010 06:03PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

Closing for lack of test case. Usually problems like this are due to things like trying to use

.appendChild
on elements like
input
that can't have children.