diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 21:54:28 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 21:54:28 +0000 |
commit | 6840158fdaef4b2ece5ee8248907454fb4b7a84f (patch) | |
tree | d0afb0cd60e925fb295d7add3277cee4731faa33 /net/net_perftests.scons | |
parent | 32638bfc967b411572c425840422e432a640c25a (diff) | |
download | chromium_src-6840158fdaef4b2ece5ee8248907454fb4b7a84f.zip chromium_src-6840158fdaef4b2ece5ee8248907454fb4b7a84f.tar.gz chromium_src-6840158fdaef4b2ece5ee8248907454fb4b7a84f.tar.bz2 |
Fixes two menu bugs:
. Pressing shift-F10 would make context menu appear then immediately
disappear. This is because MenuController was hiding on a
WM_SYSKEYUP. I've changed MenuController to do nothing on
WM_SYSKEYUP. If a sys key is pressed again, we'll get a
WM_SYSKEYDOWN and hide there.
. MenuController needed to handle WM_CONTEXTMENU and not dispatch it,
otheriwse we could end up with stacked menus.
BUG=3685
TEST=bring up bookmark manager, select a row in the table on the
right. Press shift-F10 and make sure the context menu appears and
stays up.
Review URL: http://codereview.chromium.org/10635
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_perftests.scons')
0 files changed, 0 insertions, 0 deletions