clickMenu update -> 0.1.1
Here’s a little update for the plugin. Thanks for pointing out some problems.
Files: (new version here)
clickmenu.js (8kb)
clickmenu.css (2kb - it won’t work without this)
Changelog:
- change: the width of the submenus is no longer fixed, the elements can use as much space as they need (fix for overflowing list elements)
- change: the submenu-arrow is now an img, not the background-img of the list element - that allows better positioning, and background-changes on hover (you have to set the image through the arrowSrc option)
- fix: clicking on a clickMenu while another was already open, didn’t close the open one
- change: clicking on the open main menu item will close it
- fix: on an open menu moving the mouse to a main menu item and moving it fastly elsewere hid the whole menu
Known (and worked on) problems:
- there is still a memory leak somewhere, and thus it’s slowing the browser down
- the css-defined min-width is not working on ie, what may make the submenus too narrow
nilesh
March 12th, 2007 at 7:46 am
Hey, nice plugin, i notice issue in IE6 (win xp sp2) with the Bookmarks menu is not loading correctly as it is in ff, and No Level menu highlight overlaps the bookmarks menu foldout panel, odd. yet works good in ff, how about a timer to auto load the menu if mouse hovers over it for few sec? thanks,
Nilesh
rw
March 12th, 2007 at 7:00 pm
Hi nilesh, thanks for pointing out that issue. I’m having that too - some of the issues with the IE are really a pain in the neck! ;p
I’ll try to make an option for the timer thingy.