[Libreoffice-bugs] [Bug 124752] Copy/paste popup not working

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 23 16:35:49 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124752

--- Comment #7 from Tor Lillqvist <tml at iki.fi> ---
One thing I noticed now (well, I *should* have known it, but did not remember)
is that LibreOffice has no code for interfacing with the iOS system clipboard.
There is code to interface with the macOS clipboard (NSPasteboard), but not the
iOS one (UIPasteboard). Their APIs are not similar enough that it would be a
case of changing NSPasteboard to UIPasteboard.

The fix for pasting text into the iOS app from the system clipboard that was
implemented recently (bug #125410, commit
936f3a143520c5a8c72fd0976c88580d3393d034) was purely in JavaScript, I added
handling of the "paste" event. But the copy/paste popup uses functionality
inside LibreOffice core, that does not exist for iOS yet. Working on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190523/7730d8a8/attachment.html>


More information about the Libreoffice-bugs mailing list