Bug 107594
Summary: | [CSS Exclusions] shape-outside on floats does not handle overflow properly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bem Jones-Bey <bjonesbe> |
Component: | CSS | Assignee: | 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 |
Bem Jones-Bey
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.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bem Jones-Bey
Looks like this got fixed with Bug 106927. Neat.