Tab Mix Plus

Official Home of TMP
It is currently Thu May 23, 2013 5:14 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Thu Apr 19, 2012 1:57 pm 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
In Fx 11.0, after a bit of trial and error, it appears that TMP's (0.4.0.2pre.120417a) nifty new NEW Rename Tab Panel ( viewtopic.php?f=3&t=16189 ) conflicts with, surprisingly, Compact Menu 2 v4.3.1 ( https://addons.mozilla.org/en-US/firefo ... ct-menu-2/ ), and not the ClassicCompact Theme ( https://addons.mozilla.org/en-US/firefo ... ct/?src=ss ), which I at first suspected. With both extensions enabled (48 total, including Piro's TreeStyleTab v0.14.2012021101, and the apparently abandoned, yet still essential (?) Mr. Tech's Tool Kit)), selecting Rename Tab yields nothing visible. Disabling CompactMenu restores the new Rename Tab Panel.

This has occurred since the new panel's introduction.

However, Selecting "Rename this tab regardless of its address" only works at times (the pattern of which I do not know).

There was also a problem getting Reload Tab to work, but this seems to have cleared up...

Side Note: Setting TMP to highlight the color of Focused Tabs works here if in TST, under Appeareance, "Skin of the Tab bar" is set to "Default" (specified by the Theme), but does not work here if set to at least one other selection. I am not sure if I checked that with running Fx's Default theme yet, but I know it isn't working under ClassicCompact.

Thanks very much for all of your efforts!

Gecko/20100101 Firefox/11.0

[]EDIT: Links]


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

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
Compact Menu 2 v4.3.1 brake all popup panel in Firefox by replacing the global function
document.loadOverlay

this is Tabmix code to load the panel for the first time,
with Compact Menu installed the call-back function inside the loadOverlay never run
Code:
    this.window.document.loadOverlay(
      "chrome://tabmixplus/content/minit/renameTab.xul",
      (function (aSubject, aTopic, aData) {
        popup._overlayLoaded = true;
        popup.hidden = false;
        this.panel = popup;

        // reorder buttons for MacOS & Linux
        if (this.window.Tabmix.isPlatform("Linux") || this.window.Tabmix.isPlatform("Mac")) {
          let buttons = this._element("tabmixRenametab_buttons");
          buttons.removeAttribute("pack");
          buttons.setAttribute("dir", "rtl");
        }

        this._doShowPanel();
      }).bind(this)
    )


please report about this to Compact Menu developer ASAP

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


Top
 Profile  
 
PostPosted: Thu Apr 19, 2012 4:30 pm 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
Thank you for your very timely reply! OK, will do. I will include a link to this thread, if that's ok.

Any ideas about the problems keeping a Renamed Tab renamed, as that occurs when CompactMenu is disabled?

Thanks again!


Top
 Profile  
 
PostPosted: Thu Apr 19, 2012 4:34 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
NSMR wrote:
Any ideas about the problems keeping a Renamed Tab renamed, as that occurs when CompactMenu is disabled?


No

can you post steps to reproduce this ?

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


Top
 Profile  
 
PostPosted: Thu Apr 19, 2012 8:58 pm 
Offline

Joined: Thu Apr 19, 2012 12:51 pm
Posts: 8
onemen wrote:
... please report about this to Compact Menu developer ASAP
I submitted your findings, with this thread's url, via the Compatibility Reporter, for CM2, as their Support Forum doesn't seem to show activity for months. I will post details of renaming attempts, probably tomorrow evening. Thanks again for your great work, and assistance!


Top
 Profile  
 
PostPosted: Wed May 09, 2012 12:22 am 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
NSMR wrote:
...
However, Selecting "Rename this tab regardless of its address" only works at times (the pattern of which I do not know).
...

I can confirm this is happening to me also, and I cannot see a pattern. I set the option, and my defined name 'sticks' for a while, then all of a sudden, I notice that the page's own name has taken over. I go through my tabs, and rename them all again, and I notice that the tick-box in some has lost its tick.

I have reverted to 4.0.1 pro tem, but if you want extra detail, I shall re-install 4.0.2.

_________________
Regards...

Bernard


Top
 Profile  
 
PostPosted: Wed May 09, 2012 8:32 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
can you test it on clean profile
and try to find what trigger the lost of the name

restart?, new window? open new tab from...

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


Top
 Profile  
 
PostPosted: Fri May 11, 2012 10:59 pm 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
OK...

I have installed a new copy of FF Portable, specifically for this exercise. (I have until now been using the standard version of FF.)

I have 5 regular tabs, and have just added one for this forum, for a total of 6.the first five have been renamed as:
DOpus, Calibre, iPhone, POPFile, Tab Mix Plus. They are also protected.
The sixth one is renamed as iGoogle, and is frozen.

I have just finished setting up this configuration, and on checking, I find that the Rename tick-boxes for Calibre, Tab mix Plus and iGoogle have been cleared, although all six tabs had their tick-boxes set as part of the initial setup.

I generally operate in the one FF window, switching from tab to tab as required. I will often use the iGoogle tab to seek out new sites, and open them in a new tab automatically. I have just done this, searching on the word weather, and as the iGoogle tab had lost its tick, the name has changed to weather - Google Search.

The disappearance of the ticks seems to be random.

Apart from the TMP add-on, the only other active add-on is the RoboForm toolbar, which I need for all of my browsing.

_________________
Regards...

Bernard


Last edited by BeeTee-Ess on Fri May 11, 2012 11:31 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Fri May 11, 2012 11:30 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Do you log in to this forum in the 'Tabs mix Plus' tab or iGoogle?
The latest TMP has an option to rename a tab regardless of its address, have you used that?

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


Top
 Profile  
 
PostPosted: Fri May 11, 2012 11:33 pm 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
makondo wrote:
Do you log in to this forum in the 'Tabs mix Plus' tab or iGoogle?
The latest TMP has an option to rename a tab regardless of its address, have you used that?

I use the Tab Mix Plus tab to log in to the TMP forum.

I am using the new Rename panel, with its rename, regardless of address option.

_________________
Regards...

Bernard


Top
 Profile  
 
PostPosted: Fri May 11, 2012 11:42 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Odd 'cause it's working fine for me. I assume TMP is the only ext. in this profile, right?

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


Top
 Profile  
 
PostPosted: Sat May 12, 2012 12:10 am 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
Except for the RoboForm toolbar.

It was specifically because of the problem with the new Rename panel that I reverted to TMP 4.0.1 for my standard environment. This is being typed in the FF Portable setup I installed so that I could provide details of the problem I am having, with a minimum of outside influences.

_________________
Regards...

Bernard


Top
 Profile  
 
PostPosted: Sat May 12, 2012 1:39 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Try a clean profile, TMP only, no RoboForm.

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


Top
 Profile  
 
PostPosted: Sat May 12, 2012 2:18 am 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
I disabled RoboForm, and reloaded FF Portable.

A different set of 3 tabs have lost their ticks in the new Rename panel.

_________________
Regards...

Bernard


Top
 Profile  
 
PostPosted: Sat May 12, 2012 4:55 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
i'v found the problem

i will fix it in the next dev-build

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


Top
 Profile  
 
PostPosted: Sat May 12, 2012 11:43 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Awesome! What is it?

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


Top
 Profile  
 
PostPosted: Sat May 12, 2012 5:29 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
makondo wrote:
Awesome! What is it?
"Rename this tab regardless of its address" doesn't work unless you reset it while the panel is open

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


Top
 Profile  
 
PostPosted: Sat May 12, 2012 5:42 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
I see, thanks!
Just so you know, i don't have any problems with this since the change. Thanks for that!

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


Top
 Profile  
 
PostPosted: Sun May 13, 2012 12:12 am 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
Thanks.

So far, so good with the new dev build.

_________________
Regards...

Bernard


Top
 Profile  
 
PostPosted: Sun May 13, 2012 12:38 am 
Offline
User avatar

Joined: Wed Jun 18, 2008 4:37 am
Posts: 19
Spoke to soon, I'm afraid...

I added a few of my preferred add-ons, and restarted FF Portable.

Immediately, 3 of my 6 tabs lost their Rename ticks.

I restored the ticks, then disabled all but TMP, and restarted FF Portable.

Three tabs had again lost their ticks.

I restored the ticks and restarted FF Portable, and another 3 randomly selected tabs had lost their ticks.

EDIT: When restoring the ticks, I first select the tab in question, so that tab's content is on view, just in case it makes a difference.

_________________
Regards...

Bernard


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 0 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