Changes between Initial Version and Version 1 of Ticket #12332
- Timestamp:
- Feb 22, 2011, 10:35:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12332
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Summary
changed from
TabContainer renders incorrectly if theme class added to body programmatically
toTabContainer: renders incorrectly if theme class added to body programmatically
-
Property
Status
changed from
-
Ticket #12332 – Description
initial v1 4 4 5 5 Please see the attached screenshot for a picture of how the tabs load initially, as well as a test case. The test case is based on the TabContainer declarative example at http://dojotoolkit.org/reference-guide/dijit/layout/TabContainer.html. The only difference is that I removed the 'class="claro"' from the body tag, and instead added the following: 6 7 {{{ 6 8 <script type="text/javascript"> 7 9 dojo.addOnLoad(function() { … … 9 11 }); 10 12 </script> 13 }}}