Skip to content

Try to refresh textInput active focus status

This MR solves the problem with calling the virtual keyboard for the input which already has the focus on itself. For understanding the problem you should:

  1. press the input (for calling caret for input)
  2. hide the keyboard with the help of the button in the lower right corner of the screen (https://invent.kde.org/plasma/plasma-mobile/-/blob/master/containments/taskpanel/package/contents/ui/NavigationPanelComponent.qml#L114)
  3. press the focused input one more time

If you do this the virtual keyboard won't appear, but it should

After using this patch the keyboard will appear and it will be ready for entering the text in the input

Merge request reports