|
Title: menu height higher than document height Post by: ryupanqui on May 23, 2014, 09:25:59 PM When the menu height is higher than document height , some menu items are hidden, however has to show an scrollbar. See the attached file. Title: Re: menu height higher than document height Post by: jarry on May 24, 2014, 01:07:48 AM To solve this issue, you have to set the height of menu.
Code: <div id="mm" class="easyui-menu" style="width:120px;height:200px;overflow:auto"> Title: Re: menu height higher than document height Post by: ryupanqui on May 24, 2014, 07:15:26 AM thanks for your reply, but in the worst case, if set the menu height to 200px and the browser is resized to less than 200px, the problem continue.
I think the menu height should fit the html document height, and showing a scroll if is necessary. In others words, the max height of menu should be the html document height like a default behaviour. Title: Re: menu height higher than document height Post by: jarry on May 25, 2014, 08:10:17 AM This issue has been solved now. Please download the latest patch file from http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.6-patch.zip.
Title: Re: menu height higher than document height Post by: ryupanqui on May 25, 2014, 11:08:47 PM thanks for solve it.
|