Tab Mix Plus

Official Home of TMP
It is currently Sat May 25, 2013 8:01 am

All times are UTC - 6 hours [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 274 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14  Next
Author Message
 Post subject:
PostPosted: Thu Oct 26, 2006 7:02 pm 
Offline
Admin
User avatar

Joined: Tue Aug 02, 2005 10:34 pm
Posts: 2074
Location: Houston, Texas
yeah and we dont mean to, but it just happens


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 26, 2006 9:12 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
I know and not complaining ;-)

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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 1:03 am 
Hi,

Thanks a lot for for TMP. There seems to be a little issue in TMP 03.49.061009:

After closing a tab (with a loaded web page), two items "Undo Close Tab" appear in the Tab Context Menu. Moreover, if I move the pointer to "Closed Tabs List" menu in the Tab Context Menu, the separator right before "Undo Close Tab" is removed.

Hope this will be fixed in the official release.

Best wishes.


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 1:24 am 
Anonymous wrote:
Hi,

Thanks a lot for for TMP. There seems to be a little issue in TMP 03.49.061009:

After closing a tab (with a loaded web page), two items "Undo Close Tab" appear in the Tab Context Menu. Moreover, if I move the pointer to "Closed Tabs List" menu in the Tab Context Menu, the separator right before "Undo Close Tab" is removed.

Hope this will be fixed in the official release.

Best wishes.


Hi, I came across this same problem, and the first "Undo Close Tab" item in the Tab Context Menu is the new FF2 Undo Close Tab feature. You may have noticed, but when you use this, it does not remove items from the closed tabs list whenever you undo a closed tab, but TMP's "Undo Close Tab" will remove items from the closed tabs list still. If you add this code to your userChrome.css, you can get rid of the first "Undo Close Tab" item in the Tab Context Menu.

Code:
menuitem[id="tabContextUndoCloseTab"] {
  display: none !important;
}


This is what I did to get rid of the extra "Undo Close Tab" item in the context menu.


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 3:42 am 
Don't know if it's already covered. The search showed nothing.

view-source doesn't seem to work anymore with the RC
http://tmp.garyr.net/tab_mix_plus-0.3.5rc1.xpi

Can anyone confirm this?


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 8:05 am 
Works well on my system at work (windows XP) and at home (Gentoo Linux).


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 8:08 am 
Offline
Admin
User avatar

Joined: Tue Aug 02, 2005 10:34 pm
Posts: 2074
Location: Houston, Texas
is anyone else besides mac users having weird problems with the close tab button?
i want to try to fix the issue this weekend. so if any mac users could provide the file "classic.jar" from the chrome directory in your firefox installation it would be great.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 8:28 am 
I'm getting a dotted border around .tab-text when clicking on tabs.
I had the following in userChrome.css which now doesn't work with this version of TMP
Code:
/* Remove focus rings (dotted rectangle) around active tabs */
.tabbrowser-tabs > tab:focus .tab-middle {
  outline: none !important;
}


Had to use this instead which does work:
Code:
.tab-text {
  border: none !important;
}


Thanks for the good work
Mark


Top
  
 
PostPosted: Fri Oct 27, 2006 9:25 am 
In my options I have under Menu under the tab Tools Menu the options Session Manager and Closed Windows List enabled, but I don't see them. I also have the Tab Mix Plus Options enabled (it was standard enabled) and I can see this.

Using Firefox 2.0 and it my be conflicting with the More Tools Menu


Top
  
 
 Post subject: Misspelling?
PostPosted: Fri Oct 27, 2006 9:40 am 
What does "operner" mean in reference to focus related to closing a tab?

the popup menu says "operner/right"

Otherwise great job. I was kind of down after I found out 2.0 knocked of Tab Mix Plus. Can't wait for official release.


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 11:19 am 
CPU wrote:
is anyone else besides mac users having weird problems with the close tab button?
i want to try to fix the issue this weekend. so if any mac users could provide the file "classic.jar" from the chrome directory in your firefox installation it would be great.


I'm both a pc user and a heavy mac user.

I have 2.0 released on wednesday for mac. There is no .jar file in the chrome directory, only 2 css files.

regards.


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 11:21 am 
Anonymous wrote:
CPU wrote:
is anyone else besides mac users having weird problems with the close tab button?
i want to try to fix the issue this weekend. so if any mac users could provide the file "classic.jar" from the chrome directory in your firefox installation it would be great.


I'm both a pc user and a heavy mac user.

I have 2.0 released on wednesday for mac. There is no .jar file in the chrome directory, only 2 css files.

regards.


There's a tabmixplus.jar


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 12:03 pm 
CPU wrote:
is anyone else besides mac users having weird problems with the close tab button?

Yes. I have the close button on the tab 'pointed for'.
On both Linux and WinXP, the button vanishes when the mouse hovers over it.
On Linux, I have also seen a really weird issue that when clicking the close button, there briefly is a much bigger empty button visible, just before the tab is closed.
Oh, and on WinXP I see an issue of the tab size getting bigger and the font moving up when pointing to the tab. This only happens with the close button shown on the tab.


Top
  
 
PostPosted: Fri Oct 27, 2006 12:13 pm 
Slowtab wrote:
I've found what I think is an issue with TMP 3.5RC1 and Firefox 2.0. With TMP enabled, CTRL-T opens a new tab with a slight delay. The delay is a few hundred milliseconds, and I see my CPU usage spike about 20% very briefly. The problem is that a few hundred millseconds is enough to miss the first character of whatever I'm tryping on the new tab. For example, if I press CTRL-T and then start typing "firefox," I'll usually end up with "irefox" which is really a pain. The problem seems to go away when I disable TMP in FF2.0, and it doesn't exist on the TMP versions for Firefox 1.5.


Would you please take a look at what's happening on a new tab open and advise if there is any way to fix this? I'm thinking it may be a specific option that can be turned off. Happens with TMP default settings as well as with my custom TMP settings.

FF2.0 on Windows XP SP2
TMP 3.49.061009
AdBlock Plus 0.7.2.1
Context Search 0.3
Download StatusBar 0.9.4.3
Tab Preview 0.3
Tiny Menu 1.2.3
foxpose 0.6

Thanks in advance


Bumping my own post - I think what's happening is that TMP 3.0.5 opens a new tab in the foreground by default and TMP 3.5RC1 actually opens a new tab in the background and then brings it forward.

When I press CTRL-T in 3.0.5, the new tab opens immediately with bold (Untitled) on the tab.

When I press CTRL-T in 3.5RC1, I see the italic text of an unread tab, which switches to the bold (Untitled) text I would expect on a foreground tab. This is what causes the little delay in actually opening a new tab.

Has this changed in TMP? Is it a FF2.0 thing? Any way to fix? Hope the extra information helps.


Top
  
 
PostPosted: Fri Oct 27, 2006 12:13 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Wicket wrote:
In my options I have under Menu under the tab Tools Menu the options Session Manager and Closed Windows List enabled, but I don't see them. I also have the Tab Mix Plus Options enabled (it was standard enabled) and I can see this. ....


did you enabled Tabmix Session Manager ?

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


Top
 Profile  
 
PostPosted: Fri Oct 27, 2006 12:27 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Slow tab wrote:
Slowtab wrote:
I've found what I think is an issue with TMP 3.5RC1 and Firefox 2.0. With TMP enabled, CTRL-T opens a new tab with a slight delay. The delay is a few hundred milliseconds, and I see my CPU usage spike about 20% very briefly. The problem is that a few hundred millseconds is enough to miss the first character of whatever I'm tryping on the new tab. For example, if I press CTRL-T and then start typing "firefox," I'll usually end up with "irefox" which is really a pain. The problem seems to go away when I disable TMP in FF2.0, and it doesn't exist on the TMP versions for Firefox 1.5.


Would you please take a look at what's happening on a new tab open and advise if there is any way to fix this? I'm thinking it may be a specific option that can be turned off. Happens with TMP default settings as well as with my custom TMP settings.

FF2.0 on Windows XP SP2
TMP 3.49.061009
AdBlock Plus 0.7.2.1
Context Search 0.3
Download StatusBar 0.9.4.3
Tab Preview 0.3
Tiny Menu 1.2.3
foxpose 0.6

Thanks in advance


Bumping my own post - I think what's happening is that TMP 3.0.5 opens a new tab in the foreground by default and TMP 3.5RC1 actually opens a new tab in the background and then brings it forward.

When I press CTRL-T in 3.0.5, the new tab opens immediately with bold (Untitled) on the tab.

When I press CTRL-T in 3.5RC1, I see the italic text of an unread tab, which switches to the bold (Untitled) text I would expect on a foreground tab. This is what causes the little delay in actually opening a new tab.

Has this changed in TMP? Is it a FF2.0 thing? Any way to fix? Hope the extra information helps.


this quote is from Firefox loadOneTab method Set newly selected tab after quick timeout, otherwise hideous focus problems can occur when "browser.tabs.loadInBackground" is false and presshell is not ready

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


Top
 Profile  
 
PostPosted: Fri Oct 27, 2006 1:23 pm 
onemen wrote:
Slow tab wrote:
Slowtab wrote:
I've found what I think is an issue with TMP 3.5RC1 and Firefox 2.0. With TMP enabled, CTRL-T opens a new tab with a slight delay. The delay is a few hundred milliseconds, and I see my CPU usage spike about 20% very briefly. The problem is that a few hundred millseconds is enough to miss the first character of whatever I'm tryping on the new tab. For example, if I press CTRL-T and then start typing "firefox," I'll usually end up with "irefox" which is really a pain. The problem seems to go away when I disable TMP in FF2.0, and it doesn't exist on the TMP versions for Firefox 1.5.


Would you please take a look at what's happening on a new tab open and advise if there is any way to fix this? I'm thinking it may be a specific option that can be turned off. Happens with TMP default settings as well as with my custom TMP settings.

FF2.0 on Windows XP SP2
TMP 3.49.061009
AdBlock Plus 0.7.2.1
Context Search 0.3
Download StatusBar 0.9.4.3
Tab Preview 0.3
Tiny Menu 1.2.3
foxpose 0.6

Thanks in advance


Bumping my own post - I think what's happening is that TMP 3.0.5 opens a new tab in the foreground by default and TMP 3.5RC1 actually opens a new tab in the background and then brings it forward.

When I press CTRL-T in 3.0.5, the new tab opens immediately with bold (Untitled) on the tab.

When I press CTRL-T in 3.5RC1, I see the italic text of an unread tab, which switches to the bold (Untitled) text I would expect on a foreground tab. This is what causes the little delay in actually opening a new tab.

Has this changed in TMP? Is it a FF2.0 thing? Any way to fix? Hope the extra information helps.


this quote is from Firefox loadOneTab method Set newly selected tab after quick timeout, otherwise hideous focus problems can occur when "browser.tabs.loadInBackground" is false and presshell is not ready


So, no possibility of making this configurable or reverting to the old functionality? That tiny delay really is a pain when using CTRL-T and then typing immediately.


Top
  
 
 Post subject: Spanish version
PostPosted: Fri Oct 27, 2006 1:25 pm 
When can we see the spanish version?
It's an great addon.... I need it :shock:


Top
  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 1:43 pm 
Offline
Admin
User avatar

Joined: Tue Aug 02, 2005 10:34 pm
Posts: 2074
Location: Houston, Texas
Anonymous wrote:
CPU wrote:
is anyone else besides mac users having weird problems with the close tab button?
i want to try to fix the issue this weekend. so if any mac users could provide the file "classic.jar" from the chrome directory in your firefox installation it would be great.


I'm both a pc user and a heavy mac user.

I have 2.0 released on wednesday for mac. There is no .jar file in the chrome directory, only 2 css files.

regards.


im sorry, i didnt mean on your profile, i mean in the directory where firefox is actually installed, there should be another directory called chrome

----
openerer was a spelling mistake, we will fix it later
---

a spanish version will come out after we finish with localization. we still have not finalized it


Top
 Profile  
 
PostPosted: Fri Oct 27, 2006 1:58 pm 
TMP fan wrote:
Doh! The "use same tab on middle click" option was checked which it weird because I would *never* choose that, and I think it was off by default on the desktop.

Sorry for bothering everyone before doing (basic) troubleshooting.


Well, just want to say, that i've done troubleshooting before... ;)

I've disabled _all_ other Extensions and the the tabs are still coming up selected/focused by middle-mouse clicking any link.
Then i overrode the config with the default one... still like above.

With TMP disabled it works fine.

btw. i had the same problem with TMP for FF 1.5.


Top
  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 274 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] 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:  
cron
Powered by phpBB® Forum Software © phpBB Group