|
|||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
I have a TabPanel which holds a tree on one tab. To make the tree show up, I re-render it whenever I go back to its tab. Whenever it gets re-rendered, though, the tree appears one position down, as if an additional invisible node had been created. The behavior is IE-specific.
Has anyone else ever seen this? If so, is there a workaround? Ext 1.1 IE 6.0 Thanks in advance, Josh |
|
#2
|
|||
|
|||
|
This is probably the same problem that affects the grid in IE6 - try calling layout.layout() instead of re-rendering.
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / BEFORE posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide |
|
#3
|
|||
|
|||
|
Thanks! I ended up using a more generic solution, addressing an issue with rendering grids found in another thread, and which also solves this one.
Josh |
![]() |
| Thread Tools | |
|
|