-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Description:
When trying to paste a very long single line text into the frontend, the paste function does not work. This issue occurs when attempting to paste text into text areas or input fields. It seems that the frontend is unable to handle long single line text pastes.
Steps to Reproduce:
- Copy a very long single line text from any source (e.g. notepad, word document).
- Go to the frontend application and open any text area or input field.
- Try to paste the copied text into the field.
Expected behavior:
- The pasted text should appear in the text area or input field.
Actual behavior:
- The paste function does not work and the text does not appear in the field.
Additional Information:
This issue seems to occur consistently across all browsers and platforms. It is possible that the frontend is not able to handle large amounts of text in a single line, which causes the paste function to fail.
Metadata
Metadata
Assignees
Labels
No labels