EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: ejzhang on May 20, 2014, 12:24:41 AM



Title: Tab's menubar display on incorrect position in speed mode of browser
Post by: ejzhang on May 20, 2014, 12:24:41 AM
Speed mode
(http://www.jeasyui.com/forum/index.php?action=dlattach;topic=3311.0;attach=621)
Normal mode
(http://www.jeasyui.com/forum/index.php?action=dlattach;topic=3311.0;attach=623)
Code:
<div id="taskTabs" class="easyui-tabs" tools="#tabTools" fit="true">
    <div id="home" title="首页" style="padding:10px"></div>
    <div id="todo" title="待办事项" style="padding:10px"></div>
    <div id="allot" title="交办事项" style="padding:10px"></div>
    <div id="remind" title="个人提醒" style="padding:10px"></div>
</div>
<div id="tabTools"><a href="javascript:void(0)" class="easyui-linkbutton" disabled plain="true">【管理员】</a>
<a href="javascript:void(0)" class="easyui-menubutton" data-options="menu:'#tabMenus',iconCls:'icon-save',plain:true">系统</a>
<div id="tabMenus" style="width:68px;">
    <div style="width:68px;"><span>管理</span><div style="width:68px;">
    <div data-options="iconCls:'icon-tip'">设置</div>
    </div></div>
    <div class="menu-sep"></div>
    <div data-options="iconCls:'icon-help'">密码</div>
    <div data-options="iconCls:'icon-no'">退出</div>
</div></div>


Title: Re: Tab's menubar display on incorrect position in speed mode of browser
Post by: ejzhang on May 23, 2014, 08:11:15 PM
stworthy?


Title: Re: Tab's menubar display on incorrect position in speed mode of browser
Post by: ejzhang on July 10, 2014, 08:40:58 PM
I update all files in the themes from http://www.jeasyui.com, then it displayed correctly in version 1.3.5, but it's incorrected in version 1.3.6.
1.3.6:
(http://t1.qpic.cn/mblogpic/06760256e217e3e5d8f0/2000.jpg)
(http://t1.qpic.cn/mblogpic/68c72a39362ca7527cc4/2000.jpg)
1.3.5:
(http://t1.qpic.cn/mblogpic/e34e25daf1132a950606/2000.jpg)