Show
Ignore:
Timestamp:
05/10/08 06:04:37 (7 months ago)
Author:
dante
Message:

refs #6664 - all "public" dijit tests using _testCommon now use tundra as the default theme. WARNING: this currently breaks
tests in nihilo / soria where there is a dijit.byId('something') in an addOnLoad because we're stalling parsing (not in the
tundra case ... ) by a few ms. we probably don't need to, but we're fighting an inconsistant css race condition.

need to do dijit/demos, and dojox/* still ... that's next. please svn up dijit/ and check for any regressions based on this
checkin. I've tested in ie6, ff2 and safari _most_ every test, but it is admittedly a little overwhelming so extra eyes
would be appreciated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/test_InlineEditBox.html

    r13045 r13661  
    1717                </style> 
    1818                 
     19                <!-- required: a default dijit theme: --> 
     20                <link id="themeStyles" rel="stylesheet" href="../../dijit/themes/tundra/tundra.css" /> 
     21                 
     22                <!-- required: dojo.js --> 
    1923                <script type="text/javascript" src="../../dojo/dojo.js" 
    20                         djConfig="isDebug: true, parseOnLoad: true"></script> 
     24                        djConfig="parseOnLoad: true, isDebug: true, extraLocale: ['en-us', 'ar-sy', 'es-es', 'zh-cn']"></script> 
     25                 
     26                <!-- not needed, for testing alternate themes --> 
    2127                <script type="text/javascript" src="_testCommon.js"></script> 
    2228 
     
    5561                </script> 
    5662        </head> 
    57         <body> 
     63        <body class="tundra"> 
     64 
    5865                <h1 class="testTitle">Dijit InlineEditBox Test</h1> 
    5966