Bug 100284 - [CSS Shapes] New layoutstates cause vertical layout offsets to be incorrect for shape-inside
Summary: [CSS Shapes] New layoutstates cause vertical layout offsets to be incorrect f...
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2012-10-24 13:36 PDT by Bear Travis
Modified: 2014-03-27 08:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2012-10-24 13:36:14 PDT
Shape inside currently assumes that if the shape-inside has been inherited, then logicalTop is the offset from the top of the shape-inside.
Features that create a new layout state, such as columns or grids, will cause this offset to be incorrect if they occur within an element with shape-inside.