Commit c47bc798 authored by Szabolcs David's avatar Szabolcs David Committed by The Qt Project
Browse files

Fix focus in Quick API


The forceActiveFocus() doesn't work in the QML tests.

We need to call forceActiveFocus() in RenderWidgetHostViewQtDelegateQuick
instead of the one in WebEngineView. To make this work, I replaced RWHV
with QQuickWebEngineView in the focus chain.

This is necessary in order to extend tst_loadUrl QML test with
urlProperty test case.

Change-Id: Ifba0c824a7ce9f00d328110233402d3563f967aa
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing with 17 additions and 11 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment