[Webkit-unassigned] [Bug 49871] New: [windows] font-size:0 text runs should have zero width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 16:20:24 PST 2010


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

           Summary: [windows] font-size:0 text runs should have zero width
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.php.net/manual/en/function.session-decode.p
                    hp
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org
                CC: hyatt at apple.com, aroben at apple.com


The following should render with no gap between 'abc' and 'def':

abc<span style="font-size:0">w</span>def

but on the latest nightlies there's a large gap.  This causes us to misrender the php.net manual which uses this pattern (for whatever reason).  My guess it that we need to special-case platformWidthForGlyph(Glyph glyph) for the case when the font size is zero, but I don't currently have access to a windows development platform to verify.

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