Bug 66201 - CSSRegions: Regions are not resizing properly
Summary: CSSRegions: Regions are not resizing properly
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2011-08-13 19:30 PDT by Alan Stearns
Modified: 2011-09-16 13:29 PDT (History)
0 users

See Also:


Attachments
Test file (719 bytes, text/html)
2011-08-13 19:30 PDT, Alan Stearns
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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