[Webkit-unassigned] [Bug 17906] white-space: pre-wrap or -webkit-line-break: after-white-space text can overlap float at end of line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 15 13:17:09 PDT 2008


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


jacob.refstrup at hp.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22285|                            |review?
               Flag|                            |




------- Comment #3 from jacob.refstrup at hp.com  2008-07-15 13:17 PDT -------
Created an attachment (id=22285)
 --> (https://bugs.webkit.org/attachment.cgi?id=22285&action=view)
Fix for floats added in trailing whitespace for an already full linebox

The root cause seems to be that the call to skipWhitespace(InlineIterator&)
when the line box is already full causes floats to be added (correct) but also
positioned (incorrect); the positioning should be deferred until newLine() is
called.

I've regressed this on gtk without issues (but then again gtk doesn't seem to
dump render trees) but will need a volunteer to check it on MacOSX.


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