- Issue created by @kiwimind
- 🇳🇱Netherlands markwittens
I have the same problem and the patch in the related issue doesn't seem to fix the problem for me. I'm always getting a Javascript error the second time the dialog should load:
jquery.min.js?v=3.7.0:2 Uncaught Error: cannot call methods on dialog prior to initialization; attempted to call method 'destroy'
at Function.error (jquery.min.js?v=3.7.0:2:2741)
at HTMLDivElement. (widget.js:234:16)
at Function.each (jquery.min.js?v=3.7.0:2:3129)
at ce.fn.init.each (jquery.min.js?v=3.7.0:2:1594)
at t.fn. [as dialog] (widget.js:224:10)
at confirmLogout (autologout.js?v=10.1.0:192:22) - Status changed to Needs review
about 1 year ago 9:16am 20 September 2023 So it looks like 🐛 Automated logout functionality not working, due to ajaxing property return true and ajaxStop event not triggering even though ajax req completed. Needs review fixed this, at least in my testing. I'll set this issue to needs review so maintainers can credit you two.