Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

16
  • 3
  • 1
    In a given queue, the Learn more button should actually re-open the modal on the page that shows all the introductory information for the queue. Are you getting any sort of console error regarding the modal? I can't repro this currently.
    – kristinalustig StaffMod
    Commented Aug 26, 2021 at 14:54
  • In a queue that I have the reputation to use, then what you describe happens as expected, @kristinalustig . In a queue that I don't have the reputation to use, simply nothing happens. There are no console errors generated.
    – Spevacus
    Commented Aug 26, 2021 at 14:55
  • That's odd - When I view the close votes queue here on MSE in incognito, it loads properly. The same is true with Suggested edits. I tried it on Arqade, too and it worked just fine. i.sstatic.net/hD6Tp.png
    – Catija
    Commented Aug 26, 2021 at 15:03
  • Can't repro here either, not even for queues where my test user doesn't have permissions. Doing a bit more checking around to see if anyone else here can.
    – kristinalustig StaffMod
    Commented Aug 26, 2021 at 15:04
  • @Catija Huh, I've reproduced that behavior as well. Is it possible that you need to be logged into an account, but just not have the privilege? Edit: Strange that Lristina can't repro on a test user.
    – Spevacus
    Commented Aug 26, 2021 at 15:04
  • Do you have any userscripts on your non-incognito windows that might be intercepting the modal?
    – Catija
    Commented Aug 26, 2021 at 15:05
  • @Catija I've disabled them and am still experiencing the same thing. However, I've noticed just now that the modal DOES appear from the "Review tasks" page, but NOT from the Stats and History pages. Gif: i.imgur.com/iQf1DA2.gif
    – Spevacus
    Commented Aug 26, 2021 at 15:07
  • 2
    I'm able to confirm that the modal doesn't pop up when I'm in incognito on the stats page. gaming.stackexchange.com/review/suggested-edits/stats
    – Catija
    Commented Aug 26, 2021 at 15:08
  • 4
    I can also repro this now, specifically on Gaming stackexchange. I spent a while digging through the code trying to find some reason why this isn't happening and I'm coming up empty. Going to put this in status-review and spend some more time today and tomorrow trying to find the root cause.
    – kristinalustig StaffMod
    Commented Aug 26, 2021 at 15:35
  • Are you sure it's just the queues that you can't review and not solely dependant on the tab? A similar issue was just reported. Could it be the same bug?
    – 41686d6564
    Commented Aug 26, 2021 at 17:23
  • @41686d6564 You're right, I had thought it was working from those pages but it's not... Odd. I've updated my answer to reflect that.
    – Spevacus
    Commented Aug 26, 2021 at 17:24
  • 2
    if anyone needs a hand in understanding why the modal does not open in other tabs: the "review-v2-transpiled.en.js" file containing the script that controls modal opening is only loaded when you are on the "review tasks" tab. It is not loaded anywhere else (because it is not included in the pages that are loaded when switching to these tabs) - hence no functionality. That's it, no mystery there. Commented Aug 26, 2021 at 18:11
  • 3
    Yeah, figured out that the modal html was in ReviewTask instead of ReviewNav. Going to do some juggling and get this fixed, but might not get to it until next week. Thanks for reporting!
    – kristinalustig StaffMod
    Commented Aug 27, 2021 at 12:55
  • 1
    I shipped a fix for this today, so it should be live either later today or tomorrow.
    – kristinalustig StaffMod
    Commented Sep 9, 2021 at 18:57