Bug 119517 - [CSSRegions] Wrong auto-height region computation for nested named flows
Summary: [CSSRegions] Wrong auto-height region computation for nested named flows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mihnea Ovidenie
URL:
Keywords:
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-08-06 05:31 PDT by Mihnea Ovidenie
Modified: 2013-08-07 02:10 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.21 KB, patch)
2013-08-06 05:44 PDT, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff
Patch for landing (5.62 KB, patch)
2013-08-06 23:02 PDT, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2013-08-06 05:31:32 PDT
In the case of nested named flows below:

<!-- flow2 content goes into region2 that is part of flow1 and is absolutely positioned -->
<div id="flow2" style="-webkit-flow-into: flow2;"></div>

<div id="flow1" style="-webkit-flow-into: flow1;">
    <div id="region2" style="-webkit-flow-flow: flow2; position: absolute;"></div>
</div>
<div id="region1" style="-webkit-flow-from: flow1;"></div>

the auto-height computed value for region1 is wrong having a huge value.
Comment 1 Mihnea Ovidenie 2013-08-06 05:44:41 PDT
Created attachment 208184 [details]
Patch
Comment 2 Dave Hyatt 2013-08-06 11:16:53 PDT
Comment on attachment 208184 [details]
Patch

r=me
Comment 3 Mihnea Ovidenie 2013-08-06 23:02:11 PDT
Created attachment 208238 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2013-08-07 02:09:56 PDT
Comment on attachment 208238 [details]
Patch for landing

Clearing flags on attachment: 208238

Committed r153781: <http://trac.webkit.org/changeset/153781>
Comment 5 WebKit Commit Bot 2013-08-07 02:10:00 PDT
All reviewed patches have been landed.  Closing bug.