[Webkit-unassigned] [Bug 45029] [Gtk] scrolling artifacts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 05:45:46 PST 2010


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76760|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2010-12-16 05:45:46 PST ---
Created an attachment (id=76760)
 --> (https://bugs.webkit.org/attachment.cgi?id=76760&action=review)
Patch to call gdk_window_process_updates() when scrolling

Yes, calling gdk_window_process_updates() fixed the artifacts for me. Maybe there are other performance issues to fix, but we should definitely call gdk_window_process_updates() right after moving the window when scrolling, it's what all gtk widgets that implement scrollable interface do, see GtkLayout, GtkViewPort, GtkTextView, etc.

-- 
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