#5948 closed bug (invalid)
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
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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()".
Note: See
TracTickets for help on using
tickets.
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.