BUGFIX: No group info returned to mouse events when cursorY == group top (#3652)
When the mouse was over a group-label's very top pixels, no group id was returned in mouse events.
This was due to checking if the cursor's Y coordinate is higher than the group element's top position, and not equal or higher.