Viewing reviews as the resource owner throws javascript errors

Xon

Well-known member
Affected version
XFRM 2.3
When viewing the reviews tab for a resource I own, the following error is thrown:
Code:
core-compiled.js?_v=b529dac0:7  Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent')
    at Object.trigger (core-compiled.js?_v=b529dac0:7:393)
    at HTMLAnchorElement.activeTransitionComplete (structure.min.js?_v=b529dac0_mt=undefined:15:499)
    at core-compiled.js?_v=b529dac0:90:236

After clicking reply to a review the reply posts but doesn't do the post submit convert to html, and throws this error
Code:
message.min.js?_v=b529dac0:33  Uncaught TypeError: Cannot set properties of null (setting 'value')
    at b.afterSubmit (message.min.js?_v=b529dac0:33:364)
    at Object.trigger (core-compiled.js?_v=b529dac0:7:393)
    at b.submitResponse (form.min.js?_v=b529dac0_mt=undefined:7:333)
    at core-compiled.js?_v=b529dac0:40:174
 
Good catch, yes the error only shows up when I click reply to open the reply box and then the 2nd error when trying to submit the reply
 
Top Bottom