@pitaj said in Global Moderator group doesn't show next to all users in that group:
They need to go to the Edit Profile page and select the group badge they want displayed:
0_1506220633648_8c99da63-f215-4a06-a890-8167ca5dcde3-image.png
Thank you
The animation below shows a slow click (which failed to navigate) followed by a fast click (which successfully navigated). It was recorded on the Qt Forum, but the same behaviour occurs on https://community.nodebb.org/ (Tested today, on Firefox 86.0 and Chrome 88.0.4324.190 on Windows 10)
I believe this occurs because a mouse-down event causes the pop-up to disappear. However, if the clickable link disappears before the user releases the mouse button, then the click event does not trigger.
You are correct, when the input element loses focus it hides the dropdown hence it might miss the click on the result if you click hold a while and release.
This should be fixed on master and on this forum as well.
@jksh What a bug, thanks for reporting!