Bug 14177 - Hover menus on yamaha.com/yec are drawn too high
Summary: Hover menus on yamaha.com/yec are drawn too high
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.yamaha.com/yec/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-06-15 15:27 PDT by David Kilzer (:ddkilzer)
Modified: 2020-10-23 13:46 PDT (History)
3 users (show)

See Also:


Attachments
Test case (HTML) (23.79 KB, text/html)
2007-06-15 15:28 PDT, David Kilzer (:ddkilzer)
no flags Details
Test case (web archive) (392.09 KB, application/x-webarchive)
2007-06-15 15:29 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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.
Comment 1 David Kilzer (:ddkilzer) 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.
Comment 2 David Kilzer (:ddkilzer) 2007-06-15 15:29:33 PDT
Created attachment 15065 [details]
Test case (web archive)

Web archive of the original web page.
Comment 3 Ingo Chao 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.

Comment 4 David Kilzer (:ddkilzer) 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

Comment 5 David Kilzer (:ddkilzer) 2007-11-22 12:37:44 PST
Bug still occurs on the site today.

Comment 6 David Kilzer (:ddkilzer) 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.

Comment 7 David Kilzer (:ddkilzer) 2009-05-24 06:50:33 PDT
Still not fixed with Safari 4 Public Beta.