Opened 14 years ago
Closed 14 years ago
#3593 closed defect (fixed)
benchTool.html not working on IE6
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Just press the "Run Test" button. It says "error: could not load dijit.form.Button".
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9700]) that did that trick well enough, and fixes #3593 and removes error-checking for unnecessary dojo.require() (also preventing benchmarking things like dijit.TooltipDialog? (provided in /dijit/Dailog.js)
Note: See
TracTickets for help on using
tickets.
(In [9423]) refs #3593 - in IE6, a dojo.require() inside a function throws an error ONLY for dijit.form.* modules. added dijit-all rollup as temp fix, but leaving ticket open until I talk to jburke about it (or come up with smarter fix). I am unable to track down _why_ [i see 200 ok in logs for /dijit/form/Button.js immediately before catching the error] ... all other browers are unaffected.