-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple line breaks are not displayed #1666
Comments
Confirmed. The issue is browser content-edit. Squire handles it different as it always makes
So the following are allowed: <div><div></div></div>
<div><p></p></div>
<div><blockquote></blockquote></div> But these NOT: <p><div></div></p>
<p><table></table></p>
<p><blockquote></blockquote></p> I will see if i can figure out a way to keep |
Also see #1389 |
Sorry that it seems the problem persist. May I know if there is any solution? |
Works fine since release v2.37.2. |
This issue relates to the Nextcloud plugin.
Since the last update, multiple line breaks are no longer displayed for recipients. Instead, they are shown as one. Although line breaks are displayed properly in the visual editor, they are "removed" as soon as the mail is sent. If the mail is opened again after it has been sent, the line breaks are also no longer displayed.
I think it has something to do with the fact that a new div is generated with every line break.
Steps to reproduce the behavior:
Email preview in the visual editor:
Message actually sent:
Email in the code editor:
The text was updated successfully, but these errors were encountered: