Open f1ames opened 7 years ago
Bug
None.
Ctrl + A
Delete
Hello world
world
Hello [world]
Format Paragraph
Formatted
Formatted style is applied to the whole paragraph (as it is a block style) without changing its contents, resulting with <pre>hello world</pre>.
<pre>hello world</pre>
When Formatted style is applied the space between word is removed, resulting with <pre>helloworld</pre>.
<pre>helloworld</pre>
Happens also in 4.6.0 and 4.5.0 so it is not any recent regression.
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
None.
Provide detailed reproduction steps (if any)
Ctrl + A
thenDelete
).Hello world
and then selectworld
likeHello [world]
.Format Paragraph
drop-down and applyFormatted
style.Expected result
Formatted
style is applied to the whole paragraph (as it is a block style) without changing its contents, resulting with<pre>hello world</pre>
.Actual result
When
Formatted
style is applied the space between word is removed, resulting with<pre>helloworld</pre>
.Other details