Changes between Initial Version and Version 1 of Ticket #8197
- Timestamp:
- Nov 28, 2008, 5:37:43 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8197
-
Property
Type
changed from
defect
toenhancement
-
Property
Milestone
changed from
tbd
to1.4
-
Property
Type
changed from
-
Ticket #8197 – Description
initial v1 3 3 Although the outer !TabContainer and inner !TabContainer are both doLayout=false, the !ContentPane does a resize() on the inner !TabContainer after loading the URL. Result is that we can't see all the contents of "Subtab 2". 4 4 5 Even w/doLayout="false" on the !ContentPane (well actually it's a !LinkPane), the height of the inner !TabContainer is still getting set.5 The "problem" is that doLayout=false isn't set on the !ContentPane. 6 6 7 7 Have to test if a simple !ContentPane outside of a !TabContainer is working correctly. (Also need to think about what the correct behavior should be, on a !ContentPane with or w/out an explicit height setting, with or w/out doLayout set.)