[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 13:57:32 PST 2013


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





--- Comment #18 from Ryosuke Niwa <rniwa at webkit.org>  2013-02-21 13:59:54 PST ---
(From update of attachment 189594)
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.

-- 
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