![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Delay for hide folder pane action
Hi,
I have the entry AutoHideFolders = document.getElementById("folderpane_splitter") || document.getElementById("gray_vertical_splitter") AutoHideFolders.addEventListener( "mouseover", function () {AutoHideFolders.setAttribute("state", "open")}, false) AutoHideFolders.nextSibling.addEventListener( "mouseover", function () {AutoHideFolders.setAttribute("state", "collapsed")}, false) in my userchrome.js file to auto hide the folder pane as specified in the KB. How can I modify this to to have a delay in the action, so if I accidentally move the mouse, the folder pane doesn't pop up or disappear immediately? I know I can do the same thing with the ChromEdit extension, but it also does not allow an option to specify a delay. Thanks, BigG |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|