|
Title: Menubutton: Incorrect menu position when moving mouse wheel Post by: ryupanqui on July 22, 2014, 09:25:40 AM Hi jEasyUI Team,
This bug occurs when the container of MenuButtons has a scrollbar. 1. Click on any MenuButton, the menu is opened. (OK) 2. No Hover over the menu and exit button, the menu continues opened. (OK) 3. Moving the mouse wheel, the menu continues opened (BUG) The error is that the menu continues opened and positioned where it was initially opened. I think the solution is to close the menu or take the new position of MenuButton when the scroll mouse is moved. Please, open my example in test.html file attached. Thanks in advance. Title: Re: Menubutton: Incorrect menu position when moving mouse wheel Post by: stworthy on July 22, 2014, 06:30:34 PM This issue has been fixed. Please download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.6-patch.zip
Title: Re: Menubutton: Incorrect menu position when moving mouse wheel Post by: ryupanqui on July 23, 2014, 06:54:59 AM It works fine. Thanks.
|