mozilla / personas-plus

Personas Plus extension for Firefox
https://addons.mozilla.org/addon/personas-plus/
Mozilla Public License 2.0
7 stars 11 forks source link

Open links next to active tabs #71

Closed derinb closed 8 years ago

derinb commented 8 years ago

Personas Plus opens links at the far end of the browser tabs for like Persona > View Details. This commit makes sure the links open next to active tab so that user can easily access it.

wagnerand commented 8 years ago

I don't see how those tabs are related to the currently open one, so they should not be opened right next to them. I think, It only makes sense to open a new tab right next to current if that one is somehow related to the current one.

derinb commented 8 years ago

Say, 1st tab is active and there are 100 tabs.

If user choose View Details, tab is opened as 101th. Tabs scrolls automatically till to the other end to switch tabs. And after View Details tab closed, another scroll happens back to 1st.

The more tabs, the more scroll happens. I think it looks ugly and time consuming. When user is active on the current tab, she can have View Details next to the active tab easily.

wagnerand commented 8 years ago

If you open a bookmark it's also opened at the end and not right next to the current tab.

So, unless it's related to the current tab, which I don't see (correct me if I'm wrong), let's not do this.

derinb commented 8 years ago

Well, not a critical thing, it is cosmetics actually. Your call.