Bug 14177

Summary: Hover menus on yamaha.com/yec are drawn too high
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: EvangelismAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: info, jensimmons, markmalone
Priority: P2 Keywords: HasReduction
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.yamaha.com/yec/
Attachments:
Description Flags
Test case (HTML)
none
Test case (web archive) none

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.