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
If you have a feature suggestion, please add it on the Feature List instead.
I have a Froala control in my page that is potentially empty, or filled with previously saved content. I also have a dirty check in place to compare the before and after of the field when there are changes made.
Sample of content previously saved: <div style="font-size: 12px;">test123</div>
Expected behavior.
On page load, the data loaded into the Froala control should remain untouched, and pristine. It should still be: <div style="font-size: 12px;">test123</div>
Actual behavior.
After the page loads, Froala changes the content, making it dirty, and updates it as follows: <div style="font-size: 12px;"><div style="font-size: 12px;">test123</div></div>
Steps to reproduce the problem.
Load the page with previously saved data.
This also occurs when an empty control is loaded - for some reason, Froala inputs a space and a new line (as can be seen when using HTML view mode, and highlighting the "empty" content).
Editor version.
4.2.1
OS.
Windows Server '19
Browser.
Edge (latest version)
The text was updated successfully, but these errors were encountered:
If you have a feature suggestion, please add it on the Feature List instead.
I have a Froala control in my page that is potentially empty, or filled with previously saved content. I also have a dirty check in place to compare the before and after of the field when there are changes made.
Sample of content previously saved: <div style="font-size: 12px;">test123</div>
Expected behavior.
On page load, the data loaded into the Froala control should remain untouched, and pristine. It should still be: <div style="font-size: 12px;">test123</div>
Actual behavior.
After the page loads, Froala changes the content, making it dirty, and updates it as follows: <div style="font-size: 12px;"><div style="font-size: 12px;">test123</div></div>
Steps to reproduce the problem.
Load the page with previously saved data.
This also occurs when an empty control is loaded - for some reason, Froala inputs a space and a new line (as can be seen when using HTML view mode, and highlighting the "empty" content).
If you have a feature suggestion, please add it on the Feature List instead.
I have a Froala control in my page that is potentially empty, or filled with previously saved content. I also have a dirty check in place to compare the before and after of the field when there are changes made.
Sample of content previously saved:
<div style="font-size: 12px;">test123</div>
Expected behavior.
On page load, the data loaded into the Froala control should remain untouched, and pristine. It should still be:
<div style="font-size: 12px;">test123</div>
Actual behavior.
After the page loads, Froala changes the content, making it dirty, and updates it as follows:
<div style="font-size: 12px;"><div style="font-size: 12px;">test123</div></div>
Steps to reproduce the problem.
Load the page with previously saved data.
This also occurs when an empty control is loaded - for some reason, Froala inputs a space and a new line (as can be seen when using HTML view mode, and highlighting the "empty" content).
Editor version.
4.2.1
OS.
Windows Server '19
Browser.
Edge (latest version)
The text was updated successfully, but these errors were encountered: