[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482142

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=483645

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482142

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.1

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/711c5bb43f
   ||2823766d5189dc8d567c8f4cec2
   ||53c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #46 from David Edmundson  ---
Git commit 711c5bb43f2823766d5189dc8d567c8f4cec253c by David Edmundson.
Committed on 16/05/2024 at 08:23.
Pushed by davidedmundson into branch 'master'.

wayland: send dndFinished to source if target fails to do so

After receiving a drop a client should call data_offer.finish
to tell the source it's done using the drop.

A client could delete an offer after drop before calling finish.

This can happen with misbehaving/buggy or malicious Wayland clients.
A real case was found in the wild with Chromium, as described in the
linked bug.

In this situation we should let the source know the dnd is finished
as there are no other transfers than can take place.

We don't want to universally send this in all data offer destructors
only, offers that are deleted post drop so the flag on the source is
exposed.

M  +22   -2src/wayland/abstract_data_source.h
M  +8-1src/wayland/dataoffer.cpp
M  +3-12   src/wayland/datasource.cpp
M  +0-3src/wayland/datasource.h

https://invent.kde.org/plasma/kwin/-/commit/711c5bb43f2823766d5189dc8d567c8f4cec253c

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

simon+...@action0.com changed:

   What|Removed |Added

 CC|simon+...@action0.com   |

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread RM
https://bugs.kde.org/show_bug.cgi?id=482142

RM  changed:

   What|Removed |Added

 CC||r...@richardmay.net

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482142

Nate Graham  changed:

   What|Removed |Added

 CC||jon9...@gmail.com

--- Comment #45 from Nate Graham  ---
*** Bug 483494 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482142

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482142

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #43 from David Edmundson  ---
Chrome is doing something highly unusual.

[2257948.361] wl_data_dev...@15.drop()
[2257948.578]  -> wl_data_offer@4278190082.destroy()
[2257948.592] wl_data_source@58.dnd_drop_performed()

We tell the target it's dropped, then it deletes the offer immediately. So it
had a valid offer at the time of drop, but it doesn't finish that offer.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=482142

D. Debnath  changed:

   What|Removed |Added

 CC||d_debn...@outlook.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread terranova
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #42 from terranova  ---
Selecting text in the browser and dragging and releasing elsewhere in the
browser was the most consistent repro for me.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #41 from David Edmundson  ---
Got it based on my own comment: 

going to here https://www.w3schools.com/html/html5_draganddrop.asp  and running
the example freezes the mouse input

but weirdly when you try to drag a second time.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||k...@davidedmundson.co.uk

--- Comment #40 from David Edmundson  ---
FWIW, there's some notes on that MR. It's not quite right, we're still missing
the cause. If there is a bug kwin side, it needs more investigation.

Can someone give me steps to reproduce. I tried the ones above.

I have both google-chrome-stable and google-chrome unstable and I'm forcing the
wayland modes.
I tried dragging a text file from my file manager into the address bar,  and
into a web app (Discord). 

That doesn't match the chrome comments, as I would have expected steps where
Chrome is the source of the drag.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread terranova
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #39 from terranova  ---
I will leave the patch up here in case it helps someone in the meantime but it
looks unlikely to be merged. Hopefully the Chromium-side issue is enough.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Red
https://bugs.kde.org/show_bug.cgi?id=482142

Red  changed:

   What|Removed |Added

 CC||wingv5...@protonmail.com

--- Comment #38 from Red  ---
(In reply to terranova from comment #37)
> I have opened a merge request:
> https://invent.kde.org/plasma/kwin/-/merge_requests/5730

This has been fixed by upstream:
https://chromium-review.googlesource.com/c/chromium/src/+/5539621

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread postix
https://bugs.kde.org/show_bug.cgi?id=482142

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread terranova
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #37 from terranova  ---
I have opened a merge request:
https://invent.kde.org/plasma/kwin/-/merge_requests/5730

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Dinko
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #36 from Dinko  ---
I also can confirm that @terranova patch works on kwin 6.0.4 on arch and
opensuse

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Michal Sylwester
https://bugs.kde.org/show_bug.cgi?id=482142

Michal Sylwester  changed:

   What|Removed |Added

 CC||msylwes...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

meirgoldstei...@gmail.com changed:

   What|Removed |Added

 CC||meirgoldstei...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Niko Strijbol
https://bugs.kde.org/show_bug.cgi?id=482142

Niko Strijbol  changed:

   What|Removed |Added

 CC||strijbol.n...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread Bastian Beischer
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #35 from Bastian Beischer  ---
@terranova indeed that works and I haven't noticed any regressions running this
for a while.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-13 Thread terranova
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #34 from terranova  ---
FWIW this patch seems to work for me KWin side (this is just based on the
description of the KWin change in Chromium, I have no idea about regression
potential):

```
diff --git a/src/wayland/seat.cpp b/src/wayland/seat.cpp
index 9698156f6f..8cda1a94f4 100644
--- a/src/wayland/seat.cpp
+++ b/src/wayland/seat.cpp
@@ -290,6 +290,7 @@ void SeatInterfacePrivate::endDrag()
 Q_EMIT q->dragDropped();
 dragTargetDevice->drop();
 dragSource->dropPerformed();
+dragSource->dndFinished();
 } else {
 dragSource->dropPerformed();
 dragSource->dndCancelled();
```

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-13 Thread Craig
https://bugs.kde.org/show_bug.cgi?id=482142

Craig  changed:

   What|Removed |Added

 CC||craig.finne...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-13 Thread Jakub
https://bugs.kde.org/show_bug.cgi?id=482142

Jakub  changed:

   What|Removed |Added

 CC||jjaruszew...@outlook.com

--- Comment #33 from Jakub  ---
As stated in Chromium issue:
> There seems to have been some recent change in Kwin which has caused it to no 
> longer send wl_data_source.{dnd_finished,cancelled} after 
> wl_data_source.dnd_drop_performed in these cases described in the repro 
> steps. My understanding is that it's a kwin bug, though Chromium should 
> minimally protect against this kind of compositor misbehavior and bugs 
> instead of the taking assumptions and stop responding to input events (due to 
> the dnd nested message loop to be kept running indefinitely).

So maybe this is the kwin bug? Reproducible for me

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Jean-Francois Roy
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #32 from Jean-Francois Roy  ---
(In reply to Ted Parvu from comment #31)
> Found a work-a-round that is working for me.
> 
> https://bbs.archlinux.org/viewtopic.php?pid=2166339#p2166339

Completely disabling drag and drop is a pretty hard workaround to swallow and
breaks a number of web apps that rely on it. I too am frustrated when I
accidentally soft-lock Chrome, but this workaround should not lessen efforts to
fix kwin.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Ted Parvu
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #31 from Ted Parvu  ---
Found a work-a-round that is working for me.

https://bbs.archlinux.org/viewtopic.php?pid=2166339#p2166339

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Ted Parvu
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #30 from Ted Parvu  ---
(In reply to Ed Tomlinson from comment #29)
> No this is NOT a fix.   As mentioned above see: 
> https://issues.chromium.org/issues/336449364

So, where is this bug? 

It seems to be on all Chromium based browsers but that the bug is really in
KWin?

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Ed Tomlinson
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #29 from Ed Tomlinson  ---
No this is NOT a fix.   As mentioned above see: 
https://issues.chromium.org/issues/336449364

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Ted Parvu
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #28 from Ted Parvu  ---
(In reply to Ted Parvu from comment #27)
> Reproducible by trying to drag and drop anything in Vivaldi.
> 
> Arch Linux
> plasma-desktop 6.0.4-1
> wayland 1.22.0-1
> 
> additionally I get this clue
> 
> > 12/100737.466353:ERROR:wayland_data_drag_controller.cc(147)] Invalid state 
> > when trying to start drag. source=kMouse

Looks like this was  fixed
https://chromium.googlesource.com/chromium/src/+/b3319430c1155a1716b441f225ef93f16493b5cb

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Ted Parvu
https://bugs.kde.org/show_bug.cgi?id=482142

Ted Parvu  changed:

   What|Removed |Added

 CC||t...@tedstechshack.com

--- Comment #27 from Ted Parvu  ---
Reproducible by trying to drag and drop anything in Vivaldi.

Arch Linux
plasma-desktop 6.0.4-1
wayland 1.22.0-1

additionally I get this clue

> 12/100737.466353:ERROR:wayland_data_drag_controller.cc(147)] Invalid state 
> when trying to start drag. source=kMouse

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-12 Thread Bastian Beischer
https://bugs.kde.org/show_bug.cgi?id=482142

Bastian Beischer  changed:

   What|Removed |Added

 CC||bastian.beischer@rwth-aache
   ||n.de

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-09 Thread Daniel Albers
https://bugs.kde.org/show_bug.cgi?id=482142

Daniel Albers  changed:

   What|Removed |Added

 CC||dan...@lbe.rs

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-09 Thread Jean-Francois Roy
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #26 from Jean-Francois Roy  ---
We ideally need a solution in KWin because other applications based on Chromium
are also affected and those tend to be on much slower upgrade cycles. Anything
Electron (Discord, Slack, VS Code) are affected.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

matthewnnewl...@gmail.com changed:

   What|Removed |Added

 CC||matthewnnewl...@gmail.com

--- Comment #25 from matthewnnewl...@gmail.com ---
Just wanted to add that I have the same issue on Arch Linux, KDE 6.0.4.
Hopefully either KWin or Chrome can come to a resolution soon—I may take a
crack at trying to debug myself from the KWin side but I don't know enough
about Wayland or the KDE codebase to be that useful yet.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-06 Thread Ed Tomlinson
https://bugs.kde.org/show_bug.cgi?id=482142

Ed Tomlinson  changed:

   What|Removed |Added

 CC||edt...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-06 Thread Wulf C. Krueger
https://bugs.kde.org/show_bug.cgi?id=482142

Wulf C. Krueger  changed:

   What|Removed |Added

 CC||w...@mailstation.de

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

landgraf...@yandex.ru changed:

   What|Removed |Added

 CC||landgraf...@yandex.ru

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-05 Thread Yaroslav Fedevych
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #24 from Yaroslav Fedevych  ---
Can we be sure that it's kwin as such and not, say, Qt itself? There's so many
moving parts that thinking of trying to bisect it all is filling me with dread.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

thomas.steinb...@gmx.net changed:

   What|Removed |Added

 CC||thomas.steinb...@gmx.net

--- Comment #23 from thomas.steinb...@gmx.net ---
See the corresponding Chromium bug
https://issues.chromium.org/issues/336449364#comment12

Copying from the comment: There seems to have been some recent change in Kwin
which has caused it to no longer send wl_data_source.{dnd_finished,cancelled}
after wl_data_source.dnd_drop_performed in these cases described in the repro
steps.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-04 Thread flex
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #22 from flex  ---
Chrome on wayland can reproduce this

Chrome version 124.0.6367.118 
Kwin 5.27.11
QT 6.7.0

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-04 Thread flex
https://bugs.kde.org/show_bug.cgi?id=482142

flex  changed:

   What|Removed |Added

 CC||frostyn...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-03 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=482142

Jordan Pryde  changed:

   What|Removed |Added

 CC||jor...@pryde.me

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-03 Thread Anya
https://bugs.kde.org/show_bug.cgi?id=482142

Anya  changed:

   What|Removed |Added

 CC||anya.vanillagar...@gmail.co
   ||m

--- Comment #21 from Anya  ---
Can reproduce this with Chromium and Discord when they're running with
--enable-features=UseOzonePlatform --ozone-platform=wayland. When attempting to
drag and drop a file from Dolphin to Discord or Chromium the mouse cursor
changes to the red stop sign thing and the file isn't dropped. It works without
the arguments, running in Xwayland.

Operating System: EndeavourOS 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.9-arch1-1 (64-bit)
Graphics Platform: Wayland

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-02 Thread Spencer Colton
https://bugs.kde.org/show_bug.cgi?id=482142

Spencer Colton  changed:

   What|Removed |Added

 CC||m...@scolton.tech

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-30 Thread mike cirioli
https://bugs.kde.org/show_bug.cgi?id=482142

mike cirioli  changed:

   What|Removed |Added

 CC||cirioli.s...@gmail.com

--- Comment #20 from mike cirioli  ---
chrome Version 124.0.6367.91 (Official Build) (64-bit) on kwin 6.04 - I can
reproduce this issue by simply dragging any page element in chrome.  The issue
is present for both wayland and x11

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-28 Thread Cesar Garcia
https://bugs.kde.org/show_bug.cgi?id=482142

Cesar Garcia  changed:

   What|Removed |Added

 CC||cesa...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-28 Thread Yaroslav Fedevych
https://bugs.kde.org/show_bug.cgi?id=482142

Yaroslav Fedevych  changed:

   What|Removed |Added

 CC||yaros...@fedevych.name

--- Comment #19 from Yaroslav Fedevych  ---
I have whatever the very latest Fedora 40 + updates has, and it's happening
regardless whether Chrome is launched as a pure Wayland or an X11 client (!).

Any accidental dragging gesture at all (usually I'm butterfingering the
touchpad, or accidentally place a finger on the touchpad just as I'm making a
left click) makes left click stop working. What also stops working is trying to
invoke the main menu via keyboard shortcuts — Alt+F, for example. If I persist
in left-clicking long enough, Chrome will eventually crash.

The funniest thing is that I remember the bug being there before, and in some
5.2x version of Plasma it got fixed. Now it looks like a regression.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-28 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=482142

hexchain  changed:

   What|Removed |Added

Version|6.0.0   |6.0.4

--- Comment #18 from hexchain  ---
I suspect there are multiple issues. The fix for
https://issues.chromium.org/issues/329703410 has already landed in 124 (stable)
and 125 (dev), but apparently, people are still seeing a similar issue.

Filed https://issues.chromium.org/issues/336449364 for their awareness.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-26 Thread duhdugg
https://bugs.kde.org/show_bug.cgi?id=482142

duhdugg  changed:

   What|Removed |Added

 CC||kde@dougelkin.com

--- Comment #17 from duhdugg  ---
I am also seeing this issue. Accidental click drag on a link also causes it and
leads to eventual browser crash.

Reproducible on the Arch chromium package, brave-bin from the AUR,
google-chrome-bin from the AUR, and ungoogled-chromium from flathub.

Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.6.28-1-lts (64-bit)
Graphics Platform: Wayland

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-26 Thread Dinko
https://bugs.kde.org/show_bug.cgi?id=482142

Dinko  changed:

   What|Removed |Added

 CC||dinko...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-26 Thread Yoann Laissus
https://bugs.kde.org/show_bug.cgi?id=482142

Yoann Laissus  changed:

   What|Removed |Added

 CC||yoann.lais...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-23 Thread Eric Donkersloot
https://bugs.kde.org/show_bug.cgi?id=482142

Eric Donkersloot  changed:

   What|Removed |Added

 CC||eric.donkersl...@gmail.com

--- Comment #16 from Eric Donkersloot  ---
Unfortunately, this bug is still not fixed. I can reproduce it as well.

Operating System: openSUSE Tumbleweed 20240419
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-1-default (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 31,2 GiB of RAM
Graphics Processor: AMD Radeon RX 6800 XT
Manufacturer: ASUS

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=482142

hexchain  changed:

   What|Removed |Added

 CC||k...@hexchain.org

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-21 Thread Grzegorz
https://bugs.kde.org/show_bug.cgi?id=482142

Grzegorz  changed:

   What|Removed |Added

 CC||grzegorz.alibo...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-20 Thread hmnd
https://bugs.kde.org/show_bug.cgi?id=482142

hmnd  changed:

   What|Removed |Added

 CC||white.spot6...@ice.st

--- Comment #15 from hmnd  ---
(In reply to Riccardo from comment #14)
> It seems the problem is no more present on latest beta versions of chrome
> and ms-edge.

I am still able to reproduce this on Chrome v126 + KDE Plasma 6.0.4 + NVIDIA

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

dapolina...@duck.com changed:

   What|Removed |Added

 CC||dapolina...@duck.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-04-02 Thread smow
https://bugs.kde.org/show_bug.cgi?id=482142

smow  changed:

   What|Removed |Added

 CC||smowten...@protonmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

kot...@hotmail.com changed:

   What|Removed |Added

 CC||kot...@hotmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-29 Thread lupccs
https://bugs.kde.org/show_bug.cgi?id=482142

lupccs  changed:

   What|Removed |Added

 CC||cardinalidi...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-29 Thread Riccardo
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #14 from Riccardo  ---
It seems the problem is no more present on latest beta versions of chrome and
ms-edge.

KDE Plasma Version: 6.0.3
Graphics Platform: Wayland

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-28 Thread Horváth Péter
https://bugs.kde.org/show_bug.cgi?id=482142

Horváth Péter  changed:

   What|Removed |Added

 CC||hpeter1...@gmail.com

--- Comment #13 from Horváth Péter  ---
Dragging from file manager to Chrome indeed disables mouse actions. But if you
drag a file into the window again, without dropping it , then mouse can be used
again.

Operating System: Arch Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Graphics Platform: Wayland

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-27 Thread Oleh
https://bugs.kde.org/show_bug.cgi?id=482142

Oleh  changed:

   What|Removed |Added

 CC||postno...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-24 Thread Toby Fox
https://bugs.kde.org/show_bug.cgi?id=482142

Toby Fox  changed:

   What|Removed |Added

 CC||toby...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-23 Thread Nikos Platis
https://bugs.kde.org/show_bug.cgi?id=482142

Nikos Platis  changed:

   What|Removed |Added

 CC||npla...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-21 Thread Étienne
https://bugs.kde.org/show_bug.cgi?id=482142

Étienne  changed:

   What|Removed |Added

 CC||tinou...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-20 Thread Oleksandr Popel
https://bugs.kde.org/show_bug.cgi?id=482142

Oleksandr Popel  changed:

   What|Removed |Added

 CC||adamantga...@gmail.com

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #12 from ungoogl...@outlook.com ---
Looking at my earlier message:
1. dragging text from a page or the url bar to a new tab or bookmark does not
work
2. dragging file from filemanager and dropping it on the browser makes it
unresponsive to further mouse events

Bug 1 was fixed with kde 6.0.2
Bug 2 is still an issue

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=482142

Patrick Silva  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|1   |0
 Status|RESOLVED|REPORTED

--- Comment #11 from Patrick Silva  ---
The bug persists with Chromium and Vivaldi on my system.

Operating System: Arch Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Graphics Platform: Wayland

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

ungoogl...@outlook.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from ungoogl...@outlook.com ---
I just tried it again and this bug seems to be resolved for me in the new KDE
6.0.2

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

ungoogl...@outlook.com changed:

   What|Removed |Added

Version|6.0.2   |6.0.0

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread Nick Yamane
https://bugs.kde.org/show_bug.cgi?id=482142

Nick Yamane  changed:

   What|Removed |Added

 CC||nickdi...@igalia.com

--- Comment #9 from Nick Yamane  ---
I've also documented other observations that may indicate other KWin bugs, or
even underspecified behaviors/cases that must be addressed at the protocol
level instead, at
https://notes.nickdiego.dev/chromium/wayland-events-during-drag#KWin.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482142

ungoogl...@outlook.com changed:

   What|Removed |Added

Product|dolphin |kwin
   Assignee|dolphin-bugs-n...@kde.org   |kwin-bugs-n...@kde.org
Version|24.02.0 |6.0.2
  Component|general |wayland-generic

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