freya icon indicating copy to clipboard operation
freya copied to clipboard

feat: Replace `mouseover` with `mousemove` and add new `mouseover` and `mouseout` events

Open marc2332 opened this issue 7 months ago • 1 comments

  • Replaces mouseover with mousemove
  • Adds a new mouseover, similar to mousenter but only for the actual visible area instead of also triggering uppon entering child elements.
  • Adds a new mouseout to be used in combination with mouseover, so just like the former one it would be similar to mouseleave, but only trigger when leaving the visible area, which might include hovering a child element for example.

To Do

  • Examples
  • Tests
  • Docs
  • check if does_bubble is correct

marc2332 avatar Jul 02 '24 18:07 marc2332