Skip to content

Added support for MouseDown, MouseEnter and MouseExit events

While associated scripts do execute when MouseDown, MouseEnter and MouseExit happen, no "Event" is generated i.e. the event object is not available in Javascript. Thus, any JS code executing that uses event object would fail to execute.

This patch fixes that by creating events for all the Field/Mouse related events.

The already existing MouseUp event related functions are refactored a bit so that same methods can be used for all related events.

Merge request reports