Comment #4 on issue 9752 by [email protected]: Mouse wheel scrolling
in bookmarks closes menu
http://code.google.com/p/chromium/issues/detail?id=9752
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=13609
------------------------------------------------------------------------
r13609 | [email protected] | 2009-04-13 11:43:25 -0700 (Mon, 13 Apr
2009) | 10 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_win.cc?r1=13609&r2=13608
My previous refactoring of the mouse-wheel redirecting code
caused menus (such as the book-mark menu) to be closed on mouse-wheel
scroll.
I had put the rerouting of the mouse-wheel messages in the
RenderWidgetViewWin::OnWheelEvent after the workaround for the Thinkpad
mousewheel driver, which closes the popups.
In the original code, the rerouting was done in the FocusManager by way of
sub-classing and was therefore happening before
RenderWidgetViewWin::OnWheelEvent.
This CL reverts to the original order which fixes the bug.
BUG=9752
TEST=Have a profile with lots of bookmarks in a folder on the bookmark
toolbar, click on the folder to bring up the scrollable menu. The menu
should scroll when you use the mouse-wheel.
Review URL: http://codereview.chromium.org/67063
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---