| Summary: | Krita 6.0.0-beta-1 bug : stylus related : vector shape stays oddly glued to the cursor movement even after click release | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | stephen <tgdev001> |
| Component: | Tools/Vector | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | REOPENED --- | ||
| Severity: | normal | CC: | dimula73, dra.w.p.il.e+bugskde, info |
| Priority: | NOR | ||
| Version First Reported In: | 6.0.0-beta1 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/packaging/krita-deps-management/-/commit/3c98d5992acf1751c496b62950ce1c3e663656df | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
stephen
2026-02-06 16:47:47 UTC
Confirmed: Win 10, Huion Pen tablet, Krita 6.1, Windows Ink (WinTab not testet). Confirmed with WinTab as well now (Win 10, Huion Pen tablet, Krita 6.1). Confirmed also with Windows 11 Pro, One by Wacom and Krita 5.3.0.-beta1. I have noticed that this bug occurs with Edit Shapes Tool, Select Shapes Tool and Text Tool (basically every tool where you resize, rotate or move vector shapes). It might have something to do with the pen's hover function since it never occurs when I use mouse. Of course, coding is extremely complex and it might be something completely else. STEPS TO REPRODUCE 1. Open Krita and create a new document. 2. Add vector layer. 3. Draw a vector shape. 4. Activate Edit Shapes Tool, Select Shapes Tool or Text Tool. Select the vector. 5. Move the square handles, nodes, segments or side handles with a pen, or move the vector shape itself. Don't lift the pen up in a direct 90-degree angle, but rather slowly drag it higher in an approximately 45-degree angle. OBSERVED RESULT Node/segment/handle will keep moving along with the pen even though the pen is not touching the tablet anymore. Krita might even pop up a notification box saying "waiting for image operation to complete…" EXPECTED RESULT Nodes/segments/handles should stop moving the instance pen is no longer touching the tablet. I can somewhat confirm the issue. It is not as stable as bug 515614, but it seems like I get something like that here (Win11 + Wacom + WinTab). Git commit 3c98d5992acf1751c496b62950ce1c3e663656df by Dmitry Kazakov. Committed on 13/02/2026 at 14:28. Pushed by dkazakov into branch 'transition.now/qt6'. [qt][win] Fix duplicated syntetic mouse events on WinTab It could cause menus not being able to open when a tablet was connected via WinTab API. It could cause duplicated mouse events to be generated. Related: bug 515614 M +1 -1 ext_qt/CMakeLists.txt https://invent.kde.org/packaging/krita-deps-management/-/commit/3c98d5992acf1751c496b62950ce1c3e663656df *** Bug 518595 has been marked as a duplicate of this bug. *** According to the duplicate Bug 518595, this is still not fixed (no other new information there, it's just the same description again.) |