Tab Mix Plus

Official Home of TMP
It is currently Tue May 21, 2013 9:09 am

All times are UTC - 6 hours [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3278 posts ]  Go to page Previous  1 ... 60, 61, 62, 63, 64, 65, 66 ... 164  Next
Author Message
 Post subject:
PostPosted: Tue Jul 06, 2010 11:24 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
makondo wrote:
onemen wrote:
...regarding your multi-row bug, can you try TMP on clean profile without any user style...


Not sure which one you mean. The one when tabs didn't roll over to the second row is gone with those size about:config settings. The one with tabs suddenly growing in height (as the pic above shows) is hard to trace as it happens intermittently. All this is happening in a clean profile with TMP only installed.


post your Tabmix settings, do you see the problem on Firefox 3.6.x or Minefield?

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 11:36 am 
onemen wrote:
makondo wrote:
onemen wrote:
...regarding your multi-row bug, can you try TMP on clean profile without any user style...


Not sure which one you mean. The one when tabs didn't roll over to the second row is gone with those size about:config settings. The one with tabs suddenly growing in height (as the pic above shows) is hard to trace as it happens intermittently. All this is happening in a clean profile with TMP only installed.


post your Tabmix settings, do you see the problem on Firefox 3.6.x or Minefield?

I have the same issues and never had before that build that made massive changes (from 4th / 5th July).

Maybe You like to see that:

http://www.imagebanana.com/view/9s8s7s9o/tabmix_bug.jpg

This happens when open a link in a new tab where it should open another tab row it does just freaking minimize all tabs. Closing one of these tabs bring back tabs size to default lil oversized in high.

There is definately a bug in TMP.


Top
  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 11:43 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
onemen,
my 3.6.6 works perfectly fine (except for the dblclick to reload a tab). The tabs growing height is in a clean Mf profile with TMP only installed, no errors, shows intermittently and i can't tell exactly what causes it. The settings are the same as 3.6.6 profile but i use TMP session manager. Don't bother with that now. It will either be fixed on the Mf side or others will post about it.
Thanks!

EDIT: ^ Oops! just read the post above. There we go. I saw this one too, once. But it's not what i was talking about although i believe it to be a part of the same problem.

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 1:05 pm 
for further debugging this problem I can tell You, that it only occurs if a new tab row is opened or an existing tab row is closed - this is the indicator for all further problems

So I'm pretty sure it has to do with tab rows.


Top
  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 1:17 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
There's a 3rd problem now too: sometimes when i restart, i get the tabs from the last time doubled. That is, one set (the one i had when i closed Mf) and then another set of the same tabs. This is with the latest hourly.
The growing height is still here too, seems to have something to do with multi-row most definitely.

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Last edited by makondo on Tue Jul 06, 2010 1:25 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 1:17 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
fuxxi wrote:
for further debugging this problem I can tell You, that it only occurs if a new tab row is opened or an existing tab row is closed - this is the indicator for all further problems

So I'm pretty sure it has to do with tab rows.


post your TMP settings

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 1:36 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
OK, i think ... that the doubled tabs on restart might be from a button i have (Restart Tabbed). Maybe somebody can look at it and fix? Would be nice. TIA! The button worked fine before (like 2 days ago).

EDIT:
try this to reproduce the growing height:
set to use multi-row. Click the New Tab button to fill the first row. When it will be filled, the tabs will grow in height. Keep clicking. After a couple more clicks (those tabs will not show but the tabbar arrows will), tabs will roll over to the next, second row and will resize to normal size (mine set to 150/250 in about:config).
This could also happen if you start closing them one by one.

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 4:13 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
makondo wrote:
OK, i think ... that the doubled tabs on restart might be from a button i have (Restart Tabbed). Maybe somebody can look at it and fix? Would be nice. TIA! The button worked fine before (like 2 days ago).


try this code

Code:
var as = Components.interfaces.nsIAppStartup;
if (canQuitApplication())
Components.classes["@mozilla.org/toolkit/app-startup;1"]
.getService(as).quit(as.eRestart | as.eAttemptQuit);

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 5:11 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Thanks, what do i do with that?... It's not a custom button that i can edit from context menu. This installs as an ext. I tried changing the last segment of its code in the script.js which looks like this:

var prefs = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch);
if (prefs.getBoolPref('extension.tbutton.restart.do.load') == true)

but that just killed the button all together. Should i replace the whole script with the code you gave above?

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 5:26 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
makondo wrote:
Thanks, what do i do with that?... It's not a custom button that i can edit from context menu. This installs as an ext. I tried changing the last segment of its code in the script.js which looks like this:

var prefs = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch);
if (prefs.getBoolPref('extension.tbutton.restart.do.load') == true)

but that just killed the button all together. Should i replace the whole script with the code you gave above?


i will try to check it tomorrow

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 6:04 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 735
Location: Columbus, OH
App Tabs just landed in today's Minefield/Trunk nightly (Mozilla/5.0 (Windows; Windows NT 6.1; WOW64; en-US; rv:2.0b2pre) Gecko/20100706 Minefield/4.0b2pre ID:20100706040808).

When you make a tab an app tab, it is supposed to become a favicon-sized tab on the far left of the tab bar and showing just the favicon. However, with TMP enabled there is just a blank space there.

Since the app tab does not persist across a session, restarting is the only way to un-app tab the tab.

_________________
Ray
Main OS: Win7 64-bit; Secondary OS: WinXP 32-bit; Using latest TMP Dev builds on Nightly (nee Minefield) Win32 nightlies
Link: TMP Troubleshooting Steps


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 6:22 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Thanks, onemen! Don't bother if it takes too much time. I really want to have a restart button but i'd rather you spend time on those fat tabs and reloading.

Ray,
it works for me:
Image

To undo it, there's a menu item (shown at the bottom). I saw in another thread onemen is going to make a mouse clicking option for this.

Minefield/4.0b2pre ID:20100706152708

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 6:51 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 735
Location: Columbus, OH
makondo wrote:
Ray,
it works for me:
Image

To undo it, there's a menu item (shown at the bottom). I saw in another thread onemen is going to make a mouse clicking option for this.

Minefield/4.0b2pre ID:20100706152708

Looks like you have tabs on bottom. I have them on top. I will check with tabs on bottom after posting this.

_________________
Ray
Main OS: Win7 64-bit; Secondary OS: WinXP 32-bit; Using latest TMP Dev builds on Nightly (nee Minefield) Win32 nightlies
Link: TMP Troubleshooting Steps


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 7:08 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 735
Location: Columbus, OH
App Tab show/not show now WFM. Possible need to restart the browser for things to work issue:?:

_________________
Ray
Main OS: Win7 64-bit; Secondary OS: WinXP 32-bit; Using latest TMP Dev builds on Nightly (nee Minefield) Win32 nightlies
Link: TMP Troubleshooting Steps


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 8:38 pm 
Offline

Joined: Tue Jul 25, 2006 7:06 am
Posts: 43
makondo wrote:
Yeap, it's working again ... for the most part. What is happening now though is when the last tab fills the first row, the next tab still doesn't show. You need to open one more (making it 2 in total), then those 2 tabs roll onto the next (second) row. This happens only with the first row.
Image

^ this happens from time to time, like when tabs rolled onto the second row. I reloaded them all and they all became normal. It also happened once when i closed a tab.


I see this too but I have a reproducible way to cause it. Also there is another bug that is revealed by the STR.

1) Fill up the 3 rows of the Multi-Row tab bar (3 being the default)
2) Add another tab and suddenly all tabs end up in a row of favicons that overlap each other. Looks a bit like AppTabs just that there is no real tab border and the favicons are overlapping. This is certainly a bug.
3) Remove so many tabs that the amount of tabs would fit into a 3 row Multi-Row tab bar and you end up with tabs as in the picture above.

Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:2.0b2pre) Gecko/20100706 Minefield/4.0b2pre ( .NET CLR 3.5.30729) ID:20100706040808

Edit: Sometimes Step 3 doesn't happen and you get the proper Multi-Row tab bar again but if you persist and try it several times it will eventually show.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2010 10:08 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Yes, this is another issue (probably related though) which fuxxi reported above with a link to a screenie - the shrinking tabs.

_________________
VistaHP/Fx latest beta/TMP latest dev.build/Troubleshooting TMP/My styles


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2010 12:57 am 
Offline

Joined: Sun Dec 10, 2006 3:08 am
Posts: 151
An about dialog doesn't show TMP's version on Minefield.
On error console:
-----
Warning: reference to undefined property Components.classes['@mozilla.org/extensions/manager;1']
Source File: chrome://tabmixplus/content/about.xul
Line: 42
-----

An XPCOM API nsIExtensionManger was removed and replaced to AddonManager.
c.f.:
https://developer.mozilla.org/en/Firefo ... er_changes
https://developer.mozilla.org/en/Addons/Add-on_Manager
https://wiki.mozilla.org/Extension_Manager:API_Rewrite
https://bugzilla.mozilla.org/show_bug.cgi?id=563412

_________________
Extension translator(ja), developer, ConQuery modifier...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2010 3:45 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
Shadow912 wrote:
An about dialog doesn't show TMP's version on Minefield.
On error console:
-----
Warning: reference to undefined property Components.classes['@mozilla.org/extensions/manager;1']
Source File: chrome://tabmixplus/content/about.xul
Line: 42
-----


Thank you for reporting, i will fix that

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


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2010 8:45 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7288
Tab Mix Plus Dev-Build 0.3.8.5pre.100707a Released (Older builds)
  • Fixed: Improve Warn me when closing window with multiple tabs, when window close with last tab.
  • Fixed: Incompatibility with Fast Dial.
  • Fixed: Missing version in Tabmix About dialog. [Minefield]
  • Fixed: Patch for Bug 574654 break Tabmix. [Minefield]
  • Fixed: Dbl-click on tab to reload tab not working. [Tabmix 0.3.8.5pre.100705a]

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


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2010 8:58 am 
Offline

Joined: Wed Apr 28, 2010 7:26 pm
Posts: 48
The new build works great! Thanks :!:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3278 posts ]  Go to page Previous  1 ... 60, 61, 62, 63, 64, 65, 66 ... 164  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