Bug 66459

Summary: [CSSRegions]Content displayed in regions should not be scrollable
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
LayoutTest
none
Patch none

Description Mihnea Ovidenie 2011-08-18 05:41:51 PDT
Created attachment 104328 [details]
LayoutTest

Assume you have a flow thread that is displayed in one or more regions. If the content is larger than the size of all regions, some content will not be displayed. You should not be able to scroll the content in regions so that the remaining content is displayed.

I will attach a test for the bug. I will upload the patch too once 66142 lands in mainline.
Comment 1 Mihnea Ovidenie 2011-08-19 02:10:17 PDT
Created attachment 104479 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-19 12:19:56 PDT
Comment on attachment 104479 [details]
Patch

Clearing flags on attachment: 104479

Committed r93428: <http://trac.webkit.org/changeset/93428>
Comment 3 WebKit Review Bot 2011-08-19 12:20:00 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Tony Chang 2011-08-19 14:09:06 PDT
This caused fast/repaint/japanese-rl-selection-repaint-in-regions.html to start failing.  The new version seems correct so I will rebaseline on mac + chromium when the bots cycle.