Bug 405259 - Using Advanced Color Selector blocks tablet input on canvas
Summary: Using Advanced Color Selector blocks tablet input on canvas
Status: RESOLVED DUPLICATE of bug 399664
Alias: None
Product: krita
Classification: Applications
Component: Color Selectors (show other bugs)
Version: git master (please specify the git hash!)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-09 10:22 UTC by Sketch Stick
Modified: 2019-03-09 10:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sketch Stick 2019-03-09 10:22:01 UTC
SUMMARY
Selecting a colour in the Advanced Colour Selector causes the canvas to stop responding to tablet events.

After selecting a colour, the mouse cursor shows over the canvas instead of the brush cursor and the canvas doesn't respond to the stylus touching. Hitting ESC or refocusing the window usually alleviates the problem until the next selection.

Not Present in 4.1.7.101
Present in 4.1.8
Present in Git, 4.2.0-pre-alpha (git d2edbba)


STEPS TO REPRODUCE
1. Select colour from Advanced Colour Selector using tablet.
2. Hover over the canvas and check the cursor type.
3. Try to make a brush stroke, which should fail to register.
4. Hit ESC and try to make a brush stroke again, which should succeed.


SOFTWARE/OS VERSIONS
Linux: Arch
KDE Plasma Version: 5.15.2-1
KDE Frameworks Version: 5.55.0-1
Qt Version: 5.12.1-2

ADDITIONAL INFORMATION
Wacom Intuos 3, Xorg, AMDGPU
Comment 1 wolthera 2019-03-09 10:39:29 UTC
Hi, this is caused by qt 5.12 forcing us to use their xcb implementation.

*** This bug has been marked as a duplicate of bug 399664 ***