[Webkit-unassigned] [Bug 110375] Hook FormAssociatedElement, HTMLFormElement to notify EditorClient of form changes after a page has loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 14:06:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110375





--- Comment #21 from Dane Walllinga <dgwallinga at chromium.org>  2013-02-21 14:08:57 PST ---
(In reply to comment #18)
> (From update of attachment 189594 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=189594&action=review
> 
> > Source/WebCore/page/EditorClient.h:121
> > +    virtual void didAssociateInput(Element*) = 0;
> > +    virtual void didAddForm(Element*) = 0;
> > +
> 
> I don't think these callbacks belong in EditorClient. EditorClient is for editing operations.
> Detecting a change in associated form control is nothing to do with editing operations.

Fair enough. I'm fairly new to WebKit development - can you suggest a location that would be more appropriate to the use case?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list