#13001 closed defect (worksforme)
TabContainer rendering is broken in 1.7
Reported by: | rott | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I get no console errors. Rendering of page using TabContainer? and ContentPane? is totally broken in 1.7 SVN rev 25050. Please see attached cptest.html, which has code taken straight from the declarative example here: http://dojotoolkit.org/reference-guide/dijit/layout/TabContainer.html#dijit-layout-tabcontainer
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | cptest.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanks for the report. Your test case isn't exactly the same as what's at that link. In particular it's missing one important line:
<link rel="stylesheet" type="text/css" href="dojo/dijit/themes/claro/claro.css"/>
When you add that back in, it works correctly.
Note: See
TracTickets for help on using
tickets.
test html file