[Webkit-unassigned] [Bug 13438] New: Run rounding makes word-break:break-all/word not functional

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 21 14:32:09 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13438

           Summary: Run rounding makes word-break:break-all/word not
                    functional
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hyatt at apple.com


<div style="position:absolute;border:2px solid
black;word-break:break-all;font-family:'Lucida Grande'">Maxwidth is wrong when
word-break all is set.  More and more extra pixels will creep in.</div>

<div style="position:absolute;top:40px;border:2px solid
black;font-family:'Lucida Grande'">Maxwidth is wrong when word-break all is
set.  More and more extra pixels will creep in.</div>

The problem is that breaking on every character causes integer rounding to kick
in for each character because of run rounding.


-- 
Configure bugmail: http://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