Ext


Go Back   Ext JS Forums > Ext JS Community Forums (1.x) [Unsupported] > Ext 1.x: Help

Reply
 
Thread Tools
  #1  
Old 09-25-2007, 01:29 PM
notjoshing notjoshing is offline
Ext User
 
Join Date: May 2007
Posts: 56
notjoshing is on a distinguished road
Default descending nodes in IE

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
Reply With Quote
  #2  
Old 09-25-2007, 02:49 PM
tryanDLS tryanDLS is offline
Ext JS - Community Support Team
 
Join Date: Mar 2007
Posts: 7,374
tryanDLS is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 09-26-2007, 07:28 AM
notjoshing notjoshing is offline
Ext User
 
Join Date: May 2007
Posts: 56
notjoshing is on a distinguished road
Default

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
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 04:39 PM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.