Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs opened from about:blank causes Firebug to stay opened #2212

Closed
klenium opened this issue Jun 28, 2015 · 7 comments
Closed

Tabs opened from about:blank causes Firebug to stay opened #2212

klenium opened this issue Jun 28, 2015 · 7 comments

Comments

@klenium
Copy link

klenium commented Jun 28, 2015

// ==UserScript==
// @name newtab
// @include about:blank
// ==/UserScript==
document.body.innerHTML = '<a href="http://google.hu/" target="_blank">Click!</a>';
  1. Open Google from about:newtab.
  2. Press F12. OK, Firebug is opened.
  3. Press F12. OK, Firebug is now closed.
  4. Switch to another tab.
  5. Switch back to Google. Firebug is opened, when it should be closed.

When I press Ctrl+T and type google.com, or disable Greasemonkey and open Google from the Firefox's default newtab, Firebug stays closed.

@janekptacijarabaci
Copy link
Contributor

Not confirmed on:
GM 3.4beta1
Firebug 2.0.11
Firefox 40.0.2 and 43.0a1 (2015-08-22) - e10s: off (e10s: on - Firebug: stable version don't work)

@klenium
Copy link
Author

klenium commented Aug 23, 2015

It works for me too right now. As I remember I used Firefox 39 and GM 3.1, Firebug ~2

@klenium
Copy link
Author

klenium commented Aug 23, 2015

Try the same steps ablove, but instead of minimizing, close Firebug.

@janekptacijarabaci
Copy link
Contributor

Not confirmed on:
GM 3.1
Firebug 2.0 (and 2.0.11)
Firefox 39.0

If ever something does not work out:
Try it on a new profile where there are no addons except e.g. Firebug/Greasemonkey (disable every addon you have except e.g. Firebug/Greasemonkey).

@klenium
Copy link
Author

klenium commented Aug 23, 2015

https://youtu.be/2o5JSxrx8z4
Firefox 40.0.2 Firebug 2.0.11 Greasemonkey 3.3

@janekptacijarabaci
Copy link
Contributor

Oh, I see it.
Unfortunately, I don't get it that way...
Well, that's okay :-)

@janekptacijarabaci
Copy link
Contributor

But, this has nothing to do with Greasemonkey...

Greasemonkey uninstalled. And:

When you add the element:
<a href="http://google.hu/" target="_blank">Click!</a>
to about:blank page (manipulation of DOM objects using Firebug / Web console), the problem remains unsolved.

Perhaps this is a problem in Firebug, since Web console itself does not do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants