Fixed Multi-quote does not work across multiple tabs simultaneously

Xon

Well-known member
Affected version
2.x
If you open multiple tabs on the same thread at once, then click "quote", switch tab, then quote another post, only the last page action'ed is actually stored.

This is because XF.MultiQuote only loads from the localStorage on page load, and doesn't listen for changes, or re-load when adding/removing quotes. It just writes the full set of the local quotes.

This is unlike the XF1 version which works as expected across multiple pages simultaneously
 
Last edited:
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.0 B7/RC1).

Change log:
Ensure that multi-quote data always uses the latest values to ensure consistent cross tab handling. Add cross tab communication support so that the MQ status is always up-to-date (inserting quotes in tab 1 will deselect and hide the insert button in tab 2, for example).
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom