EasyUI Forum
October 18, 2025, 02:22:52 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: menu improvement: Increase the delay time to hide the menu  (Read 8200 times)
ryupanqui
Newbie
*
Posts: 44


View Profile Email
« on: May 23, 2014, 08:42:28 PM »

I suggest add a menu property to define the delay time in milliseconds to hides the menu when mouse exits it, default in 100. Something like 'delayOnHideMenu' property:

Code:
.bind("mouseleave.menu", function() {
if (_3b7.options.hideOnUnhover) {
_3b7.timer = setTimeout(function() {
_3b8(_3b6);
// - BEGIN EDIT
}, _3b7.options.delayOnHideMenu);
//},100);
// - END EDIT
}
});
« Last Edit: May 23, 2014, 10:01:26 PM by roy.yupanqui » 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!