You are here

app tabs ... how can I make that work?

7 posts / 0 new
Last post
petiot
Offline
Last seen: 11 years 10 months ago
Joined: 2006-10-04 05:17
app tabs ... how can I make that work?

Hi All,

I need your help guys to solve a problem with app tabs: Once I have pinned a tab (as app tab), it does appear when I open a instance of Firefox portable.

However, if i open another instance of Firefox (without having closed the first one), the pinned tab does not show. Worst, If the instance of Firefox that does not have the pinned tab is closed last, the app tab will not show when I open Firefox again.

Anyone has an idea how to make app tabs work? I guess that having all instances of Firefox to show the pinned tabs is what I am aiming for.

Thanks in advance, Dan

PS: I am using Firefox Portable version13.0

John T. Haller
John T. Haller's picture
Online
Last seen: 3 min 35 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
By Design

That's the way they work. They're just a small tab pinned to the left. They work like all other tabs. You close a window, they go bye bye.

You'd need an extension to do what you want. Not sure if there is one offhand as I'm heading out the door and can't poke around at the moment.

Sometimes, the impossible can become possible, if you're awesome!

petiot
Offline
Last seen: 11 years 10 months ago
Joined: 2006-10-04 05:17
Hi John, sorry for the late

Hi John, sorry for the late reply.

Well, it does work for me in a way (i.e. I can pin tabs and they do show next time I open Firefox), but i know the specification about how the app tabs work is not quite clear.

However, it doesn't work if I open another Firefox window ... so i guess I just have to look for a add on or something to make that work for me.

Thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 3 min 35 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
By Design

App tabs are per-window only in Firefox (and other browsers, I think), so it is working as designed.

Sometimes, the impossible can become possible, if you're awesome!

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
Perhaps I can offer an

Perhaps I can offer an alternate solution. I'm assuming you're using multiple windows to be able to "group tabs". If that's the case, consider trying out Firefox's Panorama feature.

You can activate it by hitting Ctrl + Shift + E or selecting "Tab Groups" from the tabs list dropdown at the far right of the tab bar.

petiot
Offline
Last seen: 11 years 10 months ago
Joined: 2006-10-04 05:17
Hi gluxon ... I am not sure

Hi gluxon ... I am not sure we are talking about the same thing here, but I will have a look at this add on see if i can achieve what I want.

Thanks

GlennAllen
Offline
Last seen: 9 years 2 months ago
Joined: 2011-03-08 14:46
Part of session restore

The state of app tabs at exit is stored in your sessionstore.js file. They'll be restored as part of your previous session unless you do something to prevent it (deleting that file and its backups, for example). Opening a new window (with its new session) doesn't really init a new "instance" (meaning "process"), but the last window closed does save its session, which overwrites a previously closed window's session.

Log in or register to post comments