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
When I select the full cell by double clicking it, and copy
I get:
<p class="editor-paragraph-block" style="text-align: left"> test string </p>
and expected to get only "test string".
This behavior is a big problem in my workflow since I rely on copying lots of text from tables in plane issues to web forms. It is impossible to sanitize the text every time I need to copy a zip code or a phone number.
Steps to reproduce
Create a new issue on plane community 0.25.2
Create a table and add some text to any cell "test string"
Select only the text and copy it
Paste it on any test area outside plane (address bar, web form, text editor...)
hpflatorre
changed the title
[bug]: Copying text from issue description text carries unwanted HTML
[bug]: Copying text from issue description carries unwanted HTML
Mar 18, 2025
Is there an existing issue for this?
Current behavior
Issue appeared when upgrading the self-hosted community edition from 0.24.0 to 0.25.2
When I select the text inside a cell and copy only the selection "test string"
I get:
When I select the full cell by double clicking it, and copy
I get:
<p class="editor-paragraph-block" style="text-align: left"> test string </p>
and expected to get only "test string".
This behavior is a big problem in my workflow since I rely on copying lots of text from tables in plane issues to web forms. It is impossible to sanitize the text every time I need to copy a zip code or a phone number.
Steps to reproduce
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v0.25.2
The text was updated successfully, but these errors were encountered: