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_TitlePane.html

    r13244 r13661  
    1010        </style> 
    1111         
     12        <!-- required: a default dijit theme: --> 
     13        <link id="themeStyles" rel="stylesheet" href="../../dijit/themes/tundra/tundra.css" /> 
     14         
     15        <!-- required: dojo.js --> 
    1216        <script type="text/javascript" src="../../dojo/dojo.js" 
    13                 djConfig="parseOnLoad: true, isDebug: true"></script> 
     17                djConfig="parseOnLoad: true, isDebug: true, extraLocale: ['en-us', 'ar-sy', 'es-es', 'zh-cn']"></script> 
     18         
     19        <!-- not needed, for testing alternate themes --> 
    1420        <script type="text/javascript" src="_testCommon.js"></script> 
    1521 
     
    4349        </script> 
    4450</head> 
    45 <body> 
     51<body class="tundra"> 
    4652        <h1 class="testTitle">Dijit TitlePane Test</h1> 
    4753