[Webkit-unassigned] [Bug 33961] New: CSS2 bug: inline content overflows into adjacent float
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 21 11:38:05 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33961
Summary: CSS2 bug: inline content overflows into adjacent float
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chachiboy84 at yahoo.com
Created an attachment (id=47133)
--> (https://bugs.webkit.org/attachment.cgi?id=47133)
test case
In many current browsers, inline content inside an element adjacent to a float
can overflow, displaying on top of the float. Only the first line of text in
said element will overflow. This occurs when there are two elements floated
right (the second cleared to move it below the first) and the second float has
a larger width than the first.
I've noticed this behavior in IE 6-7, Firefox 1.5-3.5, and WebKit 523-528+.
IE8, Opera 9-10, and Firefox 3.6b-3.6RC2 don't show show this behavior.
I've created and attached a test case that should show this behavior.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list