RESOLVED FIXED 51269
Text area does not update when you arrow through a <select> in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=51269
Summary Text area does not update when you arrow through a <select> in WebKit2
Brian Weinstein
Reported 2010-12-17 12:06:16 PST
Text area does not update when you arrow through a <select> in WebKit2. <rdar://problem/8612853>
Attachments
[PATCH] Fix (21.87 KB, patch)
2010-12-17 12:54 PST, Brian Weinstein
andersca: review+
Brian Weinstein
Comment 1 2010-12-17 12:54:35 PST
Created attachment 76904 [details] [PATCH] Fix
Anders Carlsson
Comment 2 2010-12-17 12:56:52 PST
Comment on attachment 76904 [details] [PATCH] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=76904&action=review > WebKit2/UIProcess/WebPageProxy.h:104 > +class WebPageProxy : public APIObject, public WebPopupMenuProxy::Client { Please remove public here.
Brian Weinstein
Comment 3 2010-12-17 13:05:36 PST
(In reply to comment #2) > (From update of attachment 76904 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=76904&action=review > > > WebKit2/UIProcess/WebPageProxy.h:104 > > +class WebPageProxy : public APIObject, public WebPopupMenuProxy::Client { > > Please remove public here. I get a compile error in WebView.cpp if I do :-(. I'll land this patch as-is + a change to UIProcess/qt/WebPopupMenuProxyQt.cpp
Brian Weinstein
Comment 4 2010-12-17 13:09:17 PST
Landed in r74285.
Note You need to log in before you can comment on or make changes to this bug.