RESOLVED FIXED 17625
div style: position and margin top cause flash objects to be misaligned
https://bugs.webkit.org/show_bug.cgi?id=17625
Summary div style: position and margin top cause flash objects to be misaligned
jasneet
Reported 2008-02-29 18:05:34 PST
I Steps: Go to http://verkiunamai.oh.lt/index.php/pageid/466 II Issue: Notice the upper half of flash is not getting displayed; it has shifted to the top of the page. Only a part of flash is seen. III Conclusion: In this bug, the flash objects are displayed. The issue is the positioning of the objects. The issue is caused by the position (set to relative) and the margin-top (currently set to -295) of the inner <div> which has the blue border in the testcase. IV Other browsers: FF: ok Opera: ok IE 7: ok V Nightly tested: 30236
Attachments
screenshot (184.19 KB, image/jpeg)
2008-02-29 18:06 PST, jasneet
no flags
reduction (359 bytes, text/html)
2008-02-29 18:07 PST, jasneet
no flags
jasneet
Comment 1 2008-02-29 18:06:33 PST
Created attachment 19466 [details] screenshot
jasneet
Comment 2 2008-02-29 18:07:10 PST
Created attachment 19467 [details] reduction
mitz
Comment 3 2008-02-29 20:15:46 PST
Comment on attachment 19467 [details] reduction Please remember to set the MIME type of your reductions to text/html when uploading them. Thanks!
mitz
Comment 4 2008-02-29 20:19:31 PST
I think the issue is that the "top: 50%" value is computed to 0. This is the case in bug 15930.
mitz
Comment 5 2008-02-29 20:20:31 PST
Please set the HasReduction keyword on bugs that you attach reductions to.
Jon@Chromium
Comment 6 2009-06-15 15:59:52 PDT
This appears to be fixed.
Note You need to log in before you can comment on or make changes to this bug.