Description: A picture from the clipboard can be inserted into a writer document in iOS using "Edit > Paste". However iOS also offers certain options such as "copy, cut, paste" in a popup bubble which appears after a long press at the cursor position. This popup bubble appears on iOS when text was copied to the clipboard but the bubble does not appear when a picture was copied to the clipboard. Steps to Reproduce: 1. Copy a picture to the clipboard e.g. in the iOS browser (long press on a picture -> copy) 2. Open a writer document using the iOS app and enter edit mode 3. Try to insert the picture from the clipboard using the popup bubble using a long-press at the cursor position Actual Results: The popup bubble does not appear when a picture is copied to the clipboard. Expected Results: The popup bubble should appear when a picture is copied to the clipboard. Reproducible: Always User Profile Reset: No Additional Info: Inserting the picture using "Edit > Paste" works as expected. Also inserting text from the clipboard using the popup bubble works.
Sometimes I somehow manage to get the popup bubble even if a picture is in the clipboard - but not always. Have not yet found out how to do it, but it seems to be an issue in the JS code not a general problem / non-existing functionality.
Moving to NEW
Looking at this now. (In the collabora-online-4 branch, i.e. for the 4.1.x series.)
Experimenting with current code from core:cp-6.0+online:collabora-online-4 (i.e. close to 4.1.71), if there is an image on the clipboard, long press does nothing. But double-clicking selects a word, *and* pops up an "edit menu", but with just "Cut | Copy", no "Paste". If there is text on the clipboard, long press works, and "Paste" is there (also after double-click).
Fix in https://gerrit.libreoffice.org/#/c/83369/
I think this issue is still/again present in 4.2 (32). @Tor: does it work for you?
Might well have worked at some stage but been broken again... will check.
Fixed; tested in 4.2.4 (50). I believe we can close this issue. Thanks a lot to the Collabora team and especially Tor for taking care of this.