RESOLVED INVALID 34133
iframe not aligned at center
https://bugs.webkit.org/show_bug.cgi?id=34133
Summary iframe not aligned at center
jtkbugz
Reported 2010-01-25 10:31:27 PST
STEPS TO REPRODUCE: 1. load a test page with a center-aligned iframe ACTUAL RESULTS: Frame is not center aligned, as per the description it should be center aligned. EXPECTED RESULTS: Frame should be centered aligned in the page.
Attachments
frames.html (1.80 KB, text/html)
2010-01-25 10:54 PST, jtkbugz
no flags
jtkbugz
Comment 1 2010-01-25 10:54:36 PST
STEPS TO REPRODUCE: 1. load the attached test page frames.html ACTUAL RESULTS: Frame2 is not center aligned, as per the description it should be center aligned. Other observation: 1. In IE the 2nd iframe is center aligned, apart from this all other browser shows same behavior even our s60 browser EXPECTED RESULTS: Frame2 should be centered aligned in the page.
jtkbugz
Comment 2 2010-01-25 10:54:58 PST
Created attachment 47359 [details] frames.html
Tor Arne Vestbø
Comment 3 2010-03-05 07:31:12 PST
The align attribute is deprecated in HTML4, see http://www.w3.org/TR/REC-html40/present/graphics.html#h-15.1.2 If you set the doctype to strict IE8 will exhibit the same behavior as WebKit: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Tor Arne Vestbø
Comment 4 2010-03-05 07:31:23 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs. See http://trac.webkit.org/wiki/QtWebKitBugs Specifically: - The 'QtWebKit' component should be used for bugs/features in the QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit http://trac.webkit.org/wiki/QtWebKitBugs#Component - Priority is set by developers when scheduling and triaging tasks, please leave this at the default priority. http://trac.webkit.org/wiki/QtWebKitBugs#Priority - Choose a descriptive summary/title for the bug and prefix the summary with "[Qt]" if the bug only applies to the Qt-port. https://trac.webkit.org/wiki/QtWebKitBugs#Summary
Note You need to log in before you can comment on or make changes to this bug.