Bug 28637 - Page Header Not Rendered Correctly due to margin issue
Summary: Page Header Not Rendered Correctly due to margin issue
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://minilife.cyworld.com/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-08-21 16:29 PDT by jasneet
Modified: 2022-08-29 17:59 PDT (History)
7 users (show)

See Also:


Attachments
reduced testcase (751 bytes, text/html)
2009-08-21 16:29 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-08-21 16:29:16 PDT
Created attachment 38411 [details]
reduced testcase

I Steps:
1. Go to http://minilife.cyworld.com/

II Issue:
The top half of the header is covered up.

III Conclusion:
Looks like Evangelism. The margin defined for div with id=header is causing the  issue. They did some hack for IE. 
Note: Removing the footer(script at the end) doesn't make it work in FF

IV Other Browsers:
IE7: ok
FF3: not ok

V Nightly tested : 47639

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14409
Comment 1 Ahmad Saleem 2022-08-29 15:11:06 PDT
*** STP 152 ***

document.activeElement is: BODY

*** Chrome Canary 107 & Firefox Nightly 106 ***

document.activeElement is: A

_______

I have seen similar bug in DOM category but couldn't find it but still I am going to tag this as "New" and if someone able to find, please mark as DUPLICATE accordingly. Thanks!
Comment 2 Alexey Proskuryakov 2022-08-29 17:59:46 PDT
You are probably thinking of bug 28630.

This bug just has a wrong test case attached by mistake. There is a reduction available in the Chromium bug. I didn't check if the issue still reproduces. It's