Bug 107594

Summary: [CSS Exclusions] shape-outside on floats does not handle overflow properly
Product: WebKit Reporter: Bem Jones-Bey <bjonesbe>
Component: CSSAssignee: Bem Jones-Bey <bjonesbe>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: s.choi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://dev.w3.org/csswg/css3-exclusions/#floats-and-exclusions
Bug Depends on:    
Bug Blocks: 98664    

Description Bem Jones-Bey 2013-01-22 15:17:05 PST
When a float has shape-outside and the shape-outside causes the float to be positioned so that it overflows its parent to the right or the bottom, it should cause scrolling behavior, just like a positioned element does. (positioned elements do not seem to cause scrolling if they are positioned to the left or top, so we should be consistent with that.)
Comment 1 Bem Jones-Bey 2013-02-12 13:51:20 PST
Looks like this got fixed with Bug 106927. Neat.