- Issue created by @aken.niels@gmail.com
When using a "Text (Formatted, long)" field type, it will in some HTML always return as changed. I think this is because the old_value is inlined without any line breaks. The new_value is apparently using line breaks.
HTML:
<ul>
<li>This is a test line.</li>
</ul>
I'm having the feeling this is a core issue since I notice that in ./src/EntitySubject.php:100 the values are simply being retrieved via core's native Field API. This could also be a project specific issue, but I cannot see how that would be the case at this point. But in that case, I'll report back here.
N/A
N/A
N/A
Active
3.5
Code