Opened 13 years ago
Closed 13 years ago
#5990 closed defect (fixed)
test_instantiate: claims to show TabContainer but doesn't
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_instantiate.html the heading says "TabContainer?" but actually it shows a bunch of buttons. Looks like two issues
- the TabContainer? isn't getting instantiated
- just need to add another heading above the buttons
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This still looks incorrect to me. TabContainer? nodes need to have a height specified (it's not sufficient or even relevant to specify a height on the children, unless TabContainer? has doLayout=false, but see pending ticket #3450).
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [12707]) fixes #5990 - add a heading, and style the dom nodes before turning them into contentpanes, eliminating some sort of race condition? tab containers show up locally, just not when using nightly.