ted serbinski – a blog about drupal, macs, productivity, health, and bmws

a blog about drupal, macs, productivity, health, and bmws

SimpleMenu 3.0 released!

Finally, the much anticipated SimpleMenu 3.0 is finally out!

Brand new is an entire rewrite of the jQuery menu code and CSS. The menu code is now based on Superfish which is an “an enhanced Suckerfish-style menu plugin for jQuery” written by Joel Birch. This new version most notably adds a hover delay on menu display, giving those fast-moving hands a breather this time around—that’s right, those submenus don’t disappear right away any more, much easier to use :-)

Additionally, I’ve rewritten it to remove the unnecessary AJAX callback, I’m not even sure why it was there to begin with, ah well. That drastically speeds up the menu now and reduces flicker.

There have been other bug fixes as well, along with improved cross browser support and much nicer RTL support for those that need it.

Cleaned up the code a bit too.

All around, a solid release that fixes everything I’ve meant for this module to do from the start.

So what’s next? Well I’m talking with the developer of Administration Menu about a merger of our modules, so stay tuned for details!

7 comments

 
Anonymous (not verified) wrote 1 year 32 weeks ago

Ted, You Rock my friend! I can’t tell you how much time this saves me!

many thanks!

 
greggles (not verified) wrote 1 year 32 weeks ago

very very nice.

I was having problems with it at first until I remembered to clear my browser cache (ctrl+refresh) to get the new stylesheets/javascript.

It may be worthwhile to add that as a reminder on the project page or the release page.

Thanks!

 
rz (not verified) wrote 1 year 32 weeks ago

great job ted. keep up the good work.

 
ted wrote 1 year 32 weeks ago

Greg, good idea! I updated the release notes with a reminder to clear both your browser and Drupal caches. The latter is needed since a menu hook has been removed and could cause some oddities in some cases.

 
Anonymous (not verified) wrote 1 year 30 weeks ago

Excellent saved me a ton of time and don’t have to worry about the navigation system/content changing … Had to remove the extra top margin thats set to body by the js and there seems to be some hoover issues in Opera 9.x

thanks a ton

 
Joel Birch (not verified) wrote 1 year 24 weeks ago

Hi Ted,

Thanks for using my Superfish plugin – I’m thrilled that you are. Just dropped by to say that the ‘hover issue’ reported by Anonymous is fixed in Superfish v1.1 which I released just the other day. Upgrading will not break anything, but be sure to also add this new CSS line after the usual Superfish CSS: /*following rule negates pure CSS hoverswhen JavaScript is availalbe so that thesubmenus remain hidden and JS controlswhen and how they appear*/.superfish li:hover ul,.superfish li li:hover ul { top:-999em;} Cheers Joel Birch.

 
ted wrote 1 year 24 weeks ago

Thanks Joel! I did not realize 1.1 was released, I will be sure to update SimpleMenu then, thanks!

Add your comment

The content of this field is kept private and will not be shown publicly.
  • You can use Textile markup to format text.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <img> <pre>

More information about formatting options

Subscribe to updates

don't worry, spam free!

Recent comments