Needs review
Project:
Megamenu
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
29 Jun 2011 at 16:33 UTC
Updated:
21 Mar 2012 at 22:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brianV commentedThe attached patch fixes this behavior.
It appears that some kind of rounding error is introduced as the browser is zoomed / unzoomed, which means that the width calculations done in the megamenu_sizer() function are off by a couple of pixels. This in turn makes the container slightly too narrow which forces the rightmost slot to drop beneath the others.
The attached patch adds one pixel per column in the width calculation to work around this rounding error.
Comment #2
Anonymous (not verified) commented