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

List of related scripts doesn't update under hamburger menu #2276

Closed
hermit-crab opened this issue Sep 16, 2015 · 1 comment
Closed

List of related scripts doesn't update under hamburger menu #2276

hermit-crab opened this issue Sep 16, 2015 · 1 comment
Milestone

Comments

@hermit-crab
Copy link

Faulty commit: 6b05c48
Happens in content/browser.js:

  // line 321
  var popup = aEvent.target;
  // aEvent.target refers to the menu container (panelmultiview#PanelUI-multiView)
  // not to menupopup
  var scriptsFramedEl = popup.getElementsByClassName("scripts-framed-point")[0];
  var scriptsTopEl = popup.getElementsByClassName("scripts-top-point")[0];
  var scriptsSepEl = popup.getElementsByClassName("scripts-sep")[0];
  var noScriptsEl = popup.getElementsByClassName("no-scripts")[0];

Screenshot:
Screenshot

@arantius
Copy link
Collaborator

This should be fixed and included in 3.5beta2, let me know if you still see problems with that version.
https://addons.mozilla.org/firefox/downloads/file/354794/greasemonkey-3.5beta2-fx.xpi?src=devhub

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

No branches or pull requests

2 participants