Summary: | Command bar does not allow input method switching or input | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
Component: | Usability | Assignee: | Alvin Wong <alvin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/c61db8c268b04181462033eace0b4bf2a7e71b1b | Version Fixed In: | |
Sentry Crash Report: |
Description
Alvin Wong
2021-06-05 15:32:53 UTC
Really weird, because it's just an ordinary QLineEdit. Just by looking at the code, I think it might have something to do with using `setFocusProxy`. I wonder if we can actually change focus instead, but we will also have to somehow restore the original focus afterwards... Or perhaps we can try making it a popup and call `activateWindow` on it... Git commit c61db8c268b04181462033eace0b4bf2a7e71b1b by Alvin Wong. Committed on 09/06/2021 at 07:16. Pushed by alvinwong into branch 'master'. Fix using input method in command bar Related: bug 395598 M +12 -1 libs/ui/KisMainWindow.cpp https://invent.kde.org/graphics/krita/commit/c61db8c268b04181462033eace0b4bf2a7e71b1b |