Opened 13 years ago
Closed 10 years ago
#5203 closed defect (wontfix)
doh.runner incompatible with debugAtAllCosts: true
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | TestFramework | Version: | 1.0 |
Keywords: | doh require debugAtAllCosts | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Don't try to dojo.require("doh.runner") if you have debugAtAllCosts set to true. The require fails because useXDomain is implied and the way that runner.js then gets loaded fails with complaints of dojo.hostenv.name being null.
Dojo really needs to document limitations in dojo.required(.js) files, such as them not having "<script" in them and such.
Attachments (1)
Change History (8)
Changed 13 years ago by
Attachment: | DohRunnerTest.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.0.1 → 1.1 |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.3 → future |
comment:5 Changed 10 years ago by
Owner: | changed from alex to dylan |
---|
comment:6 Changed 10 years ago by
Now with AMD loader debugAtAllCosts has become less important, and will presumably be dropped in 2.0, I suggest closing this as wontfix.
comment:7 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Doh Runner Test