Bug 67212

Summary: Text gets clipped in multicolumn layout when overflow:auto is used
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Dave Hyatt 2011-08-30 11:17:02 PDT
When overflow:auto is used we always turn off pagination, even if the overflow doesn't trigger scrollbars and generally doesn't do anything.
Comment 1 Dave Hyatt 2011-08-30 11:20:34 PDT
Created attachment 105655 [details]
Patch
Comment 2 Dave Hyatt 2011-08-30 11:28:05 PDT
Fixed in r94092.