Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#198 closed bug (invalid)

Expression generates error in FireFox 1.5.0.6

Reported by: [email protected] Owned by:
Priority: major Milestone: 1.0
Component: core Version: 1.0
Keywords: Cc:
Blocked by: Blocking:

Description

First off, I apoligize how I provide the example of this error. I tried to join the mailing list, but the confirmation email must not be working.

This expression generates an error:

alert($("#form input[@id$='Address1']").size());

The error:

Error: z has no properties
Source File: http://mlins.homeip.net/jquery/index_files/jquery.js Line: 710

However, this works in an older version of jquery(rev. 29) as seen here:

http://mlins.homeip.net/jquery/work.html

Click on "Geocode Address" to see the alert. Perfect.

Now with the latest version of jquery(rev. 249):

http://mlins.homeip.net/jquery/nowork.html

Same thing, click on "Geocode Address," this time the error from above.

Another intersting quirk, http://mlins.homeip.net/jquery/nowork.html works in IE.

I apoligize if this is my error, but jquery is very difficult for me to debug and I'm unable to join the mailing list.

Change History (4)

comment:1 Changed 17 years ago by [email protected]

You can of course, view the source of my markup at the posted addresses. It is a snapshot from a dynmically driven site.

comment:2 Changed 17 years ago by anonymous

Resolution: invalid
Status: newclosed

My error.

comment:3 Changed 17 years ago by [email protected]

This is probably the same as Bug #194, which is a real bug. The "error" should simply return an empty result, and not a JS error.

comment:4 Changed 16 years ago by anonymous

me need jquery no0w where to jquery me build jquery website

Note: See TracTickets for help on using tickets.