Tab Mix Plus

Official Home of TMP
It is currently Fri May 24, 2013 4:40 pm

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 ... 91, 92, 93, 94, 95, 96, 97 ... 164  Next
Author Message
 Post subject:
PostPosted: Sat Sep 18, 2010 10:33 am 
Offline
User avatar

Joined: Tue Feb 26, 2008 7:13 pm
Posts: 115
Location: Australia
Update from previous version constantly fails in Minefield.
Can only be installed from xpi.


Top
 Profile  
 
 Post subject: Broken?
PostPosted: Sat Sep 18, 2010 12:31 pm 
It looks like Open new tabs next to current one and Open other tabs next to current one is broken in the current Mindfield.


Top
  
 
 Post subject:
PostPosted: Sat Sep 18, 2010 2:20 pm 
Offline
User avatar

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

I can see the "native" tab progress bars in Minefield now.

_________________
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: Sat Sep 18, 2010 4:05 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Thanks, onemen!
What's the color under the progress bar? I mean .tab-progress, i think. Is it system color? Is it set in TMP (doesn't seem so)? Mine is some greyish-greenish thingy. Ray what's the color you see?
I mean the bg in which the bar runs, within the red border:

Image

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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 18, 2010 4:10 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
I'd guess it is based off of my system color though I have not yet tried on my XP system

_________________
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: Sun Sep 19, 2010 1:30 am 
Offline

Joined: Mon Jan 14, 2008 4:21 am
Posts: 19
Location: U.S.A
onemen wrote:
Tab Mix Plus Dev-Build 0.3.8.5pre.100918a Released (Older builds)
  • Fixed: Update Tabmix code after Bug 544818 Progress "Line" indicator for loading tabs.[Minefield]
  • Fixed: Missed tab context menu and broken App tab with Tabmix 100916a and Firefox 4.0b6
  • Fixed: Prevent other extensions from load other page into current tab.
  • Fixed: Fix multi-row height when Tabs on-top (47px instead of 46Px).
  • Fixed: Session Manager not loading home page(s) when not restoring on Firefox start.
  • Fixed: Back-out of Google result page links - changes from 100916a build
  • Added: New options to lock App tabs - tab is locked when it toggle into App tab.
  • Added: New options to lock tabs separate from the options to always open links in new tab.


Thanks that fixed google voice issue. :D


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 19, 2010 3:08 pm 
Offline
User avatar

Joined: Tue Aug 04, 2009 12:35 pm
Posts: 10
Location: Hölle
I have a little question... on menu customization I saw there isn't "Add this tab to Bookmarks" option.
It usually appeared on context menu (on tab) for Firefox 3.6.x.

Is this a feature deleted on Firefox 4 or was it something forgotten in TMP?

Thanks and keep the good work!!

_________________
-=[ VERONIKA ZEMANOVÁ LOVER ]=- Windows 7 Ultimate (x64) ★ Firefox 8.0a1 (x86) ★ TMP 0.3.8.6


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 19, 2010 3:44 pm 
Using TMP 0.3.8.5pre.100918a and Yoono 7.4.0 together causes problems with new tabs not opening again.


Top
  
 
 Post subject:
PostPosted: Sun Sep 19, 2010 3:58 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
KaaMoS wrote:
I have a little question... on menu customization I saw there isn't "Add this tab to Bookmarks" option.
It usually appeared on context menu (on tab) for Firefox 3.6.x.

Is this a feature deleted on Firefox 4 or was it something forgotten in TMP?

Thanks and keep the good work!!


this feature deleted on Firefox 4

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 19, 2010 4:08 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Anon wrote:
Using TMP 0.3.8.5pre.100918a and Yoono 7.4.0 together causes problems with new tabs not opening again.


i don't see any problem
what is your Firefox version?
do you see any messages in the error console?

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 19, 2010 5:04 pm 
Quote:
what is your Firefox version?

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100919 Firefox/4.0b7pre

Quote:
do you see any messages in the error console?

Each time I click a link with my middle mouse button the following appears in the error console:
Error: this.previousOpenNewTabWith is undefined
Source File: resource://yoono/yoonoCookies.js
Line: 1556

Code:
newTab = this.previousOpenNewTabWith.call(this, aURL, aDocument, aPostData, aEvent, aAllowThirdPartyFixup, aReferrer);


Top
  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 12:28 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
report about it to yoono developer

they need to replace

Code:
newTab = this.previousOpenNewTabWith.call(this, aURL, aDocument, aPostData, aEvent, aAllowThirdPartyFixup, aReferrer);


with
Code:
newTab = window.previousOpenNewTabWith.call(this, aURL, aDocument, aPostData, aEvent, aAllowThirdPartyFixup, aReferrer);

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 12:38 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
onemen,
do you know what that dark bg is behind the progressbar?

Image

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


Last edited by makondo on Mon Sep 20, 2010 12:45 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 12:44 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
this is the code from window xp browser.css
Code:
.tab-progress,
#urlbar-progress {
  -moz-appearance: none;
  min-height: 0px;
  height: 3px;
  border: 0;
  margin: -2px 0 -1px;
  background-color: transparent;
}

.tab-progress[busy][stalled][value="0"],
#urlbar-progress[busy][stalled][value="0"] {
  /* TODO: add connecting state (bug 596812) */
}

.tab-progress > .progress-bar,
#urlbar-progress > .progress-bar {
  -moz-appearance: none;
  min-width: 3px;
  border-top: 1px solid rgba(100,100,100,.1);
  border-bottom: 1px solid rgba(0,0,0,.2);
  background-color: Highlight;
  background-image: -moz-linear-gradient(left, rgba(255,255,255,.1) 50%,
                                               rgba(255,255,255,.4) 90%,
                                               rgba(255,255,255,.8));
}

.tab-progress > .progress-bar:-moz-locale-dir(rtl),
#urlbar-progress > .progress-bar:-moz-locale-dir(rtl) {
  background-image: -moz-linear-gradient(right, rgba(255,255,255,.1) 50%,
                                                rgba(255,255,255,.4) 90%,
                                                rgba(255,255,255,.8));
}

.tab-progress > .progress-remainder,
#urlbar-progress > .progress-remainder {
  border-top: 1px solid rgba(100,100,100,.1);
  border-bottom: 1px solid rgba(0,0,0,.2);
  background-image: -moz-linear-gradient(right, ThreeDShadow 80%, ThreeDLightShadow);
}

.tab-progress > .progress-remainder:-moz-locale-dir(rtl),
#urlbar-progress > .progress-remainder:-moz-locale-dir(rtl) {
  background-image: -moz-linear-gradient(left, ThreeDShadow 80%, ThreeDLightShadow);
}


i think that what you ask about is the .progress-remainder

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 12:49 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Gotcha! Thanks a lot! It was - surprisingly, i would've never guessed - .tab-progress > .progress-remainder

BTW, thanks for the update, sorry a bit late.

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 1:14 am 
onemen wrote:
report about it to yoono developer


ok, I notified them of your solution, Thanks Onemen!


Top
  
 
PostPosted: Mon Sep 20, 2010 4:34 am 
me again :shock:
( apologies for not reporting this sooner, I've been ill... )

The "Opened Tabs" button won't show the list as "Sorted".
Click the menu entry for "Sorted Tabs": the list of opened tabs simply vanishes.

This is seen in both Minefield and Firefox 3.6.10, over several versions of TMP.


The Error Console displays the following messages:

----------------------------------------
IN MINEFIELD:
Warning: reference to undefined property visibleTabs.tabs
Source File: chrome://tabmixplus/content/utils.js
Line: 229

Error: visibleTabs.tabs is undefined
Source File: chrome://tabmixplus/content/utils.js
Line: 229
----------------------------------------

----------------------------------------
In FIREFOX 3.6.10:

Warning: reference to undefined property visibleTabs.tabs
Source File: chrome://tabmixplus/content/click/click.js
Line: 864

Error: visibleTabs.tabs is undefined
Source File: chrome://tabmixplus/content/click/click.js
Line: 864

----------------------------------------

It happens no matter how many tabs are open: even just the one tab when the browser first opens.

Checked today with new, empty profiles, with no extensions except for TMP 100918a, and no themes added.



And a suggestion:
At present, the menu entry to select "Sorted Tabs" is at the end of the list of open tabs; perhaps it could be moved to the top of that list ?


Top
  
 
PostPosted: Mon Sep 20, 2010 5:22 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Guest - me again wrote:
me again :shock:
( apologies for not reporting this sooner, I've been ill... )

The "Opened Tabs" button won't show the list as "Sorted".
Click the menu entry for "Sorted Tabs": the list of opened tabs simply vanishes.

IN MINEFIELD:
Warning: reference to undefined property visibleTabs.tabs
Source File: chrome://tabmixplus/content/utils.js
Line: 229


Thanks

i will fix this typo visibleTabs.tabs > visibleTabs

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 5:37 am 
Hi!

I have a problem like this:

Image

minefield 4.0b7pre x64
tab mix plus 0.3.8.5pre.100918a


Top
  
 
 Post subject:
PostPosted: Mon Sep 20, 2010 8:47 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Try this experimental version

we try to block all links from opening in the current tab when the tab is lock.


we need to verify that we don't brake any Google or other site functionality
so try to use Gmail, Google Voice and so on.

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


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 ... 91, 92, 93, 94, 95, 96, 97 ... 164  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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