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

Tab duplication will unload tabs based on the wrong setting #20

Open
philikon opened this issue Feb 28, 2010 · 1 comment
Open

Tab duplication will unload tabs based on the wrong setting #20

philikon opened this issue Feb 28, 2010 · 1 comment
Labels

Comments

@philikon
Copy link
Owner

M A reports: "I duplicate a tab (ctrl+drag) then it is not loaded although I selected in the options to use Firefox default."

This is because tabbrowser.duplicateTab(tab) uses the nsISessionStore service. This means BarTab thinks the tab has been restored from a previous session, so it behaves according to the 'extensions.bartap.tapRestoredTabs' setting and not 'extensions.bartap.tapBackgroundTabs' as it should.

@philikon
Copy link
Owner Author

Hint: look at Tree Style Tab how it figures out whether a tab was duplicated.

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

1 participant