- Issue created by @emily247
- 🇬🇷Greece dspachos
Hi! I cannot reproduce, can you please provide detailed steps on how to reproduce the issue?
This should now be fixed by other issues that were already merged into the dev repository.
- First commit to issue fork.
I've seen this issue as well but only when I have multiple tabs open. I'm getting logged out while I'm active and have multiple tabs open which was suppose to be fixed on the dev branch but I'm still seeing issues.
After doing some debugging I found that preventAutologout eventListener was not getting triggered no matter what a user does. This was my solution which seems to work and resolve all the issues experienced.
- document.body.addEventListener('preventAutologout', function (event) {
+ document.addEventListener('preventAutologout', function (event) {- Status changed to Closed: duplicate
about 1 month ago 10:57am 6 August 2025 - 🇸🇮Slovenia deaom
I think this is a duplicate or is at least similar to the issue 🐛 Drupal 10 second dialog logout Needs review . The issue ✨ Use Drupal.dialog call instead of jQuery dialog Active also needs to be merged to then re-check if this issue is still present or not. I'll close as a duplicate for now, but do re-open if needed.