Fixed Non-bare quotes do not round trip on copy & paste

Xon

Well-known member
Affected version
2.2.6
Given the rendered form of this bb-code;

1
[quote=Xon]test[/quote]
2


ie;
1
Xon said:
2

Copy & pasting from 1...2 results in the following bb-code being inserted into the editor;

1
[QUOTE]
Xon said:
test
[/QUOTE]
2


Quotes which link to a post are injected as this bb-code;

1
[quote]
[URL='http://xenforo.com/community/goto/post?id=1526871']Xon said:[/URL]
test
[/quote]
2
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.7).

Change log:
When copy/pasting content that contains quotes, tidy up the output and ensure it outputs correctly with the appropriate attributes to maintain quote author and content.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom