REGRESSION: [Chromium] drop down selects fail to close when a value is selected This is a regression from http://trac.webkit.org/changeset/48370 The change to RenderMenuList.cpp causes PopupMenu::hide() to no longer be called. It looks like the Chromium implementation was a bit different than the other ports in its dependency on this.
Created attachment 39854 [details] v1 patch
Comment on attachment 39854 [details] v1 patch r=me. > // Hides the popup. Do not call this directly: use client->hidePopup(). This ain't true no more.
Landed as http://trac.webkit.org/changeset/48585