[Webkit-unassigned] [Bug 79335] [Qt] Build fix. QQuickItem does not have a setInputMethodHints(Qt::InputMethodHints hints) method.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 00:16:01 PST 2012


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #128407|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2012-02-23 00:16:01 PST ---
(From update of attachment 128407)
Well, but this isn't quite correct either, we still _do_ need to propagate the input method hints to the input method. It's just that the mechanism has changed slightly. FWIW, the Qt 5 version that we're developing against currently still has this method (see webkit-qt mailing list of announcements of version changes).

That said, QQuickItem::setInputMethodHints has always been a convenience function for not having to re-implement the inputMethodQuery. Since we do that anyway though, we can apply a fix that works with any Qt 5 version, by responding to the Qt::ImHints input method query and returning the hints from the editor state there.

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