[Webkit-unassigned] [Bug 25696] gtk directfb screen corruption on scrolling of webview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 10:47:30 PDT 2009


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





------- Comment #5 from hyatt at apple.com  2009-05-15 10:47 PDT -------
If it turns out your port has buggy blitting and you don't plan on solving the
underlying problem, then in your platform-specific code you can always just set
the can blit on scroll flag on the ScrollView to false.  That is the best way
to disable all blitting without touching the cross-platform code.  Your
scrolling performance is not going to be very good, though, if you do this, so
I encourage you to try to figure out what is actually wrong with the underlying
platform-specific blitting code (a bug in Cairo perhaps?).


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



More information about the webkit-unassigned mailing list