#9922 closed defect (wontfix)
IE6 stack overflow error with long chain of dojo.require's
Reported by: | ben hockey | Owned by: | alex |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | Loader | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
if i have a chain of module dependencies which is 15+ modules deep i get a stack overflow at line 0 error with IE6. for example, if module1 requires module2 which requires module3... i get the error at module15.
it looks like the modules are loaded properly but wondered if anyone knew why it happened. i've attached a failing test case. i'm not sure we can do anything to fix it but this ticket can at least get the issue on record.
Attachments (1)
Change History (3)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Likely will fix it by not using a sync XHR loader for Dojo 2.0.
Note: See
TracTickets for help on using
tickets.
failing test case