Somehow I turned off the highlighting in Chrome Developer Tools, so now when I select an element in the Elements panel, I don't see the element highlighted on the page. There must be a keyboard shortcut I pressed accidentally that toggles this. Does anyone know what it might be, or if there is some other way to turn the highlighting back on?
|
When you hover your mouse over the node (not select it) in the Elements panel, the corresponding element on the page should be highlighted. If there were such an option to turn this behavior off, it isn't listed in the Keyboard Shortcuts. Also refer to Elements Panel for more information on how to inspect everything in the DOM tree. |
|||||||
|
|
I found myself in the same issue, it was caused after calling canvas.getContext('2d'); Tested on Chrome 11 and 12 and worked fine, the problem come with Canary (13 right now), test with the following code:
|
|||
|
|
|
I noticed this issue after I turned on some experimental features in about:flags. Once I turned off "GPU compositing on all pages", dev tools started to work again as expected. Other features might break it as well, but that was the only one I noticed. |
|||
|
|