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
Enabling dialog-box causes the href attribute to drop from rich text, leaving only the anchor tag. Tested it on three different projects, two using workflow and one without workflow. This happens on any rich text area.
To Reproduce
Step by step instructions to reproduce the behavior:
Install dialog-box
Create a rich text area
Add a link (website or anchor). Text will have anchor tag and href attribute.
Click on Preview, commit and see live version, or simply allow it to save and refresh the screen
text will have the <a> tag but the href attribute won't show
Expected behavior
href attribute to be saved after creating a link and commiting the change
Describe the bug
dialog-box causing href attributes in rich-text areas to not save. Only anchor tag remains
Details
Version of Node.js:
12.18.2
Server Operating System:
Linux
Additional context:
I am seeing save-area fire and sending the appropriate data (full anchor tag with href attribute). Some code in dialog-box is interfering on the back-end when saving the changes and dropping href attributes
Screenshots If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Enabling dialog-box causes the href attribute to drop from rich text, leaving only the anchor tag. Tested it on three different projects, two using workflow and one without workflow. This happens on any rich text area.
To Reproduce
Step by step instructions to reproduce the behavior:
Expected behavior
href attribute to be saved after creating a link and commiting the change
Describe the bug
Details
Version of Node.js:
12.18.2
Server Operating System:
Linux
Additional context:
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: