linuxserver / docker-webtop

Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
GNU General Public License v3.0
1.97k stars 205 forks source link

[BUG] Firefox 131 click into webtop causes paste-overlay #273

Open hgw77 opened 4 weeks ago

hgw77 commented 4 weeks ago

Is there an existing issue for this?

Current Behavior

When I access the webtop desktop (tested with both Debian KDE and Debian XFCE) from the host machine, I encounter a 'paste' overlay. To dismiss this overlay, I need to click the right mouse button. This was not happening before.

image

Expected Behavior

When I click on the webtop desktop, I can work without being interrupted by the paste overlay.

Steps To Reproduce

used webtop versions:

  1. open webtop desktop
  2. click with the mouse on the host desktop
  3. click with the mouse into the webtop desktop

Environment

-

CPU architecture

x86-64

Docker creation

-

Container logs

-
hgw77 commented 2 days ago

I am the only one with that issue? This Problem also occur when I use a second screen. When I click on the second screen I can see also the "Paste" overlay. This makes the second screen not realy usable.

hgw77 commented 2 days ago

I did some investigation and found that this issue is not only related to webtop and leads to common issues with the clipboard integration and Firefox.

It turns out when I disable dom.events.asyncClipboard.clipboardItem and dom.events.asyncClipboard.readText in about:config the problem disappears. But with the cost that the seamless clipboard integration between host and webtop is not working anymore (note: the seamless clipboard is only working with a valid https connection). Here is a discussion about that topic.

My question is now why there is some kind of clipboard context menu triggered when I click into the webtop desktop?