Bug 27379

Summary: Absolutely-positioned elements with a scrollbar wrap prematurely
Product: WebKit Reporter: Sidney San Martín <s+webkit>
Component: DOMAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Demonstration of premature wrapping
none
Patch mitz: review+

Description Sidney San Martín 2009-07-17 10:41:03 PDT
Created attachment 32956 [details]
Demonstration of premature wrapping

When an absolutely-positioned element has a vertical scrollbar (usually from overflow:scroll), the width of the scrollbar is not accounted for and the text wraps early.
Comment 1 Dave Hyatt 2009-07-17 10:47:06 PDT
I have a fix for this.
Comment 2 Dave Hyatt 2009-07-17 11:31:31 PDT
Created attachment 32961 [details]
Patch
Comment 3 Dave Hyatt 2009-07-17 11:38:25 PDT
Fixed in r46044.