How to keep firefox web extension popup from closing when clicking on inspector window
Asked Answered
R

1

5

I'm having a hard time debugging my Firefox extension (popup). Whenever I click on the debug pane, the popup closes and all the information in the debug pane is gone. This happens when trying to inspect the network requests, copy something from the console, or look at the element styles in the inspector.

I'm sure other Firefox extension devs have encountered this problem. How did you solve it?

Russo answered 2/3, 2018 at 19:48 Comment(0)
N
7

You can disable popups closing when something outside of it is focused from the add-on debugger toolbox: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging#Debugging_popups

Namedropping answered 3/3, 2018 at 11:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.