RESOLVED FIXED 130804
-[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAreaElementIsUserEdited do not return the correct values
https://bugs.webkit.org/show_bug.cgi?id=130804
Summary -[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAre...
Cody Krieger
Reported 2014-03-26 16:11:10 PDT
-[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAreaElementIsUserEdited do not return the correct values. The existing implementations of these methods are mis-cased ("HTMLInputELementIsUserEdited" and "HTMLTextAreaELementIsUserEdited" — note the "EL" in both cases). This results in us getting auto-synthesized getters for the HTMLInputElementIsUserEdited and HTMLTextAreaElementIsUserEdited properties, which will return NO unconditionally.
Attachments
patch (3.11 KB, patch)
2014-03-26 16:15 PDT, Cody Krieger
no flags
Cody Krieger
Comment 1 2014-03-26 16:15:08 PDT
WebKit Commit Bot
Comment 2 2014-03-26 16:36:06 PDT
Comment on attachment 227895 [details] patch Clearing flags on attachment: 227895 Committed r166326: <http://trac.webkit.org/changeset/166326>
WebKit Commit Bot
Comment 3 2014-03-26 16:36:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.