Bug 27379 - Absolutely-positioned elements with a scrollbar wrap prematurely
Summary: Absolutely-positioned elements with a scrollbar wrap prematurely
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 10:41 PDT by Sidney San Martín
Modified: 2009-07-17 11:38 PDT (History)
1 user (show)

See Also:


Attachments
Demonstration of premature wrapping (448 bytes, text/html)
2009-07-17 10:41 PDT, Sidney San Martín
no flags Details
Patch (20.64 KB, patch)
2009-07-17 11:31 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.