Fixed WYSIWYG Improper line rendering

alexD

Well-known member
Bug description
1000wordsimage.webp

Reproduce
Put the following in the BB Code Editor. (6 lines)
Code:
[SIZE=2]line1[/SIZE]
[SIZE=2]line2[/SIZE]
[SIZE=2]line3[/SIZE]
[SIZE=2]line4
[/SIZE]
[SIZE=2]line5[/SIZE]
Click Use Rich Text Editor.
It will show you 5 lines.
If you Save, it will be rendered with 6 lines everywhere except in the WYSIWYG editor.

Desired functionality
WYSIWYG should render the lines properly.
 
I have a fix for this, but it ends up triggering more bugs in the HTML->BB Code rendering, so it's not something that I'm going to change now.
 
Top Bottom