When hovering the cursor over a link in one of the entries of the admin’s Staff Actions log page, the browser says it will go to the path /admin/logs/staff_action_logs
. If the link is left-clicked, Javascript makes the browser go to the correct page. But if the link is middle-clicked or Ctrl-clicked (to open the link in a new tab), it goes to the Staff Actions log page again because the Javascript can’t override the link’s href.
This behavior makes it time-consuming to review lots of staff actions at once because I must left-click to view each user or post, and when clicking the Back button in my browser, the Staff Action page scrolls all the way to the top.