Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8170435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:07:45+00:00 2026-06-06T21:07:45+00:00

I am creating a firefox extension. It is working fine. But the problem is

  • 0

I am creating a firefox extension. It is working fine. But the problem is that when I add button to my navigation toolbar, it removes/disables other buttons on the toolbar. Kindly please check what is wrong with my code below:

id = "my-toolbar-button";
if (!document.getElementById(id))
{
    var navbar = document.getElementById("nav-bar");
    var newset = navbar.currentSet + ",my-toolbar-button";
    navbar.currentSet = newset;
    navbar.setAttribute("currentset", newset );
    document.persist("nav-bar", "currentset");
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:07:47+00:00Added an answer on June 6, 2026 at 9:07 pm

    I have found the anwser in the following post: Automatically install toolbarbutton to firefox nav-bar, not working with insertItem

    The above code runs even before firefox has initialized the toolbar. So It adds its button to the default toolbar and sets it. The solution is to wait for firefox to initialize by using an evenlistener on load. like this:

    window.addEventListener("load", function () { installButton(); }, false);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a firefox extension that should give a notification when the user
I'm creating a Firefox add-on that does the following: Drag+drop a file into Firefox
hi I am creating firefox plugin.I have created a button image on toolbar in
I am working on creating a Firefox extension. I have added a textbox inside
I'm working on a Firefox extension that creates a menu of bookmarks from data
We're creating a slideshow in HTML/CSS/JS but it isn't working in Firefox for some
i am creating a button using Jquery in myPage.jsp. it is working fine in
I have starting creating my first firefox extension. I am following http://extensions.roachfiend.com/howto_bug.html But seems
I'm creating firefox addon to add onclick event to the specific button. (input element)
I am creating a firefox extension. I want to get the URL of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.