mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Text Paste in Safari (iOS) to Description Creates Attachment #858
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ryc3rb on GitHub (Nov 6, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Safari
Current behavior
When I copy any text in iOS and try to paste it into the Description field for a card, it creates a .txt file attachment to the card and brings up the file creation naming overlay.
Desired behavior
I would expect a plain-text paste to enter the plain-text contents of my clipboard into the text box.
Steps to reproduce
7a. With plain or rich text clipboard contents: close overlay, text is inserted.
7b. With URL from Safari share card clipboard: close overlay, no text is inserted.
Other information
This seems like it may be related to the feature (that works really well!) when pasting an image from the clipboard? It's a similar behavior.
@meltyshev commented on GitHub (Nov 7, 2025):
Hey! Thanks for reporting this. Looks like you're using v1, and this should already be fixed in v2 since we introduced the new markdown editor and took care of those little issues.
@ryc3rb commented on GitHub (Nov 7, 2025):
Oh, hey, I didn't even realize I wasn't up to date.
Upgraded, tested in iOS, and it works!
Thanks, appreciate it.