pasterhn.blogg.se

Firefox popups show xtensions
Firefox popups show xtensions





firefox popups show xtensions

Launching Firefox via web-ext run on the quicknotes and react-es6-popup-example example works fine

#Firefox popups show xtensions windows 10#

Identical problem with my extension when using web-ext run to load a temporary profile in Nightly on Windows 10 (although clicking “Inspect” automatically opens devtools in a new window rather than a tab, which is a bonus) Identical problem with my extension on Windows 10 with a fresh Nightly profile (except xpi signatures check disabled) I’ve built my dev environment without using web-ext (basically before it even existed) but may integrate it for a few selected features like the one you suggest. Opening the popup directly in a tab can work occasionally but for most cases, the contents of the popup (at least in my extension) depends upon the currently focused tab so it really needs to be debuggable as a panel that doesn’t impact the tab selection. Sorry it froze your whole browser - I found the issue was limited to the devtools tab although a lot of the normal ways of closing the tab would not function (might be remembering incorrectly but I think middle-clicking the mouse on the malfunctioning dev tools tab only when a different tab is selected got it to close). It’s interesting that it works for some people and not others - sounds increasingly like a Firefox bug, although I can’t find anything like it described on bugzilla already. I find it hard to believe that no-one else has tried debugging a popup since FF68 hit Nightly so I guess I must be missing something? Pressing escape does not force the iframe picker popup to close.

firefox popups show xtensions

This same limitation seems to happen whether I keep the devtools tab in the same window or tear it out into a new one (as is now required every time in order to be able to actually see the popup and devtools at the same time). It used to close in the old non-tab-based debugger tools, even when the auto-hide was disabled. When going through those same steps in FF68 and 69, the iframe chooser popup never closes and the devtools mostly freeze (switching tools works but everything else appears to be blocked, possibly because this iframe popup never closes). Previously I was able to select the “Disable Popup Auto-Hide” option, click to open the popup and then select the popup iframe in devtools. When I click “Inspect” the new debugging system loads in a tab ready for debugging the background page.







Firefox popups show xtensions