https://bugs.kde.org/show_bug.cgi?id=375908

--- Comment #2 from Ryokun <renaudpi...@free.fr> ---
Created attachment 105469
  --> https://bugs.kde.org/attachment.cgi?id=105469&action=edit
Tablet log

Little explanation:

Step 1 -> draw with mouse:
--------------------------
line 4317: mouse press start
between: mouse move
line 4449: mouse press stop (result as expected -> the mouse is drawing on the
canvas)

Step 2 -> tablet:
-----------------
line 4762: Tablet proximity event
line 4763: tablet press event
Between: tablet move events
line 9297: tablet release event

line 9695: Tablet proximity event
line 9696: tablet press event
between: tablet move events
line 12671: tablet release event

Step 3 -> draw with mouse:
--------------------------
(line 12670: "Stop ignoring mouse events")
line 12728: mouse press start
between: mouse move
line 12814: mouse press stop (not as expected -> the mouse cursor has moved but
nothing has been drawn on the canvas)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to