firebug / firebug.next

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

Bug or strange issue with Firefox 48 #475

Open mikhoul opened 7 years ago

mikhoul commented 7 years ago

Since today I upgrade from FF 47 to FF48.0.2 under Windows 7 64 and I have a strange issue:

My F12 shortcut no longer work :interrobang:

I googled to see if there was some change and did not find anything in the release notes.

As soon I disable Firebug 3 beta 3 and use the FF devtools the F12 shortcut is back.

I tried also on 3 different profile to be sure and it was the same results on all 3.

Could you enlighten me on what can happen or trigger this issue ?

Best Regards ! :smile_cat:

mikhoul commented 7 years ago

@janodvarko @fflorent

I found a way to replicate the issue:

  1. Install fresh new FF48.0.2
  2. Install Firebug 3 beta 3
  3. Press F12 Everything should work fine at this point.
  4. Install a new Firefox addon like Greasemonkey or "Restart addon" (https://addons.mozilla.org/fr/firefox/addon/re-start/)
  5. Restart Firefox
  6. Press F12 = Nothing happen, No dev tools.
  7. Remove the addon you've added previously.
  8. Press F12 = Nothing happen, No dev tools.
  9. Remove the Firebug
  10. Press F12 = Dev tools open like it should.

Something corrupt the F12 shortcut when we install a new addon with Firebug 3 beta 3. After the corruption happen even if you remove all addons and reinstall Firebug the F12 shortcut don't work no more with Firebug :cry:

Do you have some clue about what happen :question: