EasyUI Forum

General Category => General Discussion => Topic started by: zix on January 06, 2013, 07:50:51 AM



Title: 1.3.2 tabs problem
Post by: zix on January 06, 2013, 07:50:51 AM
I update to 1.3.2 , I find a problem, when add a new tab , and the content is iframe , example:

Code:
$('#tabs').tabs('add',{  
  title: 'Tab',  
  content: '<iframe scrolling="auto" frameborder="0"  src="http://www.baidu.com" style="width:100%;height:100%;" ></iframe>',  
  closable: true  
});

when click this tab , it will reload iframe everytime!!! 1.3.1 has not this problem!


Title: Re: 1.3.2 tabs problem
Post by: stworthy on January 06, 2013, 11:24:29 AM
Please refer to http://jsfiddle.net/8bd2V/. It works fine. If your issue continues, please download the software package from http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.2.zip and update your project again.