[Webkit-unassigned] [Bug 46296] Add more functionality in WebView interface for currently focused elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 12:02:47 PDT 2010


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





--- Comment #8 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-10-06 12:02:47 PST ---
(From update of attachment 69420)
View in context: https://bugs.webkit.org/attachment.cgi?id=69420&action=review

> WebKit/chromium/src/WebNode.cpp:157
> +        return element && element->isTextFormControl();

i think you should move this method to WebElement.  then the code to
determine if a WebNode is a WebElement would move to the embedder.
see also WebElement::isFormControlElement.

i think this new method should be named isTextFormControlElement.

actually, we already have WebInputElement::isTextField.  can you
use that?

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