Another (simpler) way of reproducing this issue on a touch device (initially reported as bug #1578304), on the latest rc-proposed image:
- ensure that the webview has active focus
- tap once on the address bar
The entire text inside the address bar gets selected, as expected, but the active focus remains on the TextField itself, it is not being passed down to the QQuickTextInput inside it.
Tapping once again on the address bar then correctly focuses the QQuickTextInput.
Another (simpler) way of reproducing this issue on a touch device (initially reported as bug #1578304), on the latest rc-proposed image:
- ensure that the webview has active focus
- tap once on the address bar
The entire text inside the address bar gets selected, as expected, but the active focus remains on the TextField itself, it is not being passed down to the QQuickTextInput inside it.
Tapping once again on the address bar then correctly focuses the QQuickTextInput.