Changes between Version 2 and Version 3 of Ticket #16373, comment 1
- Timestamp:
- Nov 26, 2012, 10:41:37 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16373, comment 1
v2 v3 1 I do see here the fact that instantiateLazyWidgets uses the synchronous dojo.require even if async:true, but this holds only if the user explicitly requires the legacy "dojo/_base/loader", which doesn't make sense if the user wants sync loading, and I don't see why the parser would fail in this case. Do you have a test case or sample which reproduces such a failure?1 I do see here the fact that instantiateLazyWidgets uses the synchronous dojo.require even if async:true, but this holds only if the user explicitly requires the legacy "dojo/_base/loader", which doesn't make sense if the user wants async loading, and I don't see why the parser would fail in this case. Do you have a test case or sample which reproduces such a failure? 2 2 Independently on that, we will check the rationale of the current code.