| Summary: | On-canvas text tool keyboard pans application window up depending on initial screen position | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | dra.w.p.il.e+bugskde |
| Component: | Tool/Text | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 14.x | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/a59c6bcc996ad827dfd12ca61f64b3f108a16a84 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
dra.w.p.il.e+bugskde
2025-12-09 16:35:23 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2725 Git commit e5a465deddaedd7654289a1b5f8ce549b3e46edf by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 27/03/2026 at 20:19. Pushed by dkazakov into branch 'master'. [android] Don't pan window up when using text tool Because it's silly to do that when you can instead pan the canvas around and not have the entire window get offset. If a patched Qt is available, we pass the flag that tells the keyboard to please not do any panning or other adjustment. M +9 -0 CMakeLists.txt M +1 -0 config-qt-patches-present.h.cmake M +16 -1 plugins/tools/svgtexttool/SvgTextCursor.cpp https://invent.kde.org/graphics/krita/-/commit/e5a465deddaedd7654289a1b5f8ce549b3e46edf Git commit 8d82995d9e6843f54c3b3a67180240679bed7118 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 27/03/2026 at 20:23. Pushed by dkazakov into branch 'krita/6.0'. [android] Don't pan window up when using text tool Because it's silly to do that when you can instead pan the canvas around and not have the entire window get offset. If a patched Qt is available, we pass the flag that tells the keyboard to please not do any panning or other adjustment. M +9 -0 CMakeLists.txt M +1 -0 config-qt-patches-present.h.cmake M +16 -1 plugins/tools/svgtexttool/SvgTextCursor.cpp https://invent.kde.org/graphics/krita/-/commit/8d82995d9e6843f54c3b3a67180240679bed7118 Git commit a59c6bcc996ad827dfd12ca61f64b3f108a16a84 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 27/03/2026 at 20:24. Pushed by dkazakov into branch 'release/6.0.0'. [android] Don't pan window up when using text tool Because it's silly to do that when you can instead pan the canvas around and not have the entire window get offset. If a patched Qt is available, we pass the flag that tells the keyboard to please not do any panning or other adjustment. M +9 -0 CMakeLists.txt M +1 -0 config-qt-patches-present.h.cmake M +16 -1 plugins/tools/svgtexttool/SvgTextCursor.cpp https://invent.kde.org/graphics/krita/-/commit/a59c6bcc996ad827dfd12ca61f64b3f108a16a84 |