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

Remember real owner tab and disable this feature by default #87

Closed
Infocatcher opened this issue Aug 2, 2013 · 0 comments
Closed

Remember real owner tab and disable this feature by default #87

Infocatcher opened this issue Aug 2, 2013 · 0 comments

Comments

@Infocatcher
Copy link
Owner

We currently pass ownerTab parameter to gBrowser.addTab():

ownerTab: gBrowser.selectedTab,

As a result, after closing of this new tab will be focused "parent" tab. This may confuse user...
And this isn't used in built-in "Open Link in New Tab".

Also we should use real parent tab (we can get it using sourceDocument) instead of selected tab.

Infocatcher added a commit that referenced this issue Aug 2, 2013
Note: "ownerTab" parameter isn't used in SeaMonkey for now
(part 1 for #87)
Infocatcher added a commit that referenced this issue Aug 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant