Tab Mix Plus

Official Home of TMP
It is currently Sat May 25, 2013 7:18 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 1001 posts ]  Go to page Previous  1 ... 27, 28, 29, 30, 31, 32, 33 ... 51  Next
Author Message
PostPosted: Fri Jun 29, 2012 4:48 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
D A wrote:
It's only the selected tab that gets corrupted, and if the tab size changes the corrupted area's width stays the same, meaning that tabs next to it also get partly corrupted.

I've managed to fix it by setting up a new style rule:

Code:
.tabbrowser-tab[selected="true"] {
   position: static !important;
}


Previously the position property was set to relative, and that is what caused the problem (static is the default value of the position property).


what is your Firefox version and theme ?
are you using Firefox on mobile ?

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


Top
 Profile  
 
PostPosted: Fri Jun 29, 2012 5:20 pm 
Offline

Joined: Sun Nov 27, 2011 3:58 pm
Posts: 7
onemen wrote:
D A wrote:
It's only the selected tab that gets corrupted, and if the tab size changes the corrupted area's width stays the same, meaning that tabs next to it also get partly corrupted.

I've managed to fix it by setting up a new style rule:

Code:
.tabbrowser-tab[selected="true"] {
   position: static !important;
}


Previously the position property was set to relative, and that is what caused the problem (static is the default value of the position property).


what is your Firefox version and theme ?
are you using Firefox on mobile ?


I'm using the latest nightly on OS X Snow Leopard with the default theme.


Top
 Profile  
 
PostPosted: Fri Jun 29, 2012 8:54 pm 
Offline
User avatar

Joined: Thu Nov 17, 2005 3:49 pm
Posts: 45
mpajoh wrote:
Quote:
makondo wrote:
Do not copy/import anything from any profiles into a new, clean profile. Install TMP only and try default settings. Then change settings for that option only and see what happens.


Again, I've installed the dev build of TMP into a fresh profile for FF 14 Beta, and it still doesn't work correctly at all. I've gone from having Google links automatically pop up in new tabs with FF 13 to having to do that manually in FF 14 Beta using the same settings, even with the current stable TMP build installed. Currently, there are no problems at all like this with the stable FF 13.


I continue to have the exact problem as DeepFreeze3.
FF14 and the newest build of TMP will not open links in a new tab!!
I cannot confirm the statement about FF13, since I only use FF14.

Thanks for a great add-on the same.

Masoud


Recently installed Firefox 14b10 with the latest TMP devbuild, and Google links are now opening in seperate tabs like they are supposed to. Whether it was a fix on the TMP side or the Mozilla side, glad to see that the freakin' thing works correctly. Hope the fix holds.


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 12:32 pm 
Offline

Joined: Tue Mar 22, 2011 7:38 am
Posts: 98
The latest dev build (0.4.0.3pre.120627a) makes Firefox crash (die silently) when trying to start in safe-mode.

_________________
friv | y8 | kizi | y3 | miniclip


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 12:56 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
tmpuser5286 wrote:
The latest dev build (0.4.0.3pre.120627a) makes Firefox crash (die silently) when trying to start in safe-mode.


i don't see any problem to start Firefox in safe mode

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


Top
 Profile  
 
PostPosted: Fri Jul 06, 2012 12:14 am 
Offline

Joined: Fri Jun 22, 2012 1:54 am
Posts: 2
I've found another problem using tree style tabs (tabs arranged vertically) and the latest tab mix plus together. Prefs.js is attached. Latest stable tree style tabs, latest dev build of tab mix plus.

1. Open a tab, load a web page, then middle-click some links from that tab so you have your primary tab and some secondary tabs below it in a tree.

2. Close some of the secondary tabs by clicking the 'close' buttons on the tabs.

Each time you close a secondary tab, the tabs become shorter, like this:

Image

The tab bar is repainted properly if the mouse is moved away from it. The bug doesn't trigger if there's a scrollbar in the tab bar. Latest stable tab mix plus doesn't have the bug.


Top
 Profile  
 
PostPosted: Sat Jul 07, 2012 3:05 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Tab Mix Plus Dev-Build 0.4.0.3pre.120707a Released (Older builds)
You can download source code or latest working version at any time.

0.4.0.3pre.120707a
  • Fixed: Override position relative for selected tab when the tabbar is on the bottom. relative position causing corrupted look.
  • Fixed: Incompatibility with Searchbar Autosizer.
  • Fixed: Incorrect number of tabs in the warning when closing window with tabs and "Prevent last tab from closing" is on.
  • Fixed: Hide close tab button on last tab when address is about:newtab. [Firefox 12+]
  • Fixed: Follow up bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode
    Tabmix.newTabURL don't return the current BROWSER_NEW_TAB_URL.
  • Fixed: When Firefox starts by opening external link and there are hidden tabs in groups, Tabmix Session manager doesn't select the external link tab
  • Fixed: Prevent Firefox from setting max-width on tabs when tabbar is in vertical mode, Incompatibility with TreeStyleTabs extension

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


Top
 Profile  
 
PostPosted: Sat Jul 07, 2012 5:54 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
Thanks, onemen.

_________________
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  
 
PostPosted: Sat Jul 07, 2012 9:35 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Thanks!

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


Top
 Profile  
 
PostPosted: Sat Jul 07, 2012 10:34 am 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
SandTrout wrote:
I've found another problem using tree style tabs (tabs arranged vertically) and the latest tab mix plus together. ... The tab bar is repainted properly if the mouse is moved away from it. ....
Thanks for posting that problem.


Top
 Profile  
 
PostPosted: Sat Jul 07, 2012 10:37 am 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
onemen wrote:
0.4.0.3pre.120707a
  • Fixed: ......
  • Fixed: Prevent Firefox from setting max-width on tabs when tabbar is in vertical mode, Incompatibility with TreeStyleTabs extension
Time to take this one for a test ride. Thanks onemen!


Top
 Profile  
 
PostPosted: Sun Jul 08, 2012 5:56 pm 
Offline

Joined: Sun Jul 08, 2012 5:48 pm
Posts: 1
I'm using last dev of TabMix and using it's session manager.

The problem is with start of FF - in spite of any options (grayed "Load tabs on demand" is checked) FF starts to load all restored tabs of previous session simultaneously that causes (I have nearly 80 tabs opened) complete stop of my MBA for about 2 minutes.

What options should I change and where to make my FF load on startup only active tab and pinned and all others just to load on demand ???

Thanks in advance!


Attachments:
File comment: Screen with grayed "Load on demand"
(sorry, but in Russian)

Снимок экрана 2012-07-09 в 02.01.55.jpg
Снимок экрана 2012-07-09 в 02.01.55.jpg [ 99.46 KiB | Viewed 3409 times ]
File comment: My prefs
TabMix_preferences.txt [8.34 KiB]
Downloaded 72 times
Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 12:30 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Tab Mix Plus Dev-Build 0.4.0.3pre.120719a Released (Older builds)
You can download source code or latest working version at any time.

0.4.0.3pre.120719a
  • Fixed: Dbl-click on the tabbar after closing tab with the button was blocked.

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


Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 2:31 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Thanks!

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


Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 4:53 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
Thanks, onemen.

_________________
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  
 
PostPosted: Thu Jul 19, 2012 8:34 am 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
Thanks onemen!


Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 1:20 pm 
Offline

Joined: Tue Mar 22, 2011 7:38 am
Posts: 98
Now with 0.4.0.3pre.120719a, on Google's "Show search tools", browser (14.0.1) open options in new tab?

_________________
friv | y8 | kizi | y3 | miniclip


Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 4:20 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
tmpuser5286 wrote:
Now with 0.4.0.3pre.120719a, on Google's "Show search tools", browser (14.0.1) open options in new tab?


i will fix that in the next dev-build

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


Top
 Profile  
 
PostPosted: Fri Jul 20, 2012 5:04 am 
Offline

Joined: Fri Jul 20, 2012 4:47 am
Posts: 1
On Firefox Nightly 17.0a1 Tab Mix Plus dosn't work! :(
e.g. if i have opened a lot of tabs - enable Tab Mix and restart Firefox - empty site (without Tabs)


Top
 Profile  
 
PostPosted: Fri Jul 20, 2012 5:08 am 
Offline

Joined: Mon Oct 16, 2006 8:03 pm
Posts: 15
Djagga wrote:
I'm using last dev of TabMix and using it's session manager.

The problem is with start of FF - in spite of any options (grayed "Load tabs on demand" is checked) FF starts to load all restored tabs of previous session simultaneously that causes (I have nearly 80 tabs opened) complete stop of my MBA for about 2 minutes.

What options should I change and where to make my FF load on startup only active tab and pinned and all others just to load on demand ???

Thanks in advance!


TMP shouldn't effect that as far as I know. You might want to use Firefox's built-in session restore feature temporarily to see if it still happens.

_________________
TMP dev build
Firefox release channel
Windows 7 Ultimate 64-bit


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1001 posts ]  Go to page Previous  1 ... 27, 28, 29, 30, 31, 32, 33 ... 51  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 3 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