RESOLVED FIXED Bug 31297
[Qt] Input method support is broken in QGraphicsWebView
https://bugs.webkit.org/show_bug.cgi?id=31297
Summary [Qt] Input method support is broken in QGraphicsWebView
Simon Hausmann
Reported 2009-11-10 08:16:02 PST
As it stands right now the SoftwareInputPanelRequest event isn't sent on QWebPage::handleSoftwareInputPanel(). That prevents the input method from coming on on S60. But there may be more issues.
Attachments
Simon Hausmann
Comment 1 2009-11-11 10:42:25 PST
http://trac.webkit.org/changeset/50801 fixes the issue in WebKit. The remaining brokeness is somewhere in QGraphicsView, as the issue is also reproducible without WebKit but a simple QGraphicsTextItem instead. The latest investigation shows that the graphicsview's viewport is the focus widget known to the input method, which of course means that the calls to inputMethodQuery() will not end up in QGraphicsView::inputMethodQuery() and therefore never reach the focused graphics item in the scene. Closing this bug nevertheless as the WebKit part is fixed.
Note You need to log in before you can comment on or make changes to this bug.