diff options
author | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-12 03:04:24 +0000 |
---|---|---|
committer | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-12 03:04:24 +0000 |
commit | 822b56802b9a6649f13d8f0ab4abf365e3421472 (patch) | |
tree | de788b5896022076f1335ec44d5943244ee73da9 /printing/printing_context.cc | |
parent | d2caaa2a67a44bc69b89aeda45752e91384dcef0 (diff) | |
download | chromium_src-822b56802b9a6649f13d8f0ab4abf365e3421472.zip chromium_src-822b56802b9a6649f13d8f0ab4abf365e3421472.tar.gz chromium_src-822b56802b9a6649f13d8f0ab4abf365e3421472.tar.bz2 |
Fix loss of mouse events when an Aura combobox is open in a modal dialog.
NativeComboboxViews was not passing itself as a (transient) parent to
MenuRunner::RunMenuAt. All mouse events were sent to the open menu (since it
is set as the capture window), and ModalityEventFilter::PreHandleMouseEvent
dropped them all since they were not directed to a child of the active modal
dialog.
BUG=105155
TEST=none
Review URL: http://codereview.chromium.org/8893019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing_context.cc')
0 files changed, 0 insertions, 0 deletions