Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

Event Pop-Up links are clicked when in the process of clicking Event Markers #399

Closed btaylor-sesda closed 1 year ago

btaylor-sesda commented 1 year ago

When clicking on an event marker, the pop-up tends to show before the user fully executes the mouseup event. When this happens, if the user's finger is currently above a link in the pop-up, it registers as a click on the link.

The event listener that triggers the pop-up needs to only execute on a full click on the element (the event marker/label).

The event pop-up's links should only execute a click when a full click is registered on the element.