RESOLVED FIXED 29582
REGRESSION: [Chromium] drop down selects fail to close when a value is selected
https://bugs.webkit.org/show_bug.cgi?id=29582
Summary REGRESSION: [Chromium] drop down selects fail to close when a value is selected
Darin Fisher (:fishd, Google)
Reported 2009-09-21 08:47:25 PDT
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.
Attachments
v1 patch (3.12 KB, patch)
2009-09-21 08:58 PDT, Darin Fisher (:fishd, Google)
dglazkov: review+
Darin Fisher (:fishd, Google)
Comment 1 2009-09-21 08:58:49 PDT
Created attachment 39854 [details] v1 patch
Dimitri Glazkov (Google)
Comment 2 2009-09-21 09:01:04 PDT
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.
Darin Fisher (:fishd, Google)
Comment 3 2009-09-21 09:07:14 PDT
Note You need to log in before you can comment on or make changes to this bug.