Comment 7 for bug 1313727

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I'm just building this branch to investigate, but I'd expect the infinite loop when using QGuiApplication::focusObject() (assuming that the focus hasn't changed from the RenderViewItem). The event needs to be delivered to the WebView instead, and it's odd why this doesn't work. I'll take a look to try and figure out why.

As for unit tests - we could actually do with unit tests covering input event handing in general (for mouse, touch and keys). It's something where we're currently lacking quite a bit