Bug 7973 - REGRESSION: Inline flow layer does not repaint its horizontal overflows
Summary: REGRESSION: Inline flow layer does not repaint its horizontal overflows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-03-25 01:22 PST by mitz
Modified: 2011-07-17 07:45 PDT (History)
6 users (show)

See Also:


Attachments
Test case (367 bytes, text/html)
2006-03-25 01:23 PST, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-03-25 01:22:25 PST
To reproduce, open the attached test case, make the browser window narrow, and scroll slowly from side to side. The overflow (beyond the gray rectangle) will not repaint.
Comment 1 mitz 2006-03-25 01:23:21 PST
Created attachment 7291 [details]
Test case
Comment 2 Alice Liu 2006-05-16 09:45:46 PDT
<rdar://problem/4549738>
Comment 3 Dave Hyatt 2006-12-14 22:56:08 PST
It's absoluteBoundingBox() in RenderLayer that is to blame for this.  However I'm not sure of the best way to fix it.  If the check is too broad, then we'll end up doing too much work.  The common case is very fast because of this restrictive check.
Comment 4 Robert Hogan 2011-07-17 03:38:02 PDT
Hi Mitz, can you still reproduce this? I can't. Tested with QtTestBrowser and Chromium 12.