You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is to only switch from the Magikeyboard to the previous one when a user clicks in a text box such as the search box. The goal is to avoid having to switch to the magikeyboard twice to enter a single password.
The use case is selecting a password entry from Magikeyboard.
Current workflow (without search):
In another app, switch to Magikeyboard
Tap the lock icon in Magikeyboard
KeePassDX opens
Search text input field is selected (at least, this is true if there are multiple entries for that app) and keyboard switches to the previous keyboard
Entry is selected and user is returned to the previous app
Keyboard is still set to the previous keyboard (i.e. not Magikeyboard)
Describe the solution you'd like
Desired flows are as follows:
Without search:
In another app, switch to Magikeyboard
Tap the lock icon in Magikeyboard
KeePassDX opens
Entry is selected and user is returned to the previous app
Keyboard is still set to Magikeyboard
With search:
In another app, switch to Magikeyboard
Tap the lock icon in Magikeyboard
KeePassDX opens
Click in the search text input field
Keyboard switches to the previous keyboard so the user can type in search terms
Entry is selected and user is returned to the previous app
Keyboard is still set to the previous keyboard (i.e. not Magikeyboard) Note: the desired behavior for this last step may be changed by Improve keyboard switch #311, for users who grant the required permission
Describe alternatives you've considered
Long tap on the lick icon of Magikeyboard to avoid having the search text input box selected, and thus avoiding the undesired switch away from the Magikeyboard. This workaround is effective, but being able to tap (instead if long tap) and having a filtered view would be preferable. I consider this more of a feature than a bug, as it is just an improvement, not really an error.
Additional context
This ticket came about from a conversation on #311.
The text was updated successfully, but these errors were encountered:
I've added a condition that allows the searchView not to be focused if it's an auto search. This means that the keyboard can only be changed if the field is focused.
This ticket is to only switch from the Magikeyboard to the previous one when a user clicks in a text box such as the search box. The goal is to avoid having to switch to the magikeyboard twice to enter a single password.
The use case is selecting a password entry from Magikeyboard.
Current workflow (without search):
Describe the solution you'd like
Desired flows are as follows:
Without search:
With search:
Describe alternatives you've considered
Long tap on the lick icon of Magikeyboard to avoid having the search text input box selected, and thus avoiding the undesired switch away from the Magikeyboard. This workaround is effective, but being able to tap (instead if long tap) and having a filtered view would be preferable. I consider this more of a feature than a bug, as it is just an improvement, not really an error.
Additional context
This ticket came about from a conversation on #311.
The text was updated successfully, but these errors were encountered: