Changes between Initial Version and Version 1 of Ticket #5672
- Timestamp:
- Jan 25, 2008, 11:13:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5672 – Description
initial v1 13 13 14 14 The problem is that the inner !TabContainer needs to visible in order to render. Should probably be using {{{ position: absolute, visibility: hidden }}} rather than {{{ display: none; }}} to hide the panes. 15 16 See also #5546.