WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
25269
REGRESSION: fast/repaint/fixed.html paints too much
https://bugs.webkit.org/show_bug.cgi?id=25269
Summary
REGRESSION: fast/repaint/fixed.html paints too much
Eric Seidel (no email)
Reported
2009-04-17 10:42:01 PDT
run-webkit-tests -p fast/repaint/fixed.html shows the failure. This is a regression, so technically p1, but I feel bad marking it such. ;)
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2009-04-17 10:44:52 PDT
<
rdar://problem/6802446
>
Simon Fraser (smfr)
Comment 2
2009-04-20 14:38:24 PDT
The repaint that does not cover the green square is coming out of RenderLayer::updateLayerPositions(), painting m_repaintRect which has the pre-scroll location, and happens via the call to layout() from externalRepresentation(). Repaints of fixed position elements when the page has not just scrolled are not too large, so we're not over-painting in the common case.
Julien Chaffraix
Comment 3
2011-07-15 16:52:29 PDT
I looked at the different outputs of fast/repaint/fixed.html and they look fine on Chromium and Mac. Gtk has a bad image checked-in as it does not seem to implement createBitmapContextFromWebView properly.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug