Ticket #5217 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

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

Changed 6 months ago by bill

  • summary changed from mail demo fails on load (IE6) to mail demo fails on load (IE6, IE7)

Changed 6 months ago by guest

In the Beta version, the first load is ok, then if you refresh you get the same error

Changed 6 months ago by bill

Hmm, probably due to #5243.

Changed 6 months ago by bill

  • status changed from new to closed
  • resolution set to fixed

Yup. Fixed in [11648], [11649].

Note: See TracTickets for help on using tickets.