[Webkit-unassigned] [Bug 33651] Discontinuous border with float:left and whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 14:28:35 PDT 2010


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #5 from Dave Hyatt <hyatt at apple.com>  2010-10-27 14:28:35 PST ---
This is a bug in findNextLineBreak.  The break for the line is not at the very end of the block like it should be.... it has to do with the trailing space being included in the check to see if the container width is exceeded.

I tried a couple of patches to fix this, but just ended up breaking other things.  It will require a bit of thought/testing from someone to get the right fix.

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