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

Mihai Balan
Reported 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.
Attachments
HTML file highlighting the problem (1.28 KB, text/html)
2012-11-14 06:10 PST, Mihai Balan
no flags
using contenteditable doens't expand region (1.35 KB, text/html)
2012-11-16 09:30 PST, Johannes Wilm
no flags
Mihai Balan
Comment 1 2012-11-14 06:10:35 PST
Created attachment 174143 [details] HTML file highlighting the problem
Johannes Wilm
Comment 2 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.
Alexandru Chiculita
Comment 3 2012-11-30 06:07:06 PST
*** This bug has been marked as a duplicate of bug 102954 ***
Note You need to log in before you can comment on or make changes to this bug.