Comment #9 on issue 16786 by [email protected]: drag-scrolling long windows very janky http://code.google.com/p/chromium/issues/detail?id=16786
We have to go through a slow scrolling path when scrolling pages that have fixed- position bits that don't move when you scroll, like the list of attributes that this bug tracker displays. Which it didn't do until recently. Not sayin' it's excusable though. There's a comment in our code somewhere about how WM_MOUSEMOVE is synthetic, which isn't true on X, and we probably need to fix that. (Basically as soon as we're behind, we should drop all intermediate mouse move events and just tell WebKit the mouse moved to its most recent location.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
