RESOLVED FIXED 17716
position:absolute causes dropdown to cover the top menu tabs
https://bugs.webkit.org/show_bug.cgi?id=17716
Summary position:absolute causes dropdown to cover the top menu tabs
jasneet
Reported 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
Attachments
screenshot (148.61 KB, image/jpeg)
2008-03-07 16:34 PST, jasneet
no flags
reduction (513 bytes, text/html)
2008-03-07 16:35 PST, jasneet
no flags
even reduced test case with static without issue version (430 bytes, text/html)
2008-03-09 12:56 PDT, Robert Blaut
no flags
jasneet
Comment 1 2008-03-07 16:34:44 PST
Created attachment 19598 [details] screenshot
jasneet
Comment 2 2008-03-07 16:35:46 PST
Created attachment 19599 [details] reduction
Robert Blaut
Comment 3 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.
Robert Hogan
Comment 4 2013-03-11 04:53:37 PDT
This issue appears to have resolved itself. Can you confirm?
Note You need to log in before you can comment on or make changes to this bug.