Beta 4 with MegaMenu - Joomla 2.5 Menu Item Width BUG


Author Message
David Johnson

Posted: 9/6/2012
Quote message 

Script.js does not calculate var lnkWidth correctly and width is too small by one px for menu items with spaces between words. If the menu item is a single word, then okay. But if the menu item is two or more words, then the width is not large enough.

Bug FIX:
Approx line 360 of Script.js
Add ' + 1 ' after lnk.outerWidth()

var lnkWidth = lnk.outerWidth() + 1; // ADDED 9-6-12 TO ALLOW MEGA MENU ITEMS WITH SPACES TO FIT ON ONE LINE

 
Johnny

Posted: 9/17/2012
Quote message 

Same problem on DNN6.
 
Johnny

Posted: 9/23/2012
Quote message 

This is fixed in latest version! Good work.