Bug 102954 - [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
Summary: [CSS Regions] Auto-height regions will not calculate the height correctly whe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexandru Chiculita
URL:
Keywords: AdobeTracked
: 102221 (view as bug list)
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2012-11-21 09:34 PST by Alexandru Chiculita
Modified: 2012-11-30 06:07 PST (History)
7 users (show)

See Also:


Attachments
test case (2.03 KB, text/html)
2012-11-21 09:34 PST, Alexandru Chiculita
no flags Details
Patch V1 (6.49 KB, patch)
2012-11-26 15:45 PST, Alexandru Chiculita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-11-21 09:34:25 PST
Created attachment 175464 [details]
test case

Changing the content of the flow when regions have auto height will not update the size of the regions correctly.

Use the attached use case as an example. Type some text in the paragraph with the blue left border. Notice how the paragraph is split across two regions when it should have extended the current region instead.
Comment 1 Alexandru Chiculita 2012-11-26 15:45:39 PST
Created attachment 176097 [details]
Patch V1
Comment 2 Mihnea Ovidenie 2012-11-27 01:22:20 PST
https://bugs.webkit.org/show_bug.cgi?id=102221 should also be fixed by this fix.
Comment 3 Dave Hyatt 2012-11-28 12:02:42 PST
Comment on attachment 176097 [details]
Patch V1

r=me
Comment 4 WebKit Review Bot 2012-11-28 12:06:38 PST
Comment on attachment 176097 [details]
Patch V1

Clearing flags on attachment: 176097

Committed r136039: <http://trac.webkit.org/changeset/136039>
Comment 5 WebKit Review Bot 2012-11-28 12:06:44 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Alexandru Chiculita 2012-11-30 06:07:06 PST
*** Bug 102221 has been marked as a duplicate of this bug. ***