Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.14.0 Beta2, 6.4.0, 6.4.1, 6.5.1
-
Qt 5.14 Beta 2 (Multithreading enabled)
1.39.0
Firefox 70.0
Chrome 80.0.3955.4
-
-
Ibc9582254dda91eb14ebcdf4b8ea4a4f862aa88d, a1704ee6a (dev)
Description
If you start the following qml app on the desktop it will open the TextField has focus and you can start typing.
If you start the same app on the browser it will look like the TextField has keyboard focus(Cursor blinking) but on typing something nothing happens. As soon as you click anywhere in the page it will start working.
import QtQuick 2.12 import QtQuick.Window 2.12 import QtQuick.Controls 2.12 Window { visible: true TextField{ focus: true } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-113594 wasm: Tab goes to the wrong place
- Closed
For Gerrit Dashboard: QTBUG-79934 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
483432,3 | Correctly focus WASM windows on show | dev | qt/qtbase | Status: MERGED | +2 | 0 |