当前位置: 代码迷 >> Web前端 >> TabPanel 在IE下无法正常显示,Firefox正常
  详细解决方案

TabPanel 在IE下无法正常显示,Firefox正常

热度:566   发布时间:2012-10-12 10:17:04.0
TabPanel 在IE上无法正常显示,Firefox正常
在使用TabPanel来实现在同一个panel中放多个页面时候出现只能正常显示一个页面。其他页面无法显示。
	id: id,
cls:'preview single-preview',
	title:  nodeAttributes.text,
	tabTip: nodeAttributes.text,
	autoWidth:true,
	closable:true,
	autoScroll:true,
	border:true

最后经过调试发现把属性
        autoWidth:true,

删除就ok了。


但是具体原因还是未知,希望知道的人给于解答
  相关解决方案