Page MenuHomePhabricator

Latest accepted revision popup sometimes doesn't close
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
The popup doesn't close.

What should have happened instead?:
The popup should close.

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):
The issue is that the code seems to wait for the user to move off the popup before closing it, but there's no guarantee that the cursor will even end up there. The fix is to add an additional check that closes the popup when the user moves off of "Checked".

image.png (500×837 px, 49 KB)

Event Timeline

I have described this problem with "mouse out detection" in https://phabricator.wikimedia.org/T374214 in the past. I still support a change from onhover to onclick, which has no need for such a detection.