Title: easyui 1.4 linkbutton bug! Post by: kingor2001 on August 08, 2014, 07:38:19 AM a invisible linkbutton with fixed width cann't initialize properly in v1.4, such as
Code: <a id= "lb" href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search'" style="width:80px; display: none;">Search</a> its height is enlarged after initialization and showing it, but it works fine in previous versions. Code: $("#lb").linkbutton(); Title: Re: easyui 1.4 linkbutton bug! Post by: jarry on August 08, 2014, 06:56:41 PM Please download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4-patch.zip to solve this issue.
Title: Re: easyui 1.4 linkbutton bug! Post by: kingor2001 on August 08, 2014, 09:44:33 PM It works fine. Thanks.
|