[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-05-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405267

--- Comment #17 from andrea.i...@gmail.com ---
In my case Esc only cancels the drag and drop operation if pressed after the
mouse button has been released: as long as the button is pressed, Esc presses
are ignored (I am pressing Esc repeatedly in this screen recording while the
little green "+" icon is shown:

https://photos.app.goo.gl/iWgFTKRoC6vX6J7F6

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-05-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405267

--- Comment #16 from Patrick Silva  ---
(In reply to Nate Graham from comment #15)
> Cannot reproduce that with current git master. It could be a separate thing.
> Could you file a new bug report for it?

reported as bug 453981

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405267

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #15 from Nate Graham  ---
Cannot reproduce that with current git master. It could be a separate thing.
Could you file a new bug report for it?

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-11 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405267

Patrick Silva  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #14 from Patrick Silva  ---
This bug persists. Drag-and-rop is completed instead of aborted when I press
ESC key. And now I can reproduce even on X11.



Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-04 Thread Oliver Klee
https://bugs.kde.org/show_bug.cgi?id=405267

Oliver Klee  changed:

   What|Removed |Added

 CC||kde...@oliverklee.de

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405267

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.25

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-03 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=405267

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/e00d83670847
   ||c19c7f92e13b2bb1ef18ae09396
   ||4
 Status|ASSIGNED|RESOLVED

--- Comment #13 from Marco Martin  ---
Git commit e00d83670847c19c7f92e13b2bb1ef18ae093964 by Marco Martin.
Committed on 03/03/2022 at 09:54.
Pushed by mart into branch 'master'.

Force cancel of any drag in progress when Escape is pressed

when escape is pressed when dragging between different clients,
cancelling any drag is compositor's responsibility

M  +16   -0src/input.cpp

https://invent.kde.org/plasma/kwin/commit/e00d83670847c19c7f92e13b2bb1ef18ae093964

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-03 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=405267

--- Comment #12 from Marco Martin  ---
Git commit 7c09b4637c9ef9d4e326443a41edd2216de438a4 by Marco Martin.
Committed on 03/03/2022 at 09:09.
Pushed by mart into branch 'master'.

Add a methood to fore cancel any drag in progress

This is needed to cancel drags by pressing Escape which is
resposibility of the compositor

M  +17   -9src/server/seat_interface.cpp
M  +5-0src/server/seat_interface.h
M  +2-2src/server/seat_interface_p.h

https://invent.kde.org/plasma/kwayland-server/commit/7c09b4637c9ef9d4e326443a41edd2216de438a4

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405267

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #11 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/2083

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405267

--- Comment #10 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwayland-server/-/merge_requests/356

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-03-02 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=405267

--- Comment #9 from Marco Martin  ---
esc to cancel works only internally in the client, doesn't between any two
arbitrary clients, regardless the  toolkit
looking on what gnome does, cancel on esc seems to be managed on mutter side,
in meta-wayland-data-device.c

static gboolean
keyboard_drag_grab_key (MetaWaylandKeyboardGrab *grab,
const ClutterEvent  *event)
{
if (event->key.keyval == CLUTTER_KEY_Escape)
{
MetaWaylandDragGrab *drag_grab;

drag_grab = wl_container_of (grab, drag_grab, keyboard_grab);
meta_wayland_data_source_cancel (drag_grab->drag_data_source);
meta_wayland_data_source_set_current_offer (drag_grab->drag_data_source,
NULL);
meta_dnd_actor_drag_finish (META_DND_ACTOR (drag_grab->feedback_actor),
FALSE);
drag_grab->feedback_actor = NULL;
data_device_end_drag_grab (drag_grab);

return TRUE;
}

return FALSE;
}


I think we should do it server side as well in kwin

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2022-01-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405267

andrea.i...@gmail.com changed:

   What|Removed |Added

 CC||andrea.i...@gmail.com

--- Comment #8 from andrea.i...@gmail.com ---
Can confirm on latest tumbleweed (KDE 5.23.5 IIRC)

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-12-21 Thread Mauro Molinari
https://bugs.kde.org/show_bug.cgi?id=405267

Mauro Molinari  changed:

   What|Removed |Added

 CC||mauro...@tiscali.it

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-10-07 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=405267

David Redondo  changed:

   What|Removed |Added

 CC||k...@david-redondo.de

--- Comment #7 from David Redondo  ---
Theory without looking at code, the panel does not do keyboard focus so we
can't escape?

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-09-26 Thread postix
https://bugs.kde.org/show_bug.cgi?id=405267

postix  changed:

   What|Removed |Added

   Keywords||wayland
 CC||pos...@posteo.eu

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-04-22 Thread Nick Cross
https://bugs.kde.org/show_bug.cgi?id=405267

Nick Cross  changed:

   What|Removed |Added

 CC||k...@goots.org

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-03-11 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=405267

Alex  changed:

   What|Removed |Added

 CC||alex...@protonmail.com

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland while cursor is over desktop

2021-03-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405267

Nate Graham  changed:

   What|Removed |Added

  Component|generic-wayland |Desktop Containment
Summary|Impossible to abort |Impossible to abort
   |dragging from Dolphin to|dragging from Dolphin to
   |desktop by pressing ESC on  |desktop by pressing ESC on
   |Wayland |Wayland while cursor is
   ||over desktop
   Assignee|plasma-b...@kde.org |notm...@gmail.com
 CC||n...@kde.org,
   ||plasma-b...@kde.org

--- Comment #6 from Nate Graham  ---
Can confirm. Seems like the desktop needs to handle the escape key too.

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2021-03-01 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=405267

Dan Dascalescu  changed:

   What|Removed |Added

 CC||ddascalescu+...@gmail.com

--- Comment #5 from Dan Dascalescu  ---
Still seeing this issue with KDE neon 5.21.1.

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2021-01-24 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405267

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.90 |5.20.90

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2020-09-10 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=405267

Claudius Ellsel  changed:

   What|Removed |Added

 CC||claudius.ell...@live.de

--- Comment #4 from Claudius Ellsel  ---
I experience the same. Aborting with ESC works for me when the mouse is inside
the dolphin window again. Just not when it is outside.

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2020-08-29 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=405267

Thiago Sueto  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||herzensch...@gmail.com

--- Comment #3 from Thiago Sueto  ---
I can consistently reproduce this on current Plasma from master branch.

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2020-06-26 Thread ruruoli
https://bugs.kde.org/show_bug.cgi?id=405267

ruruoli  changed:

   What|Removed |Added

 CC||fds...@krutt.org

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2020-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405267

magib...@hotmail.com changed:

   What|Removed |Added

 CC||magib...@hotmail.com

--- Comment #2 from magib...@hotmail.com ---
This could be a Kwin bug: https://gitlab.com/kwinft/kwinft/-/issues/45
But I don't know if it has been reported in mainline Kwin.

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

[plasmashell] [Bug 405267] Impossible to abort dragging from Dolphin to desktop by pressing ESC on Wayland

2019-09-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405267

Patrick Silva  changed:

   What|Removed |Added

Summary|Impossible to abort |Impossible to abort
   |dragging from Dolphin to|dragging from Dolphin to
   |desktop on Wayland  |desktop by pressing ESC on
   ||Wayland

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