Changes between Initial Version and Version 1 of Ticket #14707
- Timestamp:
- Jan 31, 2012, 9:42:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14707
-
Property
Priority
changed from
undecided
toblocker
-
Property
Summary
changed from
Loader silently fails by default when modules 404
to[regression] Loader silently fails by default when modules 404
-
Property
Priority
changed from
-
Ticket #14707 – Description
initial v1 1 When someone typos a module name and it 404s there is *no* indication that this has happened (except in Chrome which reports network errors to the console by default) unless you watch the Net tab for 404s or set Firebug to report network errors to the console (it does not by default AFAIK). It seems to me that `waitSeconds` should be set to a reasonable default (5?) instead of being disabled by default, which is how it currently works.1 When someone typos a module name and it 404s there is *no* indication that this has happened (except in Chrome which reports network errors to the console by default) unless you watch the Net tab for 404s or set Firebug to report network errors to the console (it does not by default AFAIK). Dojo 1.6 had a default timeout of 15 seconds. Dojo 1.7 has a default timeout of 0 (disabled).