Opened 14 years ago
Last modified 14 years ago
#8042 closed defect
display messed up after resize — at Version 1
Reported by: | yherve | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2.0 |
Keywords: | resize, TabContainer | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Hello dojo team,
[problem on dojo 1.2, several browsers: ff3, opera...]
I have a problem, but unfortunately I am not able to reproduce it on a toy application, here is the description however, in case you know what happens. Feel free to ask if you need more info.
My application has a layout similar to the toy app attached in defect #8024:
- a border container
- expando pane in the bottom
- tab container in the center region
- each tab contains a complex layout made of BorderContainer/ExpandoPane/StackContainer?
when I click on a tab, resize the browser then click on the tab where I came from, the display is completely messed up. If I resize the browser again, the tab is redisplayed correctly.
Note: See
TracTickets for help on using
tickets.
It's hard to diagnose w/out a test case... it sounds like the same problem as #8024.
StackContainer/TabContainer do set the display of hidden tabs to display:none, so of course if BorderContainer is reacting to the resize event while inside a display:none div then strange things will happen. It shouldn't be, but will have to investigate.