Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#3051 closed bug (worksforme)

Too Much Recursion

Reported by: [email protected] Owned by: paul
Priority: major Milestone:
Component: ui.core Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:

Description

I updated to jQuery UI 1.5.1 today and Firefox 3 seems to be having some recursion issues around line 143 (minified) and reports this line as the issue:

// via Firebug
return this.__toggle.apply(this,argument...nction(i,unit){if(style.indexOf(unit)>0)

Further information that may help:

  • jQuery is being utilized with jRails, though all JavaScript is written natively and without any helpers (i.e. Rails shouldn't be getting in the way)

Change History (5)

comment:1 Changed 15 years ago by paul

I think I would need a easier test case. Could you upload something for me? Thanks, Paul

comment:2 Changed 15 years ago by lrbabe

Firefox3 + firebug 1.2b often reports "Too much recursion" these days, even sometime in code that hasn't anything to do with those products. Have you tried disabling firebug ?

comment:3 Changed 15 years ago by paul

Resolution: worksforme
Status: newclosed

comment:4 Changed 15 years ago by zachinglis

This happeneed to me when I updated to jRails edge. Try with an older stable version.

comment:5 Changed 14 years ago by jhnsntmthy

This does occur, but I think it is a specific conflict with jquery ui and the tablesorter plugin. Probably the latter needs to be updated to work with jquery-ui 1.5.x

Note: See TracTickets for help on using tickets.