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

Firebug bookmarklet no longer functions when pointed to firebug.com #6

Open
DanRathbun opened this issue Jul 5, 2018 · 5 comments
Open
Labels

Comments

@DanRathbun
Copy link

DanRathbun commented Jul 5, 2018

Debugging page ...

A Firebug bookmarklet no longer functions when pointed to firebug.com.

They have shut down all access to firebug from the website, as the project was closed down in favor of merging it into Firefox.

Therefore, a developer must go to GitHub and get Firebug Lite from it's repo and install it locally, and point the bookmarklet to their local Firebug folder.

https://github.com/firebug/firebug-lite


P.S. - I've experienced that the "-lite-dev" edition seems to work for UI::WebDialog on MS Windows when the other editions (-lite, -lite-beta, -lite-debug) don't.

BUT, it only works for me when it is loaded from the <HEAD> element of the webpage ...

  <script src="../path/to/firebug/dev/firebug-lite-dev.js">
    {
        overrideConsole: false,
        startInNewWindow: true,
        startOpened: true,
        enableTrace: true
    }
  </script>

I tried to get the bookmarklet to work, ... but it would not, so I stuck with the <SCRIPT> element in the <HEAD> of the HTML page.

@thomthom
Copy link
Owner

thomthom commented Jul 9, 2018

Ah! Good to know! I ran into this issue myself the other day recently. I thought FireBug was completely dead. Didn't look any further. But if it can still be obtained and used from GitHub then that's great news for debugging the older WebDialogs.

@thomthom thomthom added the bug label Jul 9, 2018
@DanRathbun
Copy link
Author

DanRathbun commented Jul 14, 2018

Oh,.. I also had to track down the line (in one of the files) that still pointed to the online URL for the skin, and change it to the local path to the same skin.

"firebug-lite-dev.js" : line 19 or so ...

var bookmarkletSkinURL = "file:///../skin/xp/";
//var bookmarkletSkinURL = "https://getfirebug.com/releases/lite/latest/skin/xp/"; // stable

@DanRathbun
Copy link
Author

Note that I'm still getting alot of Firebug load errors where it will not load 1 out every 5 times. Often there are jQuery JS errors associated with the mis-loading.

Firebug also refuses to remember it's window size and locations even though it is supposed to.

@DanRathbun
Copy link
Author

Also, every time loaded, I get the MSIE popup that "Internet Explorer has blocked execution of scripts and ActiveX controls on this page ..." (annoying, but it will usually disappear on it's own after a minute or so.)

@DanRathbun
Copy link
Author

Note that I'm still getting alot of Firebug load errors where it will not load 1 out every 5 times. Often there are jQuery JS errors associated with the mis-loading.

I had been using the latest JQuery 3.3.1, but I down versioned to 3.3.0 and the JS errors have diminished drastically.

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

No branches or pull requests

2 participants