Hi John, Thanks for your feedback, I hope you can help me understand a little bit more so that i can hopefully work around this issue.
As mentioned, I *do* get this error in strict mode in Firefox but with strict disabled the calling jquery function fails anyway (with no explanation now). So disabling the strict mode is only my answer to avoiding the error message. This particular jquery function only fails on very large divs (although I don't know the magic number for 'how big'). Is this jQuery.cache error a red herring for my real issue? I am new to jquery so I am not quite sure how to debug further, and was hoping you might have more insight into what I am dealing with. Many thanks for your time and responses. On Fri, Mar 27, 2009 at 11:32 AM, John Resig <[email protected]> wrote: > > No, we don't have it on a definite timeline. > > --John > > > > On Thu, Mar 26, 2009 at 11:11 PM, hassafrass <[email protected]> wrote: > > > > Hmm, any idea when that release will be :-) ? > > > > On Mar 26, 1:27 pm, John Resig <[email protected]> wrote: > >> Correct, this is an issue with strict mode. It's something that we're > >> looking to tackle in an upcoming release. > >> > >> --John > >> > >> On Thu, Mar 26, 2009 at 3:38 PM, hassafrass <[email protected]> > wrote: > >> > >> > updated to 1.3.2 same problem. > >> > >> > On Mar 26, 11:45 am, hassafrass <[email protected]> wrote: > >> >> Also if I change strict warnings in Firefox to false I no longer get > >> >> this message, but then my jquery function fails anyway... > >> > >> >> On Mar 26, 11:19 am, hassafrass <[email protected]> wrote: > >> > >> >> > I am using a jquery plugin (liquid canvas) to round the corners of > a > >> >> > div after page load, it works great in Firefox, IE 6 & 7 . However > on > >> >> > certain pages this div is populated with a lot of data which makes > it > >> >> > a very long div (many page scrolls) and it breaks firefox with this > >> >> > Jquery error: > >> > >> >> > reference to undefined property jQuery.cache[id][name] (like 679 > of > >> >> > jquery-1.2.6.js) > >> > >> >> > I am assuming this is because of the size, because it only happens > >> >> > when the div is very long, it works fine in IE 6 and IE 7... I > >> >> > disabled firebug and HTML tidy incase they were interfering... > >> > >> >> > Help > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
