Skip to content

Event accuracy improvements, bugfixes around tabbing focus

Compare
Choose a tag to compare
@kdillon kdillon released this 14 Jan 22:09
· 17 commits to master since this release
4ef3512

Improvements to the mouse event accuracy for mouseover and mousemove events (and the related pointerevent and touchevents respectively), including special nuances for firefox and chrome behaviors.

Lots of new tests and testpoints were added to lock down these changes.

Fixed a bug with tab and anti-tab where index out of range exceptions were occurring at the top and bottom of the page.

Upgraded Firefox version to ensure compliance with new Firefox behaviors.