#8531 closed defect (fixed)
[dojox.layout] ExpandoPane doesn't handle being hidden initially
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Layout | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The _titleHeight is calculated in startup, but should probably be extracted into a secondary function only fired once immediately before an initial resize() call, to ensure the pane is visible (like being in a selected tab) before doing the calculations and animation creation.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
I'm wondering if instead of changing ExpandoPane we should modify StackContainer so it doesn't call startup() until the first time a widget is shown.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | DojoX Widgets → DojoX Layout |
---|
Note: See
TracTickets for help on using
tickets.
See also #7299, that will be fixed at the same time, if you simplify that test case to not use the intermediate ContentPane's.