Bug 14616 - Hover issue with menus in http://www.berno.polemb.net/
Summary: Hover issue with menus in http://www.berno.polemb.net/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.berno.polemb.net/
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-07-13 14:39 PDT by Sridhar Gurivireddy
Modified: 2009-01-03 15:09 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sridhar Gurivireddy 2007-07-13 14:39:41 PDT
The hover menu DIV does not render properly in http://www.berno.polemb.net/

Repro:
1) Go to http://www.berno.polemb.net/
2) Hover the mouse over one of the entries "Wydarzenia"
3) A drop down menu should show up on hover
4) It shows up but the display is screwed up
Comment 1 David Kilzer (:ddkilzer) 2007-07-14 16:21:06 PDT
Looks the same in Safari 2.0.4 (419.3) with original WebKit on Mac OS X 10.4.10 (8R218), so this is not a regression.  Tested with a local debug build of WebKit r24285 with Safari 3.0 (522.12) on 10.4.10.

Comment 2 Marcus 2008-04-13 04:16:01 PDT
Despite the display glitch the drop down menu is actually rendered correctly in WebKit. It looks the same in Firefox 3b5 and Opera 9.X. 

Cause: The menu uses this CSS rule (in style.css) 
.divM div{ [...] display:inline-block; [...] }

The display:inline-block property has been ignored by older browsers like IE 7 and Firefox 2. If I remove this property the visual glitch disappears.
Comment 3 Robert Blaut 2009-01-03 15:09:12 PST
(In reply to comment #2)
> Despite the display glitch the drop down menu is actually rendered correctly in
> WebKit. It looks the same in Firefox 3b5 and Opera 9.X. 

I can confirm that the drop down menu is correctly rendered in WebKit r39553 and it look the same as in Firefox 3.1 beta 2 and Opera 10 alpha. So I close this bug as a resolved evangelism bug.