Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

Copied links can be pasted on web forms #1254

Closed felipeerias closed 7 months ago

felipeerias commented 7 months ago

"Copy link" from the contextual menu adds the URL as data with MIME type text/uri-list to the clipboard.

This data can be pasted on Android widgets like the URL bar, but not on a form in a website.

The problem is that Gecko is only able to paste content of type "text/plain". The solution is to store the link in both formats (as URI and as text) in the clipboard.