RESOLVED CONFIGURATION CHANGED 14177
Hover menus on yamaha.com/yec are drawn too high
https://bugs.webkit.org/show_bug.cgi?id=14177
Summary Hover menus on yamaha.com/yec are drawn too high
David Kilzer (:ddkilzer)
Reported 2007-06-15 15:27:43 PDT
* SUMMARY The hover menus on yamaha.com/yec are drawn too high. They work as expected on Firefox 2.0.0.4. * STEPS TO REPRODUCE 1. Launch Safari/WebKit. 2. Go to URL: http://www.yamaha.com/yec/ 3. Move mouse over "PRODUCTS" tab. * EXPECTED RESULTS The menu that appears after hovering the mouse should be below the tab. * ACTUAL RESULTS The menu that appears after hovering the mouse starts above the tab and also obscures the tab. * REGRESSION Unable to test Safari 2.0.4 (419.3). * NOTES Tested with Safari 3.0 (522.11) on Mac OS X 10.4.9 (8P135) with a local debug build of WebKit r23546.
Attachments
Test case (HTML) (23.79 KB, text/html)
2007-06-15 15:28 PDT, David Kilzer (:ddkilzer)
no flags
Test case (web archive) (392.09 KB, application/x-webarchive)
2007-06-15 15:29 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-06-15 15:28:56 PDT
Created attachment 15064 [details] Test case (HTML) Original source of the web page with a <base> tag added.
David Kilzer (:ddkilzer)
Comment 2 2007-06-15 15:29:33 PDT
Created attachment 15065 [details] Test case (web archive) Web archive of the original web page.
Ingo Chao
Comment 3 2007-06-21 12:46:36 PDT
Code in Line 140 is moving the drop-down up in Safari only. if(is_safari){level1BlockTop=-32;level2BlockTop=-54;} else{level1BlockTop=30;level2BlockTop=4;} The menu renders as expected with setting the if-condition to false.
David Kilzer (:ddkilzer)
Comment 4 2007-06-21 13:00:32 PDT
(In reply to comment #3) > Code in Line 140 is moving the drop-down up in Safari only. > [...] > The menu renders as expected with setting the if-condition to false. Thanks Ingo! Switching this to an Evangelism bug. I sent an email to Customer Support via this web page, although there wasn't a category for updating their web site. https://www.yamaha.com/yec/customer/emailrequest.html?CTID=5010270
David Kilzer (:ddkilzer)
Comment 5 2007-11-22 12:37:44 PST
Bug still occurs on the site today.
David Kilzer (:ddkilzer)
Comment 6 2008-11-25 05:37:36 PST
(In reply to comment #5) > Bug still occurs on the site today. And it's still broken today.
David Kilzer (:ddkilzer)
Comment 7 2009-05-24 06:50:33 PDT
Still not fixed with Safari 4 Public Beta.
Note You need to log in before you can comment on or make changes to this bug.