https://bugs.kde.org/show_bug.cgi?id=391696
Alvin Wong <alvinhoc...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 Summary|Right click with wacom pen |Right click with wacom pen |auto selects whatever I |auto selects whatever I |hover over |hover over on the popup | |palette --- Comment #6 from Alvin Wong <alvinhoc...@gmail.com> --- The popup palette behaviour appears to be a special case as I recall that it is invoked on a tablet press-with-side-button event, instead of a mouse right-button down/up event. As a result, the actual (synthesized) mouse press event gets sent to the popup palette and thus the following mouse release event can trigger a brush preset selection. Putting it this way, it does seem to be an unintended behaviour of how the popup palette works. It doesn't happen with a mouse right-click. (In reply to Storm Engineer from comment #4) > This also causes context menus to operate in a "hold and release to select" > manner, which I thought to be intentional. I was about to say that this doesn't happen, but then I realized it does happen with the context menus on the canvas when using certain tools. It does seem to be intentional because it also happens when using a mouse. Other context menus (on layers docker and others), however, only pops up on a right-mouse-button release event, at least on Windows. I don't see a problem with them This commit seems relevant: https://github.com/KDE/krita/commit/259d5f8253da02717ca5e985e0b979c8a15e3165#diff-aab2f60d332f75c298562b5349d57039 -- You are receiving this mail because: You are watching all bug changes.