Side navigation
#5948 closed bug (invalid)
Opened January 26, 2010 11:14PM UTC
Closed November 13, 2010 07:34AM UTC
Last modified March 15, 2012 11:10AM UTC
Stack overflow when using with jquery tools/navigator/scrollable
Reported by: | ericbojo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | core | Version: | 1.4.1 |
Keywords: | stack overflow jquery tools | Cc: | |
Blocked by: | Blocking: |
Description
I'm using jquery tools with navigator/scrollable support. It will give me stack overflow errors when scrolling multiple times in IE8.
Examples:
Out of memory jquery-1.4.1.js, line 3845 character 4
Out of stack space jquery-1.4.1.js, line 159 character 10
'position().left' is null or not an object jquery.tools.min.js, line 31 character 854
Attachments (0)
Change History (2)
Changed November 13, 2010 07:34AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed January 25, 2011 04:05AM UTC by comment:2
FYI, this error happened to me when I didn't use the method call in the correct way (e.g. when accessing a value of an input field I coded this instead "$.post(url, { name = $name}, function...); in which I was supposed to use this instead "$name.val()".
This is a bug tracker for jQuery core. You will need to see the jQuery Tools forums or support helpdesk for any issues related to their releases.