Fixed Copy & pasting ignoring bold-end tag

Xon

Well-known member
Using IE11, Copying & pasting resource overview text, or posts into redactor text editor doesn't preserve bold end-tags or new lines.

This means the following text pasts as:
Code:
[B]Contributing features or bug fixes Please create a Github Pull request via the "Find more info at github.com..." link.[/b]
Switch to the plain text editor, and all that formatting evaporates! But it shows up in post preview.

Instead of:
Code:
[b]Contributing features or bug fixes[b]
Please create a Github Pull request via the "Find more info at github.com..." link.
 
Last edited:
Updated starting post, this looks to be an issue with redactor and IE11 from recent changes 1.5 related changes.

It used to work.
 
I think it would have been like this for a long time, though it is specific to the exact structure of the HTML. It seems that it's specifically caused by the <br> coming before the </strong> (which isn't what the source actually looks like, strangely).

Regardless, I believe I have worked around this now. Thanks. :)
 
Top Bottom