[Webkit-unassigned] [Bug 75125] New: [chromium] Avoid reopening popup menu when <select> is clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 22 14:15:40 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=75125

           Summary: [chromium] Avoid reopening popup menu when <select> is
                    clicked
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: derat at chromium.org
                CC: jcivelli at chromium.org


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list