ulixee / hero

The web browser built for scraping
MIT License
696 stars 33 forks source link

fix(interaction): cancel mouse clicks on mousedown #66

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago
  1. Interactions now confirm that the proper element is being clicked on mousedown and cancel the mouse event if it's not right. This allows us to try to move out of the way of animating elements
  2. DomExtenders: $isClickable, $isVisible (removes $nodeVisibility)
  3. In nodeVisibility, isVisible is now the result of all "visibility" properties, and isClickable is the clickable ones