Side navigation
#9193 closed bug (invalid)
Opened May 09, 2011 02:47PM UTC
Closed May 24, 2011 04:55AM UTC
Last modified August 18, 2011 12:32PM UTC
Firefox 4 and jquery update problem
Reported by: | da.grit@gmail.com | Owned by: | da.grit@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
elem.nodeName is undefined
[Break On This Error] hooks = jQuery.valHooks[ elem.node...() ] || jQuery.valHooks[ elem.type ];
jquery-latest.js (line 2034)
see at:
http://www.iedereenisdesigner.nl/calc/calc2.html
Old jQuery library had no problems
Attachments (0)
Change History (3)
Changed May 09, 2011 03:59PM UTC by comment:1
component: | unfiled → attributes |
---|---|
owner: | → da.grit@gmail.com |
priority: | undecided → low |
status: | new → pending |
Changed May 24, 2011 04:55AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Changed August 18, 2011 12:32PM UTC by comment:3
closest function gives the following error:
elem.nodeName is undefined
return (match === "*" && elem.nodeT...em.nodeName.toLowerCase() === match;
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.