mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-08-18 02:56:24 +00:00
Improve the contact list hover popup by making its behavior more predictable and responsive. - Cancel pending popup timers when the pointer leaves a contact or the list, - suppress popups when hovering outside valid list cells, - avoid unnecessary popup redisplay while remaining over the same contact, - and ensure stale popups are hidden promptly when the hover target changes. These changes provide a smoother and more consistent user experience.