Show
Ignore:
Timestamp:
05/12/08 05:14:13 (6 months ago)
Author:
dante
Message:

refs #6664 - i knew the delayed parsing in the nihilo / soria case would break something. the jist is:
when using nihilo / soria, parsing is stalled by 120ms, though it may not have to be. This doesn't affect
tundra at all, as no magic is happening there.
fixes #6732

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/image/tests/test_SlideShow.html

    r13665 r13694  
    1414         
    1515        <!-- required: dojo.js --> 
    16         <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="isDebug:true, parseOnLoad: true"></script> 
     16        <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="isDebug:true, parseOnLoad: false"></script> 
    1717 
    1818        <!-- do not use! only for testing dynamic themes --> 
     
    3232                dojo.addOnLoad(function(){ 
    3333                        //Initialize the first SlideShow with an ItemFileReadStore 
    34                         dojo.parser.parse(dojo.body()); 
     34                        dojo.parser.parse(); 
    3535                        dijit.byId('slideshow1').setDataStore(imageItemStore, 
    3636                                { query: {}, count:20 },