Summary: | Colour selection in popup palette with click "right button" on stylus | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | n0dwis <n0dwis> |
Component: | Color Selectors | Assignee: | Scott Petrovic <scottpetrovic> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla, killertofu, scottpetrovic, storm.anthro, tysontan |
Priority: | NOR | ||
Version: | 4.1.7 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/62b4e3f3b9ce13d51b77be76b4b768bac46f3c20 | Version Fixed In: |
Description
n0dwis
2019-01-08 08:04:59 UTC
What kind of tablet are you using? (In reply to Boudewijn Rempt from comment #1) > What kind of tablet are you using? One by Wacom CTL-672 I have also confirmed this issue on the following machine: Arch Linux Awesome WM krita-4.1.7-1 qt5-base-5.12.0-1 Wacom Cintiq 24HDT Clicking the pen's "right mouse button" on the canvas will pop up the color picker. If you then right-click (or hold it and drag) on a color the selection will change and the picker will be dismissed. Interestingly, although the selected color changes, the brush color itself doesn't seem to change. Trying the same with a mouse results in the picker opening and closing without a change to the selected color. I can confirm this on a Cintiq Pro 13, Manjaro KDE 18.0.4, Krita 4.2.0. Right click on Popup palette's color triangle doesn't close the palette, while a mouse's right click closes it. alright, setting it to confirmed then. This is also happening with my pen (Huion) on Windows git master I think the issue is specifically with the color selector in the middle and how it handles tablet drag events. I think if we can just update the input handling of that color selector to ignore all right click events that will take care of it. *** Bug 393317 has been marked as a duplicate of this bug. *** Git commit 62b4e3f3b9ce13d51b77be76b4b768bac46f3c20 by Scott Petrovic. Committed on 09/04/2019 at 00:27. Pushed by scottpetrovic into branch 'master'. M +36 -22 libs/ui/kis_popup_palette.cpp M +1 -0 libs/widgets/KoTriangleColorSelector.h https://commits.kde.org/krita/62b4e3f3b9ce13d51b77be76b4b768bac46f3c20 Right-clicking on the color selector area now closes the popup palette immediately, and also makes sure a color is not selected. (In reply to Scott Petrovic from comment #9) > Right-clicking on the color selector area now closes the popup palette > immediately, and also makes sure a color is not selected. Thank you Scott! :) |