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

--- Comment #3 from Igor Poboiko <igor.pobo...@gmail.com> ---
Still an issue in Plasma 5.9.1. It makes "Active Screen Edge Actions" feature
(almost) useless in Wayland :(

It behaves in a following manner: when I'm moving cursor, each time it jumps by
some vector (dx, dy), which depends on the speed of cursor movement. It seems
like there is a following check: if (x+dx, y+dy) is outside the visible area,
just ignore that move, and thus make the cursor stuck at some position away
from the border.
If I move slowly, then (dx, dy) is small, which allows me to come closer to the
border and eventually touch it (thus triggering the edge action). But if I keep
moving fast, the cursor is stuck. 
The proper behavior would be to move cursor exactly at the border instead.

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

Reply via email to