question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request `:hover` selector

See original GitHub issue

Issue type Feature request

Description of new feature

it would be great if similar to a :selected or :active a :hover selector is supported. Similar to CSS it should be triggered when the mouse is over the element.

Motivation for new feature

direct feedback when hovering over a node

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
GDurrenscommented, Jul 6, 2020

Hello sgratzl, Can’t you do that with cy.on ? for example, to add a listener to triggered event on hovering edges : cy.on("mouseover", "edge",function(evt){your function}

0reactions
stale[bot]commented, Jul 27, 2020

This issue has been automatically marked as stale, because it has not had activity within the past 14 days. It will be closed if no further activity occurs within the next 7 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature Request: CSS selectors (e.g. :hover, :active ... - Themeco
My suggestion is to add state dropdown for every element and expose all properties which make sense to non-default (normal) CSS states. Dropdown...
Read more >
hover - CSS: Cascading Style Sheets - MDN Web Docs
The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it.
Read more >
Menu items hover effect: Feature request - WordPress.org
The “indicator effect” option should let you control the width of the underline. Have you tried playing around with the option to see...
Read more >
Feature request: CSS hover #832 - teamcapybara/capybara
I've found #116, but that seems to be about a (nonexistent) JavaScript hover event. The suggestion -- to use a mouseover event --...
Read more >
CSS :hover Selector - W3Schools
The :hover selector is used to select elements when you mouse over them. Tip: The :hover selector can be used on all elements,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found