RESOLVED WORKSFORME 75125
[chromium] Avoid reopening popup menu when <select> is clicked
https://bugs.webkit.org/show_bug.cgi?id=75125
Summary [chromium] Avoid reopening popup menu when <select> is clicked
Daniel Erat
Reported 2011-12-22 14:15:40 PST
For issue 38105, code was added in WebViewImpl::mouseDown() to automatically close <select> popups in response to clicks, and then re-close them again if they were opened by the click (i.e. the <select> received the click). It looks like HTMLSelectElement already has code to handle closing the popup in response to left mouse down, so it seems like letting it do its thing may be better than closing the popup initially and then closing it again after it's been reopened. I have a patch to do this but still need to test it (Jay suggests checking that this still works correctly on Mac and that WebKit/chromium/tests/PopupMenuTest.cpp still passes).
Attachments
Daniel Erat
Comment 1 2012-01-31 11:07:32 PST
I can no longer reproduce this bug.
Note You need to log in before you can comment on or make changes to this bug.