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

Add an option to allow user to set the default appearance to 'collapsed' or 'expanded' when opening a new tab #12

Open
pfarmer821 opened this issue Jan 28, 2011 · 3 comments

Comments

@pfarmer821
Copy link

When opening a new tab, the Add-on Bar is displayed in an expanded state. It would be nice to let the user specify whether it should be expanded or collapsed. (I like it collapsed!)

@SlimShayD
Copy link

It's actually caused by other extensions who modify the addon-bar contents or at least trigger the domsubtreemodified event.
I commented out the following line and the addonbar stayed collapsed.
addonbar.addEventListener("DOMSubtreeModified", this.reappear, false);

@alex-mayorga
Copy link

Can you please give more detail on where exactly to comment out this line? Thanks!

@SlimShayD
Copy link

extract [email protected]
find \chrome\content\overlay.css
and repack it as [email protected] again

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

3 participants