-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Labels
Description
I have managed to pinpoint an issue with a keyboard I am using at the moment. I am unsure if the issue is a bug or my implementation of some custom keyactions on the keyboard. There are 2 custom keyactions, for next and previous navigation. The keyactions are slightly customised from the standard navigation as they should only navigate between visible textboxes (some textboxes may be hidden at times).
To replicate issue:
- Click first field, enter some text with keyboard
- Click "Next F(ield)", enter some text into the second field.
- Click "Next F(field)", enter some text into the third field.
- Click the first field textbox with mouse, enter some text.
- Click "Next F(field)" twice which should navigate the cursor to the Third textbox.
The keyboard for the third field remains invisible and will not appear. It seems that once the mouse is used to focus on a textbox, the textbox which was last being used becomes invalid and can no longer be opened.
Reactions are currently unavailable