[Webkit-unassigned] [Bug 41036] REGRESSION (r61341): Image interpolation quality changes during scrolling and when activating / deactivating application

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 08:35:24 PDT 2010


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





--- Comment #2 from Stephen White <senorblanco at chromium.org>  2010-06-23 08:35:23 PST ---
Created an attachment (id=59517)
 --> (https://bugs.webkit.org/attachment.cgi?id=59517)
Scrolling example

This is actually by design.  The low-quality resize is always done first, since even scrolling may be affected by the speed of high-quality resize.  For example, I've attached a static page, which when scrolled, shows very poor scrolling performance without my fix (these are all the same image, of course, but it would also happen for many small thumbnails of different images).

If this new behaviour is still not acceptable to you, I do have an idea for a fix which will preserve most of the performance gains of the original fix.  It will definitely regress on pages like the attached, however.

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