#3051 closed bug (worksforme)
Too Much Recursion
Reported by: | 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:
- I'm using the Tablesorter plugin (http://tablesorter.com/docs/), and this issue pops up on all pages that use Tablesorter
- 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
comment:2 Changed 15 years ago by
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
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
This happeneed to me when I updated to jRails edge. Try with an older stable version.
comment:5 Changed 14 years ago by
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.
I think I would need a easier test case. Could you upload something for me? Thanks, Paul