You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: If you are copying into Notepad in Windows, it doesn't recognise "\n" as new line and displays 2 links in one line i.e. https://github.com/erosmanhttps://github.com/erosman/support
AFAIK Notepad is the only app like that. Wordpad, MS Word and other apps and other operating systems (e.g. iOS, Linux) recognise "\n" as new line.
I have altered the code in some of my other addons to use "\r\n" on Windows to make it easier (for Notepad). I will do that in FoxyLink as well in the next upgrade.
If you have dom.event.clipboardevents.enabled as false in your Firefox config, then you will get my results. It was non issue for XUL addons, but i suppose it works differently for Web extensions.
I even found that it can break Google docs and Facebook copy/paste features: pyllyukko/user.js#287
I don’t want to enable this feature for my own reasons, but somehow you may be interested in this information or you may want to fix it... Who knows. Anyway, thanks for your time.
I see ... I came across this issue once before. WebExtension API will prevent Clipboard access if dom.event.clipboardevents.enabled is set to false.
Firefox 63+ introduced a new Clipboard API which could be the answer. I am already using it in my other addons but FoxyLink hasn't been updated for a while. I will add it to FoxyLink for the next update.
Hello i have troubles with copying links.
For example:
It is something wrong on my side, a bug maybe, or i just don't understand how to copy... links?
The text was updated successfully, but these errors were encountered: