TabContainer not resizing when doLayout=false
I used the nigthly http://svn.dojotoolkit.org/dojo/trunk/tests/widget/test_TabContainer_noLayout.html
to test but changed the remotely loaded to a PHP script with a 5 second sleep..
- the first Tab doesn't get resized at all (I think it should)
- the 3rd has scrollbars over a few pixels (looks like the height of the tabs themselves)
- the tab within the tab doesn't seem to affect the resizing of the outer tab, so the height of the SubTabContainer? and the outer tab is really small :)
- When embedding slow loading pages (you can test it with a PHP script using a sleep(5) ) and switching tabs before they have been loaded, they won't resize anymore. So I have to wait until I think that all tabs have been loaded and then only start clicking the tabs.
IE odes better in general but the bug shows up in both IE and FF (haven't tested in other browsers)
Change History (4)
Priority: |
highest →
high
|
severity: |
major →
normal
|
Milestone: |
→ 0.4
|
Owner: |
changed from anonymous to bill
|
Priority: |
high →
normal
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Fixed in [5850].