[Webkit-unassigned] [Bug 18250] overlapping of text and image due to float:right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 5 00:45:34 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=18250


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #4 from hyatt at apple.com  2008-09-05 00:45 PDT -------
Yeah.  The bug is basically that we only sample at the "top" of a line when
looking for floats that affect a line.  We do this since we don't really know
how tall the line is going to be until we actually put stuff on it.  It would
be reasonable to do multiple samples (e.g., the top, middle and bottom of a
hypothetical line based off the font of the block).


-- 
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