Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1, 5.11.1
-
Ubuntu 17.10 Qt 5.9.1
-
905444291f3da2dd10769683c75508732d983ac9
Description
The QML item that is rendered to the 3D scene using Scene2D does not receive any keyboard input.
Steps to reproduce:
- Using the scene2d example, add a TextField to LogoControls.qml.
- Run scene2d example.
- Use middle click to stop the Scene2D cube from spinning.
- Click on Text input.
- Try to type something using the keyboard.
Results: No text is displayed on TextField
Attached is my modified LogoControls.qml file with added TextField.