Possible bug in handling newline element in blockqoute #7863
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
package:engine
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Found here: #7859
Use
HtmlDataProcessor.toView()
with (notice the\n
after</pre>
:This is converted to the view as (notice the
</pre> </blockquote>
)It is represented in the view as
Text
element with" "
(space):✔️ Expected result
The
" "
should not be inserted here.📃 Other details
I'd suspect recent changes in handling paragraphable elements. But that's a wild guess.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: