Fixed Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent')

XFA

Well-known member
Affected version
2.3
When expanding a collapsed section in the user edit page in admincp, I see the following error in the browser console log:
Code:
core-compiled.js?_v=885e7c58:7 Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent')
    at Object.trigger (core-compiled.js?_v=885e7c58:7:393)
    at HTMLSpanElement.activeTransitionComplete (structure.min.js?_v=885e7c58_mt=undefined:15:499)
    at core-compiled.js?_v=885e7c58:89:236
 
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:
When toggling elements, protect against related elements not being set when triggering subsequent events.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom