Bug 81146

Summary: Don't cap the scroll position if layout happens when a FrameView's overhangAmount is non-zero
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, dbeam, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

Description Anders Carlsson 2012-03-14 12:51:34 PDT
Don't cap the scroll position if layout happens when a FrameView's overhangAmount is non-zero
Comment 1 Anders Carlsson 2012-03-14 13:02:39 PDT
Created attachment 131903 [details]
Patch
Comment 2 Anders Carlsson 2012-03-14 13:07:58 PDT
Committed r110737: <http://trac.webkit.org/changeset/110737>
Comment 3 Ryosuke Niwa 2012-03-15 00:16:56 PDT
It seems like this patch caused some regression on Chromium's setting's page:
http://code.google.com/p/chromium/issues/detail?id=118349

We'll probably file a new WebKit bug when we get a reduction.
Comment 4 Anders Carlsson 2012-03-15 10:46:04 PDT
(In reply to comment #3)
> It seems like this patch caused some regression on Chromium's setting's page:
> http://code.google.com/p/chromium/issues/detail?id=118349
> 
> We'll probably file a new WebKit bug when we get a reduction.

I've seen problems when resizing the safari window as well. We might have to limit the scope of this fix.
Comment 5 Dan Beam 2012-03-16 11:40:12 PDT
Hey Anders, we're seeing the same behavior in chromium - here's how it manifested - http://code.google.com/p/chromium/issues/detail?id=118349.