Bug 66201

Summary: CSSRegions: Regions are not resizing properly
Product: WebKit Reporter: Alan Stearns <stearns>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Test file none

Description Alan Stearns 2011-08-13 19:30:07 PDT
The rendered height of a region does not change from its initial state after resizing. The rendered width does not change either, but line box width does appear to change, just not the rendered width of the line box. The attached test file has a region with 10% width and 10% height. If you open the attached test file and resize the window height, the number of line boxes rendered does not change. If you resize the window width larger, the line breaks in the text do change, but the displayed width does not.
Comment 1 Alan Stearns 2011-08-13 19:30:50 PDT
Created attachment 103871 [details]
Test file
Comment 2 Alan Stearns 2011-09-16 13:29:12 PDT
This has mostly been fixed. Opened new bug with remaining issue
https://bugs.webkit.org/show_bug.cgi?id=68275