Ticket #5217 (closed defect: fixed)
mail demo fails on load (IE6, IE7)
| Reported by: | bill | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Note: See
TracTickets for help on using
tickets.