marquisite
Well-known member
- Affected version
- 2.3.2
The lightbox sidebar is missing for embed, video and audio media types. This is happening with XFMG 2.3.2 and here on XenForo.com at the time of posting. The sidebar does correctly display for images.
Upon checking the browser console, an uncaught TypeError is logged for the XF2.3 lightbox (in the case of embeds, videos and audio):
A similar uncaught TypeError happens when using the prev/next lightbox buttons to navigate to a non-image media item:
Upon checking the browser console, an uncaught TypeError is logged for the XF2.3 lightbox (in the case of embeds, videos and audio):
JavaScript:
Uncaught TypeError: b.contentEl is undefined
onSlideDisplayed https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:15
trigger https://xenforo.com/community/js/xf/core-compiled.js?_v=f87c062b:8
Carousel.ready Carousel.change https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:26
emit https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
emit https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
initCarousel https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
emit https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
emit https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
emit https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
init https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
processOptions https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:1
A similar uncaught TypeError happens when using the prev/next lightbox buttons to navigate to a non-image media item:
JavaScript:
Uncaught TypeError: b.slide is undefined
onSlideDisplayed https://xenforo.com/community/js/xf/lightbox-compiled.js?_v=f87c062b:16