[Webkit-unassigned] [Bug 43498] [Qt] add an API for QWebPage to get current focused element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 08:59:29 PDT 2010


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





--- Comment #8 from Simon Hausmann <hausmann at webkit.org>  2010-08-12 08:59:29 PST ---
If at all then this method belongs into QWebFrame.

Doesn't the following code work alternatively?

QWebElement focusedElement = frame->findFirstElement("*:focus");

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