Fixes behaviour on mouse exiting a block panel
Status: Beta
Brought to you by:
trainhappy
Symptom: you have an element with :hover styling near the edge of the window. The user hovers over it and then quickly moves the mouse out of the window, yet the :hover styling remaing as the mouseout event never arrived.
This fixes that, but I'm not confident in the way it was implemented.
Proposed patch