View Full Version : IE Problem tabs in form
dewie
11 Sep 2008, 3:22 AM
Hi i got a tabpanel in a form, this works great in safari and firefox.
The problem is that the box of a panel is not shown in internet explorer :
Safari result :
http://www.itxl.nl/tmp/safari_ok.jpg
The result in Internet Explorer
http://www.itxl.nl/tmp/ier_error.jpg
Darklight
11 Sep 2008, 3:29 AM
try "layoutOnTabChange:true"
dewie
11 Sep 2008, 10:07 PM
It already has this, a small part of the code :
,{
xtype:'tabpanel'
,activeTab: 0
,deferredRender: false
,layoutOnTabChange:true
,plain: true
,items:[
{
xtype: 'panel'
,title:'Eigenschappen'
,layout: 'form'
,autoHeight: true
,bodyStyle: 'padding:10px'
Any other ideas ?
mjlecomte
12 Sep 2008, 3:37 AM
Guessing...something is wrong with your layout. Post complete code or post reproducible replica of it. I had something similar at one point and it was layout problem I think.
dewie
12 Sep 2008, 6:42 AM
Okay will clean up the code and post a sample
Powered by vBulletin® Version 4.2.3 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.