| Index: chrome/views/menu.cc
|
| ===================================================================
|
| --- chrome/views/menu.cc (revision 11261)
|
| +++ chrome/views/menu.cc (working copy)
|
| @@ -554,9 +554,10 @@
|
|
|
| delegate_->MenuWillShow();
|
|
|
| - // Show the menu. Blocks until the menu is dismissed or an item is chosen.
|
| + // NOTE: we don't use TPM_RIGHTBUTTON here as it breaks selecting by way of
|
| + // press, drag, release. See bugs 718 and 8560.
|
| UINT flags =
|
| - GetTPMAlignFlags() | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_RECURSE;
|
| + GetTPMAlignFlags() | TPM_LEFTBUTTON | TPM_RETURNCMD | TPM_RECURSE;
|
| is_menu_visible_ = true;
|
| DCHECK(owner_);
|
| // In order for context menus on menus to work, the context menu needs to
|
|
|