RESOLVED FIXED 14616
Hover issue with menus in http://www.berno.polemb.net/
https://bugs.webkit.org/show_bug.cgi?id=14616
Summary Hover issue with menus in http://www.berno.polemb.net/
Sridhar Gurivireddy
Reported 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
Attachments
David Kilzer (:ddkilzer)
Comment 1 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.
Marcus
Comment 2 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.
Robert Blaut
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.