Opened 10 years ago
Closed 10 years ago
#12669 closed bug (notabug)
Stack overflow at line 443 in IE8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have the following situation:
$.widget("daredevel.tree", { _create:function () { this.element.treecheckbox(this.options); this.element.treecollapse(this.options); this.element.treednd(this.options); } }); $.widget("daredevel.treecheckbox", { _create:function () { /*...*/ } }); $.widget("daredevel.treecollapse", { _create:function () { /*...*/ } }); $.widget("daredevel.treednd", { _create:function () { /*...*/ } });
The core components load other components. In Firefox, Opera and Chrome, everything is ok, but in IE8 the 2nd call fires error "Stack overflow al line 443". Order of calls doesn't matters. It simply crash on the 2nd call.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Please report this bug to the jquery UI bug tracker here: http://bugs.jqueryui.com as it's not a bug in jQuery core.
Note: See
TracTickets for help on using
tickets.
#12670 is a duplicate of this ticket.