Bug 31297 - [Qt] Input method support is broken in QGraphicsWebView
Summary: [Qt] Input method support is broken in QGraphicsWebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P3 Normal
Assignee: Simon Hausmann
URL:
Keywords: Qt
Depends on:
Blocks: Qt46
  Show dependency treegraph
 
Reported: 2009-11-10 08:16 PST by Simon Hausmann
Modified: 2009-11-11 11:05 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 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.
Comment 1 Simon Hausmann 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.