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了。


但是具体原因还是未知,希望知道的人给于解答

你可能感兴趣的:(java,IE,firefox)