[Webkit-unassigned] [Bug 52010] [Qt] Plugin API to support platform's input widgets.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 12:52:07 PST 2011


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





--- Comment #1 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-01-06 12:52:06 PST ---
We kind of support this with WebKit2 already, by adding some additional InputMethodHints. The user than then reimplement:

virtual void    inputMethodEvent ( QInputMethodEvent * event )

and popup the pickers, sending events just like the virtual keyboard (they are input fields after all)

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