Demonstration
When I utilise the share functionality:
…at developer.apple.com/forums/thread/722185
(as an example) and choose to duplicate the URI into my clipboard::
…it’s unpastable:
Consequently, I am forced to utilise the QR code generation entry in its stead:
Solution
I don’t know whether to report this at
-
bugs.kde.org/enter_bug.cgi
(with ?classification=I%20don%27t%20know
) or
-
bugzilla.mozilla.org/enter_bug.cgi?product=Firefox
,
especially because the undermentioned appears to demonstrate that the modal window is ultimately spawned by #Plasma:
krake
2
Which modal window?
You’ve linked to a bug report that has several images attached.
Does it also happen if you copy a link, e.g. from the URL bar, via keyboard shortcut or context menu?
Also: Firefox native or sandboxed (Flatpak, Snap)?
1 Like
@krake, the one spawned by ECMAScript’s share()
API:
It does not reproduce from the omnibox or <a href>
s:
rpm -qa firefox
returns firefox-136.0.1-1.fc41.x86_64
. dnf5 info
returns:
Name : firefox
Epoch : 0
Version : 136.0.1
Release : 1.fc41
Architecture : x86_64
Installed size : 235.4 MiB
Source : firefox-136.0.1-1.fc41.src.rpm
From repository : @stored_transaction
krake
4
Thanks for the info @rokejulianlockhart
I did some testing myself and can confirm with Firefox and Chrome natively.
Didn’t work at all with Ubuntu’s Chromium Snap, i.e. the menu does not even come up.
Which leads me to an educated guess that this might be functionality provided by the Plasma Browser Integration plugin/extension.
I think that either its browser side or host side (or library called by the host side) messes this up.
KDE bugzilla “product” is plasma-browser-integration
1 Like
@krake, it must be, for mdn.github.io/dom-examples/web-share
reports the undermentioned when it is disabled:
Web Share API not available
Consequently, I’ve reported it at bugs.kde.org/show_bug.cgi?id=501811
. Thanks!
1 Like