View Single Post
Quote:
Originally Posted by whpalmer4 View Post
I'm looking at a page with a bunch of links I want to read. If I turn on the magic preference that sticks the newly created tab right next to the current one and click on those links, I get tabs in reverse order from how they were on the page (or the order in which I clicked them). Ugh.
I was thinking of tabs that receive focus upon creation, and still think these should open right next to their parents. I can see your point if you're going to have links open in background tabs, and this could have the curent behavior, but it can be solved by having the parent keep track of its children. Tab 5 creates children 5.1, 5.2, 5.3, and so on, when opening in background tabs. 5.2 creates 5.2.1, 5.2.2, etc. Children leave their parents when dragged outside the group. Children could follow parents, that are dragged, by using a modifier. Other tabs dropped in a group of children of another tab can just float there without being treated as children. Some functions that could now be implemented are: "Close children", "collect children" (pushing all "invaders" below), "hide children" (making a stack), and "go to parent".

Finally, closing a tab should bring you back to the previously active tab.


Quote:
Originally Posted by whpalmer4 View Post
If I want tabs for the links I'm opening in the current tab to be right next to it, this is easily done by re-opening the current tab in a new window (just double-click the icon before the URL in the Location Bar), then opening those links.
Sure, that's possible, but as you said, you get one more window.

Last edited by andre h; 2011-03-03 at 07:35 AM..