#5671 closed defect (fixed)
TitlePane: can't contain layout widgets
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Split off from #4169:
Since layout widgets can't render inside a hidden div (at least on some browsers), can't have a TitlePane which contains a layout widget such as a TabContainer.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | 2.0 → 1.3 |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed w/[15972].
comment:3 Changed 12 years ago by
(In [15986]) Fix for ContentPane?-based templated widgets that contain nested layout widgets, and add test case.
For templated widgets, in order to check if there was original content, we need to check the contents of srcNodeRef before they are copied to containerNode. (Alternately could just check if anything is in containerNode.)
Note: See
TracTickets for help on using
tickets.
Milestone 2.0 deleted