#198 closed bug (invalid)
Expression generates error in FireFox 1.5.0.6
Reported by: | 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
comment:3 Changed 17 years ago by
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.
You can of course, view the source of my markup at the posted addresses. It is a snapshot from a dynmically driven site.