Bug Tracker

Modify

Ticket #5948 (closed bug: invalid)

Opened 3 years ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 3 years ago by addyosmani

  • Status changed from new to closed
  • Resolution set to invalid

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.

comment:2 Changed 2 years ago by anonymous

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()".

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.