Skip to main content

Bug Tracker

Side navigation

#778 closed bug (worksforme)

Opened January 11, 2007 08:25AM UTC

Closed February 26, 2007 11:45PM UTC

reference to undefined property a.type

Reported by: Jason Owned by:
Priority: minor Milestone:
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

I'm not sure if it's too early to be reporting 1.1b issues (I noticed it in the src via a 'recent changes' area).

I'm getting a lot of this:

Warning: reference to undefined property a.type

Line: 1023 (of jquery.js)

// Build a custom macro to enclose it
eval("f = function(a,i){" +
( jQuery.expr[ m[1] ]._prefix || "" ) +
"return " + f + "}"); 
Attachments (0)
Change History (3)

Changed January 12, 2007 07:02AM UTC by Jason comment:1

I guess this isn't really a bug, probably just an enhancement, so Firefox won't complain about it.

Changed January 13, 2007 07:45PM UTC by john comment:2

Can you locate how this is occurring? Are you running any particular query that causes this to happen?

Something like this, perhaps?

$(":radio")

(Just a guess)

Changed February 26, 2007 11:45PM UTC by john comment:3

resolution: → worksforme
status: newclosed

Ok, since there's really been no follow-up on this (and I think Joern may have tackled this for 1.1.1 anyway), I'm going to close the ticket.