Bug 6060 - The UI state for keyboard button is easy to make out of sync
Summary: The UI state for keyboard button is easy to make out of sync
Status: CLOSED DUPLICATE of bug 5547
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.7.0
Assignee: Samuel Mannehed
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 12:11 CEST by Peter Åstrand
Modified: 2016-10-18 15:02 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2016-10-17 12:11:23 CEST
Tested on Windows 10 Mobile, but as far as I know a problem which appears on all devices:

1. Bring up the keyboard by pressing the keyboard button.

2. Close the keyboard from the keyboard itself, ie press the device back button

Now, the keyboard button is still highlighted, and the code still believes that the keyboard is active/visible. If you press the button again, the button will be longer be highlighted, but nothing else happens, because the keyboard was already hidden. 

As far as we know, fixing this is difficult since it is not possible to determine if the keyboard is visible or not. Instead, my suggestion is to change the button from "toggle keyboard" to "activate keyboard". The code would need to re-set focus to the input field so that the keyboard is visible for sure.
Comment 1 Samuel Mannehed cendio 2016-10-18 08:33:17 CEST
(In reply to comment #0)
> Tested on Windows 10 Mobile, but as far as I know a problem which appears on
> all devices:

None of the browsers on iOS have this problem. This is a problem on Android and Windows mobile.
Comment 2 Samuel Mannehed cendio 2016-10-18 15:01:54 CEST

*** This bug has been marked as a duplicate of bug 5547 ***

Note You need to log in before you can comment on or make changes to this bug.