firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

The DOM panel is not refreshed automatically #435

Closed fflorent closed 8 years ago

fflorent commented 8 years ago

STR:

  1. Go to google.com
  2. Open the DOM panel
  3. Go to duckduckgo.com

Expected result: The DOM panel should be updated automatically to reflect the view of the global variables of the current page.

Actual result: It still displays the global variables of the previous page.

Florent

janodvarko commented 8 years ago

Should be fixed

Does it work for you now?

Honza

fflorent commented 8 years ago

Yes, thanks @janodvarko

Florent