kiosk-shell text input
In Weston 11 there appears to be an issue where text input stops working in the kiosk-shell.
The issue can be reproduced as follows:
- Start gtk3-demo in kiosk-shell
- Select Entry -> Entry Buffer
- Type some text.
- Double click the text, so that it is selected, then drag the selected text with the mouse.
- Text input no longer works.
This is with Weston 11 kiosk-shell and the patch needed to display anything at all: 341d09d2
The issue does not happen with desktop-shell and also not at all in Weston 10.
Edit a second way to reproduce:
- Start gtk3-demo in kiosk-shell
- Select the "Dialogs and Message Boxes"
- Enter some text in the "Entry 1" input field without having pressed any of the buttons.
- Press the "Message Dialog" button.
- Press Ok or Cancel in the Dialog
- Input to the "Entry 1" input field no longer works.
Edited by Fredrik Gustafsson