Bug 130804 - -[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAreaElementIsUserEdited do not return the correct values
Summary: -[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAre...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 16:11 PDT by Cody Krieger
Modified: 2014-03-26 16:36 PDT (History)
1 user (show)

See Also:


Attachments
patch (3.11 KB, patch)
2014-03-26 16:15 PDT, Cody Krieger
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cody Krieger 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.
Comment 1 Cody Krieger 2014-03-26 16:15:08 PDT
Created attachment 227895 [details]
patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-03-26 16:36:08 PDT
All reviewed patches have been landed.  Closing bug.