Opened 14 years ago
Closed 13 years ago
#4513 closed bug (invalid)
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)})}});
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
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?