-1

Trying to move from developing on Chrome to Firefox Dev Edition, and when I am in the Firefox DevTools, I'm triggering the hover state on an element but the state disappears as soon as I click any other element.

Hover state disappears

This is not happening in the Chrome DevTools, for example. The element is hovered until I cancel the hover state or reload the page.

I'm not interested in using jQuery to trigger the state.

How do I make it permanent? Is this supposed to be like this, or is it just a bug?

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
Alex Leibovich
  • 315
  • 1
  • 16

1 Answers1

0

The behavior you are seeing is indeed a bug in the Firefox DevTools, which is filed as bug 1185797.

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132