Fixed Cookie storage does not work

Osman

Well-known member
Affected version
2.3.0 Beta 1
When I look at XenForo Media Gallery, the foldable structures in the sidebar structure do not hold cookies.

Code:
<span class="collapseTrigger collapseTrigger--block {{ is_toggled('xfmg_lightbox_media_information') ? 'is-active' : '' }}" data-xf-click="toggle" data-target="< :up:next" data-xf-init="toggle-storage" data-storage-key="xfmg_lightbox_media_information" data-storage-type="cookie">
    <span>{{ phrase('xfmg_media_information') }}</span>
</span>

Of course, this applies not only to XenForo Media Gallery but also to other customizations.
 
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.3.0 Beta 4).

Change log:
Changes to event handling related to namespaced events to ensure they are listened for and fired correctly.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom