Bug 17716 - position:absolute causes dropdown to cover the top menu tabs
Summary: position:absolute causes dropdown to cover the top menu tabs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://sport.onet.pl/index.html
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-07 16:34 PST by jasneet
Modified: 2013-06-01 02:40 PDT (History)
4 users (show)

See Also:


Attachments
screenshot (148.61 KB, image/jpeg)
2008-03-07 16:34 PST, jasneet
no flags Details
reduction (513 bytes, text/html)
2008-03-07 16:35 PST, jasneet
no flags Details
even reduced test case with static without issue version (430 bytes, text/html)
2008-03-09 12:56 PDT, Robert Blaut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-03-07 16:34:17 PST
I Steps:
Go to
http://sport.onet.pl/index.html
Click on the tab "Inne"

II Issue:
Notice that on clicking "Inne" tab , the dropdown covers the menu tabs on top

III Conclusion: position:absolute is causing the issue. If I change it to position: relative the issue gets resolved. One more observation found is on removing the <br> tag also resolves the issue.

IV Other browsers:
IE7: ok
FF: ok
Opera: ok

V Nightly tested: 30236
Comment 1 jasneet 2008-03-07 16:34:44 PST
Created attachment 19598 [details]
screenshot
Comment 2 jasneet 2008-03-07 16:35:46 PST
Created attachment 19599 [details]
reduction
Comment 3 Robert Blaut 2008-03-09 12:56:20 PDT
Created attachment 19621 [details]
even reduced test case with static without issue version

Confirmed problem. I uploaded reduced test case which clearly shows that static version of the case has no problem in Webkit. Only dynamic case is broken.
Comment 4 Robert Hogan 2013-03-11 04:53:37 PDT
This issue appears to have resolved itself. Can you confirm?