[Webkit-unassigned] [Bug 21653] New: whole page has incorrect layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 16 13:15:10 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21653
Summary: whole page has incorrect layout
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://video.sina.com.cn/pv/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: help.improve.safari at gmail.com
I Steps:
Go to http://video.sina.com.cn/pv/
II Issue:
whole page has incorrect layout
III Conclusion:
The issue is caused by the child <div> 's style: float: left. Notice that the
style='float:left' is specified in the child <div> not the parent <div>, so the
content after the parent <div>(in this case it is a table) should be rendered
in a new line, however webkit/FF3 parses the code wrongly and just let the
content follow the parent <div>, not start in a new line
webkit/FF3 take the child's style style='float:left' as the parent's style
III Other Browsers:
IE7: ok
FF3: not ok
IV Nightly tested: 37382
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list