#724 closed defect (fixed)
TabContainer lazy loading broken
Reported by: | bill | Owned by: | neil |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
All tabs are loaded on page display, even the hidden (non-selected) tabs. I think this used to work but not sure.
Problem is that ContentPane? calls isShowing() in ContentPane?.postCreate(), before TabContainer? is able to hide the tabs.
Workaround: set display:none on your tab children.
See tests/widget/test_tabContainer_lazyLoad.html for testcase.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Owner: | changed from anonymous to neil |
---|
comment:2 Changed 16 years ago by
Changed 16 years ago by
Attachment: | test_TabContainer_lazyLoad_trac_724.html added |
---|
On Opera, experience a layout problem that is resolved by the supplied testcase
Note: See
TracTickets for help on using
tickets.
this testcase scenario cannot be reproduced as described with current dojo snapshot. On Opera, experience a layout problem that is resolved by the supplied testcase. testcase: test_TabContainer_lazyLoad_trac_724.html (removed workaround described in Trac description). To be used from $DOJO_ROOT/tests/widget directory
Tested against ie, FF and opera browser environments