EasyUI Forum
May 09, 2024, 01:33:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: bug about easyui-menu  (Read 11494 times)
xunis
Newbie
*
Posts: 4


View Profile Email
« on: January 14, 2014, 08:39:51 PM »


    <div id="mm" class="easyui-menu" >
        <div id="menudetail">
        <span data-options ='iconCls:icon-add'>插入</span><div  style='width:150px;height:70%;overflow:auto'>
         <div><b>TEST</b></div>
          ......
         <div><b>TEST</b></div>
   </div>



A lot of blank  when set 'overflow:auto' for div,
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: January 15, 2014, 05:06:58 AM »

You set a wrong 'height' value style(height:70%). Please try the code instead.
Code:
<div  style='width:150px;height:200px;overflow:auto'>
...
</div>
Logged
xunis
Newbie
*
Posts: 4


View Profile Email
« Reply #2 on: January 16, 2014, 10:12:40 AM »

You set a wrong 'height' value style(height:70%). Please try the code instead.
Code:
<div  style='width:150px;height:200px;overflow:auto'>
...
</div>

excuse me, this problem still exist.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: January 16, 2014, 05:11:46 PM »

Please update your easyui library to the latest version. Or download the updated menu plugin from http://www.jeasyui.com/easyui/plugins/jquery.menu.js and include it to your page.

Here is the example http://jsfiddle.net/h5Hf8/ that works fine.
Logged
xunis
Newbie
*
Posts: 4


View Profile Email
« Reply #4 on: January 16, 2014, 06:48:05 PM »

Please update your easyui library to the latest version. Or download the updated menu plugin from http://www.jeasyui.com/easyui/plugins/jquery.menu.js and include it to your page.

Here is the example http://jsfiddle.net/h5Hf8/ that works fine.


Update version 1.34 to 1.35. This question is ok. thank you!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!