Bug 107594 - [CSS Exclusions] shape-outside on floats does not handle overflow properly
Summary: [CSS Exclusions] shape-outside on floats does not handle overflow properly
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bem Jones-Bey
URL: http://dev.w3.org/csswg/css3-exclusio...
Keywords:
Depends on:
Blocks: 98664
  Show dependency treegraph
 
Reported: 2013-01-22 15:17 PST by Bem Jones-Bey
Modified: 2013-02-12 13:51 PST (History)
1 user (show)

See Also:


Attachments

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