Patch (to be ported)
Project:
Deco
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2007 at 21:04 UTC
Updated:
31 Jan 2012 at 14:23 UTC
When the content in the header (e.g., site slogan or list of primary links) is too long to fit in the width of the browser window for FF and Opera, the leftover content drops down on top of whatever is below (mission statement if it is enabled or breadcrumbs). This doesn't seem to happen in IE6.
Comments
Comment #1
klaasvw commentedComment #2
klaasvw commentedThe issue has been fixed in commit e38760c
Fixed the issue by giving both the main and secondary menu min-height instead of fixed height. Also adjusted how main menu links are styled so they look nice when wrapping to a second line.
Secondary links use overflow auto. When there are too many links they will be hidden instead of overlapping the header.
The issue has only been tested in Chrome and needs to be backported to 6.x-1.x
Comment #3
klaasvw commented