Bug 14616

Summary: Hover issue with menus in http://www.berno.polemb.net/
Product: WebKit Reporter: Sridhar Gurivireddy <just1gb>
Component: EvangelismAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, webkit
Priority: P2 Keywords: NeedsReduction
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   
URL: http://www.berno.polemb.net/

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.