Summary | Imp main menu unreadable whne Safari window too narrow |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | Otto.Stolz (at) uni-konstanz (dot) de |
Created | 02/07/2007 (6694 days ago) |
Due | |
Updated | 02/07/2007 (6694 days ago) |
Assigned | |
Resolved | 02/07/2007 (6694 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug 2038.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Imp main menu unreadable whne Safari window too narrow
Queue ⇒ IMP
New Attachment: safari-1.gif
menu is shifted out of its proper field and partially overwritten with
the content of the next field. Cf. attached screen shot.
The following entry in ./themes/safari.css contributes toward this problem:
#menu {overflow: visible; height: 50px;}
I guess, that entry is meant to compensate for some other Safari
quirk, so it cannot be easily changed. Furthermore, the necessary
height of that field depends on both the font size and the windows
width -- both can be set by the user, hence a static height never will
cover all conceivable cases.