Description
Attempting to paste clipboard content into a document fails to paste the content or display any visual indication of an error.
Steps to Reproduce
- Create a document in Loki Text on Android
- Copy text from another application
- Place the cursor where the copied text should be pasted in the document
- Press the Paste button or hit Ctrl/Cmd + V
Expected Behavior
The application should check if the clipboard contains plain text or formatted content. If plain text is detected, insert the text into the document immediately. If the clipboard contains formatted text, display a popup allowing the user to choose if the content should be pasted as plain text, pasted as is, or if the content should be coerced to fit the document's semantic formatting. Choosing one of these options should insert the clipboard content using the mode the user selected.
Actual Behavior
Nothing happens at all.
Environment
- OS: Android
- Loki Version/Commit: main
Description
Attempting to paste clipboard content into a document fails to paste the content or display any visual indication of an error.
Steps to Reproduce
Expected Behavior
The application should check if the clipboard contains plain text or formatted content. If plain text is detected, insert the text into the document immediately. If the clipboard contains formatted text, display a popup allowing the user to choose if the content should be pasted as plain text, pasted as is, or if the content should be coerced to fit the document's semantic formatting. Choosing one of these options should insert the clipboard content using the mode the user selected.
Actual Behavior
Nothing happens at all.
Environment