Bug 96869

Summary: REGRESSION (r125578): The monospace code path in RenderText::widthFromCache disagrees with Font::width on word spacing
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Update word-spacing logic in RenderText::widthFromCache eric: review+

Description mitz 2012-09-15 14:52:39 PDT
REGRESSION (r125578): The monospace code path in RenderText::widthFromCache disagrees with Font::width on word spacing
Comment 1 mitz 2012-09-15 14:59:28 PDT
Created attachment 164295 [details]
Update word-spacing logic in RenderText::widthFromCache
Comment 2 Eric Seidel (no email) 2012-09-15 15:03:30 PDT
Comment on attachment 164295 [details]
Update word-spacing logic in RenderText::widthFromCache

LGTM.  Very difficult to read these pixel changes.  :(
Comment 3 mitz 2012-09-15 15:25:58 PDT
Fixed in <http://trac.webkit.org/r128693>.