#5217 closed defect (fixed)
mail demo fails on load (IE6, IE7)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On the 1.0.1 build the mail demo gets a "object does not support this property or method" JS error on load:
http://download.dojotoolkit.org/release-1.0.1/dojo-release-1.0.1/dijit/demos/mail.html
Seems to be an error with dojo.Declaration parsing <script> tags, in this code:
this.mixins.push(function(){ parsedScripts.forEach(function(s){ dojo.connect(this, s.event, this, s.func); }, this); });
Change History (4)
comment:1 Changed 13 years ago by
Summary: | mail demo fails on load (IE6) → mail demo fails on load (IE6, IE7) |
---|
comment:2 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In the Beta version, the first load is ok, then if you refresh you get the same error