[Webkit-unassigned] [Bug 52938] New: Inconsistent handling of no-break space in justification logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 16:43:13 PST 2011


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

           Summary: Inconsistent handling of no-break space in
                    justification logic
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


In the attached test case, the squares on the first line should be aligned with their counterparts on the third line. They are not, because RenderBlock::computeInlineDirectionPositionsForLine() counts only ' ', '\t' and '\n' as spaces, whereas WidthIterator also counts no-break space as a space (using Font::treatAsSpace()).

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