Bug 103993

Summary: [CSS Regions] Blocks don't relayout children if the width of a region changes
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Andrei Bucur <abucur>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, ojan, rhauck, WebkitBugTracker, webkit.review.bot
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch none

Description Andrei Bucur 2012-12-04 05:51:01 PST
Before r135750 the line layout algorithm was also detecting lines invalidated by regions changing width. The case of a region changing width should be handled by the blocks by setting the relayoutChildren flag and thus invalidating the lines.
Comment 1 Andrei Bucur 2012-12-05 06:05:06 PST
Created attachment 177734 [details]
Patch
Comment 2 Dave Hyatt 2012-12-05 11:01:07 PST
Comment on attachment 177734 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2012-12-05 19:47:55 PST
Comment on attachment 177734 [details]
Patch

Clearing flags on attachment: 177734

Committed r136793: <http://trac.webkit.org/changeset/136793>
Comment 4 WebKit Review Bot 2012-12-05 19:47:58 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Andrei Bucur 2012-12-12 09:09:02 PST
*** Bug 103680 has been marked as a duplicate of this bug. ***