[Webkit-unassigned] [Bug 33150] Do not render the full frame when there is some elements with fixed positioning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 06:56:38 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33150





--- Comment #81 from Adam Treat <treat at kde.org>  2010-03-10 06:56:37 PST ---
 > I have to admit I don't get the difference between
> invalidateContentsForSlowScroll() and invalidateContentsAndWindow(). It seems
> specific to the way Windows handle scrolling, I trust you on that one.

The latter (in the way you are using it) notifies that the provided rect needs
to be repainted to the backingstore and then copied to the screen. 
Asynchronously.

The former (in the way you were using it) notifies that the provided rect needs
to be repainted to the backingstore.  Asynchronously.

I believe that it should be done synchronously, but hyatt and apple's windows
port disagree.  But that is for another day.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list