Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #36931
Closed
Open
Issue created Aug 09, 2022 by GeoSot@GeoSotContributor2 of 2 checklist items completed2/2 checklist items

Investigate altering to mouseenter/pointerenter events, instead of mouseover workarounds

Prerequisites

  • I have searched for duplicate or closed feature requests
  • I have read the contributing guidelines

Proposal

EventHandler makes use of some events mapping, plus it transforms mouseenter => mouseover & mouseleave => mouseout adding some extra functionality in order to make them behave like the initial events

Testing around, I found out that we could use other events having the right results without workarounds The following codepen, contains a test area as a proof of concept

https://codepen.io/GeosSV/pen/dymjbNN

Motivation and context

Streamline events usage, remove custom mapping & workarounds

Assignee
Assign to
Time tracking