Fixed 2 lines are combined to 1 after styling

Moshe1010

Well-known member
Reference to this test thread:
http://xenforo.com/community/threads/test.65475/

1. Write two different lines with a * at the beginning without any styling.
2. Copy-paste them to the editor and make a color and bold styling on the first line. When doing so, double click on the first line, so it would choose the entire line and not just the intended text.
3. Post the message

Watch the following video (720p):
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


This was tested with Chrome 31 OS X 10.9.1
 
I've made a small change to the HTML-to-BB-code parsing to fix this. It was specific to the HTML being in the form of:
Code:
<b>text<br /></b>more text
Hopefully this won't cause further issues -- this code is a bit black magic. :)
 
Top Bottom