[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
Fri Aug 13 08:43:10 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43498
--- Comment #16 from yi shen <yi.4.shen at nokia.com> 2010-08-13 08:43:09 PST ---
OK, one user case I can find is the Next button on VKB. Like android's browser does, when user clicks the next button, it scrolls user to the next input field (e.g. form field). In this case, we need to know the focused element to get its info. It would be better to get the focused element as fast as possible, then the app can start scrolling quickly (the user don't want to wait after click the next button).
Also, I noticed that Mac's WebHTMLView.mm has a function to get accessibilityFocusedUIElement. Don't really know what it is but I think it would be friendly to developer to have this kind of Api, or just like Antonio Gomes says, added a snippet code example to the dev documentation.
Thanks for all the comments and your time :)
--
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