Comment #2 on issue 25138 by temporal: Scrolling leaks to other windows http://code.google.com/p/chromium/issues/detail?id=25138
I see this too (4.0.222.5 / OSX 10.5.8). Interesting notes: - Events only seem to leak when many events are happening in rapid succession. So, I have to scroll rapidly -- several "clicks" of the mouse wheel at once -- to see a leak. If I only scroll one "click" at a time, no events leak. - If the chrome window is scrolled all the way to the top or all the way to the bottom, and I try to scroll further in that direction (so, the chrome content does not move), the events *do not* leak through, no matter how fast I scroll. It's only if the content in chrome is moving that some events leak through. Perhaps if chrome is still working on rendering the content, it allows mouse events to slip through? - It is not only mouse wheel events that leak. Normal button clicks can leak too, which typically causes background windows to suddenly jump to the foreground. However, this is much harder to reproduce, since you have to be generating lots of events rapidly. Try repeatedly clicking the left mouse button *while* rapidly scrolling up and down -- eventually a click will leak. -- 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 -~----------~----~----~----~------~----~------~--~---
