Tab Mix Plus

Official Home of TMP
It is currently Wed May 22, 2013 3:46 am

All times are UTC - 6 hours [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 110 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: Thu Nov 02, 2006 7:40 am 
ronin712 wrote:
This is still a problem in RC2:

When using Fx2's session restore (Tools > Options > Main > When Firefox starts = "Show my windows and tabs from last time") with TMP's "Open new tabs next to current one", all tabs but the first are in reverse order when you restart Fx.

So if you close Fx with these tabs:
[1] [2] [3] [4]

...you get them in this order when you restart:
[1] [4] [3] [2]

Also, in case it helps, this used to be a bug when using "Open all in tabs" on a bookmark folder, but that was fixed some time ago and still works correctly.

Using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
TMP 0.3.49.061028


I have this same problem!


Top
  
 
PostPosted: Thu Nov 02, 2006 9:18 am 
Offline

Joined: Mon Sep 12, 2005 11:21 am
Posts: 11
Location: Montreal, Canada
Peng wrote:
onemen wrote:
NO


Eek, why not? I like using SessionStore for crash recovering and regular restarting because it's reliable, but I use TMP for saving separate sessions, since SessionStore can't do that.

I agree. I've had problems with TMP session restoring so I'd like to use the Firefox sessions restoring which seems more reliable. I'd like to keep using the options from TMP to save separate sessions or windows and that worked fine with RC1. If your session restoring technique will make use of Firefox' default session restoring technique, then there is no problem to use TMP's method of course, but if this is not the case, I would really, strongly prefer to make use of Firefox' technique.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 9:51 am 
onemen wrote:
MarkB wrote:
Just installed RC2 on FF2.
Got the tab toolbar close icon and new tab icon and the tab was the wrong width - all of which were set differently in the previous TMP. Importing the old settings sorted that out however.

Bookmark menu doesn't show any bookmarks and the Bookmarks Toolbar doesn't show any contents, it is blank. However, the bookmarks.html file is present and intact and they do appear in the Organize Bookmarks dialog.....


its looks like you enter string value to "browser.sessionstore.enabled"

check in about:config and if the type of "browser.sessionstore.enabled" isn't boolean close Firefox open the file prefs.js in your profile look for "browser.sessionstore.enabled" and set the pref to true or false


That fixed it (it was set to integer, followed wrong advice from elsewhere) - thank you, great work.


Top
  
 
 Post subject: New Tab/Window
PostPosted: Thu Nov 02, 2006 10:16 am 
If option "Force to open in new tab:" is set to "Links to other sites" Firefox opens a new Window (Firefox) with a link which is opened with the attribute "_blank". If I set the option "Force to open in new tab:" to "All links (Lock all tabs)" links with attribute "self" are opened in new tabs, too.
This is not very nice.
Why does "Links to other sites" not work and open a new tab instead of a new window?
Can you please fix this?
Thanks!


Top
  
 
 Post subject: Re: Problem with RC2
PostPosted: Thu Nov 02, 2006 10:35 am 
onemen wrote:
Anonymous wrote:
First off, I'd just like to say great job with the extension, it's my fave. However, there's a small issue with RC2 that wasn't in the previous dev. version.

I use a userstyle script that enables me to change the colors of my active and unactive tabs. Upon install RC2 I noticed that when I opened a new tab, it would "bleed" two horizontal bars of the same color into the old tab. I opened a bunch of blank tabs to test it out it's the active tab as well as the inactive tab to it's right that are affected by this. If you could fix this that would be great.

Here's the tab color script, maybe someone will notice something wrong with it. Thanks!

.tabbrowser-tab[selected="true"] {
color: black !important;
}
.tabbrowser-tab:not([selected="true"]) {
color: black !important;
}

.tabbrowser-tab[selected="true"] > .tab-image-left,
.tabbrowser-tab[selected="true"] > .tab-image-middle,
.tabbrowser-tab[selected="true"] > .tab-image-right,
.tabbrowser-tab[selected="true"] > .tab-close-button {
background-color: #FFFFFF !important;
}
.tabbrowser-tab:not([selected="true"]) > .tab-image-left,
.tabbrowser-tab:not([selected="true"]) > .tab-image-middle,
.tabbrowser-tab:not([selected="true"]) > .tab-image-right,
.tabbrowser-tab:not([selected="true"]) > .tab-close-button {
background-color: #CCCCCC !important;
}

}

Code:
  .tabbrowser-tab[selected="true"] {
    color: black !important; 
  } 
  .tabbrowser-tab:not([selected="true"]) {
    color: black !important;
  }

  .tabbrowser-tab[selected="true"] > .tab-image-left,
  .tabbrowser-tab[selected="true"] > .tab-image-middle,
  .tabbrowser-tab[selected="true"] > .tab-image-right,
  .tabbrowser-tab[selected="true"] .tab-close-button {
    background-color:  #FFFFFF !important;
  }
  .tabbrowser-tab:not([selected="true"]) > .tab-image-left,
  .tabbrowser-tab:not([selected="true"]) > .tab-image-middle,
  .tabbrowser-tab:not([selected="true"]) > .tab-image-right,
  .tabbrowser-tab:not([selected="true"]) .tab-close-button {
    background-color:  #CCCCCC !important;
  }

just drop the > befor .tab-close-button



Thanks for your reply, but this didn't fix the problem. It hasn't changed at all.


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 10:46 am 
Offline

Joined: Thu Nov 02, 2006 10:43 am
Posts: 20
Code:
tab{  height: 2.0em !important;
  max-height: 2.0em !important;
  -moz-appearance: none !important;}


I was using this in userChrome.css to change the height of my tabs, but it doesn't seem to work anymore. Any ideas?

Thanks.


Top
 Profile  
 
 Post subject: Address Bar not working
PostPosted: Thu Nov 02, 2006 11:32 am 
Thanks for the RC2 version but looks like the address bar has some issues in this release. When restoring previous session the tabs all load fine and dandy but the address bar doesn't load the URL it is blank, and when I open new tabs the address bar only stays on the homepage and says that URL for all tabs that I click on.

Other then that its great and I appreciate the work!!


Top
  
 
PostPosted: Thu Nov 02, 2006 11:36 am 
Hi,

Have been trying to download the RC2 version but keep getting a blank page.
Really miss the extension - any ideas?

S


Top
  
 
PostPosted: Thu Nov 02, 2006 11:39 am 
Guest wrote:
Hi,

Have been trying to download the RC2 version but keep getting a blank page.
Really miss the extension - any ideas?

S


Try Right clicking the link and saving the file. Then open the file using firefox and install it


Top
  
 
 Post subject: Still unable to do it...
PostPosted: Thu Nov 02, 2006 12:04 pm 
Hi,

My right click does not bring up the option to save it - only to 'open link as'.
Am I buggered until it becomes officially available?

S


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 1:53 pm 
Offline

Joined: Tue Jul 25, 2006 7:06 am
Posts: 43
TMP session restore doesn't work at all for me. It just says 'Session Restore Loading' but nothing happens.


Top
 Profile  
 
PostPosted: Thu Nov 02, 2006 2:22 pm 
I love Tab Mix Plus, and I would not have remained with the new Firefox 2.0 unless I could use at least a beta of your uber-extension.
I can't stand Firefox 2.0's scrolling tab bar and Tab Mix Plus's multi-row option makes tabbed browsing what it should be!

The RC2 works great for me, but I have one minor niggle.
Under earlier versions of Firefox, I put the "Duplicate Tab" buttons (to new tab and window) on a customized toolbar and used them frequently.
With the new version, I don't see those buttons when I "Customize" the toolbars.
The "Undo Closed Tabs" with closed tab history is available, and I use it regularly with no problems.

I had originally installed the extension called "Duplicate Tab" to get those buttons, before I found Tab Mix Plus's RC2 at this website.
However, Tab Mix Plus's installation procedure gave a warning about a conflict with the "Duplicate Tab" extension, so I uninstalled that extension.

For now, I have simply enabled a "Duplicate Tab" mouse function with a middle click to an empty part of the toolbar, so I have basically the same functionality available.
A small issue indeed, but I do miss the toolbar buttons anyway.

I do have the wonderful new Firefox extension "Fox Menu Buttons" installed, so perhaps there's a conflict between it and Tab Mix Plus.

Thank you SO MUCH for creating the wonderful, INDISPENSABLE, Tab Mix Plus!!


Top
  
 
 Post subject: Re: New Tab/Window
PostPosted: Thu Nov 02, 2006 3:11 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7289
DaSilva wrote:
If option "Force to open in new tab:" is set to "Links to other sites" Firefox opens a new Window (Firefox) with a link which is opened with the attribute "_blank". If I set the option "Force to open in new tab:" to "All links (Lock all tabs)" links with attribute "self" are opened in new tabs, too.
This is not very nice.
Why does "Links to other sites" not work and open a new tab instead of a new window?
Can you please fix this?
Thanks!

can you point us to page with examples

_________________
Tab Mix Plus 0.4.1.0
latest Dev-Build
Forum RSS, Troubleshooting


Top
 Profile  
 
PostPosted: Thu Nov 02, 2006 4:28 pm 
onemen wrote:
AgeOfPanic wrote:
Just wanted to say that I really like TMP. Since FF 2.0 I missed it and now have installed RC2. I ran into a couple of things.
- when I hit CTRL-T I get a blank tab like I want, but with the address of the previous tab, which I don't want. You have to manually delete the address before you can input a new one

any error in error console ?
try tabmix on clean profile , maybe other extension caused this.

AgeOfPanic wrote:
- Single Window Mode, doesn't seem to work for me. Some links still open a new Window instead of a new Tab.


can you supply some examples so we can test this.


Just reenabled the extension to try and reproduce the problem, but now everything seems to work. Don't know what happened. Maybe interference from another plugin. Sorry and keep up the good work.


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 7:32 pm 
minor typo: reload tab every --> 1 minutes (plural) should read 1 minute

sorry to be so pedantic :)


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 7:34 pm 
also, following on from above post, capitalisation should be:

Enable All Tabs
Disable All Tabs

this fits with the ff naming convention


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 7:34 pm 
Offline
Admin
User avatar

Joined: Tue Aug 02, 2005 10:34 pm
Posts: 2074
Location: Houston, Texas
feather wrote:
Code:
tab{  height: 2.0em !important;
  max-height: 2.0em !important;
  -moz-appearance: none !important;}


I was using this in userChrome.css to change the height of my tabs, but it doesn't seem to work anymore. Any ideas?

Thanks.



it doesnt work becaues firefox2 already has "-moz-appearance: none" for its default theme


Top
 Profile  
 
 Post subject: Look
PostPosted: Thu Nov 02, 2006 7:45 pm 
I would like to have the original tab bar look of FF 2 with TMP functions. The tab scroll arrows are in original form so beautiful!


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 7:56 pm 
[quote=murph2481]Thanks for the RC2 version but looks like the address bar has some issues in this release. When restoring previous session the tabs all load fine and dandy but the address bar doesn't load the URL it is blank, and when I open new tabs the address bar only stays on the homepage and says that URL for all tabs that I click on. [/quote]

i have the exact same problem with the address bar. also i cannot change the order of the tabs anymore. and finally the tabs stay at the top, even if i chose bottom.

using winxp/ff2/default theme/tmpRC2

thanks for this useful ad-on!


Top
  
 
 Post subject:
PostPosted: Thu Nov 02, 2006 8:01 pm 
:oops: dont know how but all three problems disappeared by restarting FF... although i restarted already twice before, after installing tmp... weired


Top
  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 110 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group