Search and Top Navigation
#3051 closed bug (worksforme)
Opened July 01, 2008 01:11AM UTC
Closed July 25, 2008 03:44PM UTC
Last modified January 05, 2009 02:52PM UTC
Too Much Recursion
Reported by: | james.herdman@gmail.com | 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)
Attachments (0)
Change History (5)
Changed July 03, 2008 09:12PM UTC by comment:1
Changed July 14, 2008 05:44PM UTC by comment:2
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 ?
Changed July 25, 2008 03:44PM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed July 31, 2008 02:23AM UTC by comment:4
This happeneed to me when I updated to jRails edge. Try with an older stable version.
Changed January 05, 2009 02:52PM UTC by comment:5
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
I think I would need a easier test case. Could you upload something for me? Thanks, Paul