Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Issue 67063: Fix for bug where mouse-wheel closes menus (Closed)

Created:
11 years, 8 months ago by jcampan
Modified:
9 years, 7 months ago
Reviewers:
amit
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13609

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jcampan
11 years, 8 months ago (2009-04-11 01:22:29 UTC) #1
amit
11 years, 8 months ago (2009-04-13 18:23:06 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698