Bug 102221

Summary: [CSS Regions] Auto-sized regions don't recompute their dimensions on window resize
Product: WebKit Reporter: Mihai Balan <mibalan>
Component: CSSAssignee: Mihnea Ovidenie <mihnea>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achicu, donggwan.kim, mihnea, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
HTML file highlighting the problem
none
using contenteditable doens't expand region none

Description Mihai Balan 2012-11-14 06:09:55 PST
Regions that have auto-sizing don't recompute their size when the window resizes. This leads to content being clipped or overflowing (depending on the combination of region-overflow and overflow). Instead, the regions should resize, always keeping the content visible.
Comment 1 Mihai Balan 2012-11-14 06:10:35 PST
Created attachment 174143 [details]
HTML file highlighting the problem
Comment 2 Johannes Wilm 2012-11-16 09:30:53 PST
Created attachment 174707 [details]
using contenteditable doens't expand region

This is very similar and most probably the same bug is behind it which is why I post it here. But instead of looking at window size changes, this is about changes the contents of the element, which should also make it auto-resize.
Comment 3 Alexandru Chiculita 2012-11-30 06:07:06 PST

*** This bug has been marked as a duplicate of bug 102954 ***