I use the Firefox plugin named DOM Inspector version 2.0.10 with Firefox 6.0.2.

When I click on a node the corresponding element is not highlighted on my web page. It used to work with previous versions of Firefox.

Does anyone know how to make it work again?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

There seems to be the following workaround:

You can turn-off hardware-acceleration in Firefox: options > advance > general

If that doesn't work, it's simply a compatibility issue, and I would contact the developers to update their plugin.


If you need something like DOM Inspector, why not use Firebug instead?

The most popular and powerful web development tool:

  • Inspect HTML and modify style and layout in real-time
  • Use the most advanced JavaScript debugger available for any browser
  • Accurately analyze network usage and performance
link|improve this answer
Thanks your tip, it works well!!! I'll try Firebug to see if it matches my needs. – Nicolas Sep 20 '11 at 8:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.