Tab Mix Plus

Official Home of TMP
It is currently Thu May 23, 2013 8:50 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 ... 148, 149, 150, 151, 152, 153, 154 ... 164  Next
Author Message
PostPosted: Wed Sep 07, 2011 8:58 am 
Offline

Joined: Mon Jan 14, 2008 4:21 am
Posts: 19
Location: U.S.A
Thanks everyone, was wondering why middle clicked stopped working.


Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 10:13 am 
Offline

Joined: Thu Aug 25, 2011 12:13 pm
Posts: 6
Using FF9 Nightly, and the tab animation messed up everything. You posted few dev builds, but every one of the has a defect.

You can rearrange the tabs, but you can not pull tabs to the bookmarks sidebar, because it is opening the tab in a new window. CTRL+Click+pull did not solve the problem.

Any ideas?


Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 10:36 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
Merwenus wrote:
Using FF9 Nightly, and the tab animation fucked up everything. You posted few dev builds, but every one of the has a defect.

You can rearrange the tabs, but you can not pull tabs to the bookmarks sidebar, because it is opening the tab in a new window. CTRL+Click+pull did not solve the problem.

Any ideas?

When onemen has a chance to finish up the version that take into consideration all the changes being made to Fx.

The edited dev versions are only intended to re-enable tab reordering when that broke, account for the dropping of support for nsIJSON in the browser, and addressing conflict/incompatibility between TMP and some versions of Greasemonkey. In other words, these are just "band-aids" to keep TMP and/or the browser functional. Any needed "heavy-duty" revisions to TMP will depend on 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: Wed Sep 07, 2011 11:28 am 
Offline
User avatar

Joined: Thu May 15, 2008 5:46 am
Posts: 204
Location: Roanoke, Va
Merwenus wrote:
Using FF9 Nightly, and the tab animation f* up everything. You posted few dev builds, but every one of the has a defect.

You can rearrange the tabs, but you can not pull tabs to the bookmarks sidebar, because it is opening the tab in a new window. CTRL+Click+pull did not solve the problem.

Any ideas?

Im not a moderator, but please watch your language.

I dont believe any of those posted versions are "development builds" but as Ray suggested fixes for to make TMP more useable than that of the latest dev build published by onemen. There are contributors that make small adjustments to make the TMP compatible with the latest nightly and Aurora builds where otherwise TMP might be completely unusable.

Im sure it will be corrected when onemen is comfortable with the Fx nightly and has the time to update TMP.

_________________
Log home progress - Updated 08/29/2012

Scuba Diving Site

Dell XPS One - Vista Home Premium w/SP2
Mozilla/5.0 (Windows NT 6.0; rv:2.0b6pre) Firefox® Nightly unless otherwise specified
TMP - latest Dev-Build


Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 11:37 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Merwenus,
i am a moderator - please, watch your language, not a bar here, a public forum. Edited you post (the one Bruce quoted in its originality Image).
When asking for help and using somebody' else work for free, a good way to get that help is to be polite. Just so you know.

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


Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 3:03 pm 
Offline
User avatar

Joined: Tue Aug 23, 2011 2:06 am
Posts: 3
Location: USA, Mountain Time
@makondo and onemen,

Why exactly is TMP intercepting QSP parms on user.js files?

About 6 months ago I discovered that a user.js with a QSP wasn't opening in a new window even in previous GM and TMP versions but I didn't put two and two together that TMP was doing this until upstream GM moved to an object.

The suggested workaround given here:
Morac wrote:
I don't know if this was posted before or not since I haven't searched this thread, but the easiest fix for the compatibility issue between GM and TMP is to change line 449 in contentLinks.js from:
Code:
  if ("GM_BrowserUI" in window && GM_getEnabled()) {

to:
Code:
  if ("GM_BrowserUI" in window && Application.prefs.getValue("greasemonkey.enabled", false)) {

would be a little better however the GM workaround will eventually drop off when TMP chooses a different test.

I can see if I can re-recommend an API specific to other add-on developers to Anthony however Moz is currently taking a lot of steps to eliminate the pollution to prevent add-on incompatibility just like this and may eventually reject TMP updates due to this.

I do like TMP and I would like to throw around some ideas about how to resolve this but I need the question above answered first.

Thanks,
- Marti -

See also:

_________________
Linux32-64/Win32-64/Firefox All versions including Aurora,Beta,Nightlies/userscripts.org


Last edited by Marti on Wed Sep 07, 2011 3:18 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 3:18 pm 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
Sorry, Marti, i have nothing to do with the ext. development, onemen does.

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


Top
 Profile  
 
PostPosted: Wed Sep 07, 2011 3:24 pm 
Offline
User avatar

Joined: Tue Aug 23, 2011 2:06 am
Posts: 3
Location: USA, Mountain Time
makondo wrote:
Sorry, Marti, i have nothing to do with the ext. development, onemen does.

No problem. I welcome any banter between onemen if he is willing to discuss it even through email if he so wishes. :) I look forward to hearing from him soon.

Thanks,
- Marti -

_________________
Linux32-64/Win32-64/Firefox All versions including Aurora,Beta,Nightlies/userscripts.org


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 11:23 am 
Offline

Joined: Wed Apr 28, 2010 7:26 pm
Posts: 48
There was an update today, does this mean that Temp fix is no longer needed?


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 11:25 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
Tab Mix Plus Dev-Build 0.3.8.7pre.110908a Released (Older builds)
  • Fixed: Update Tabmix compatibility with Firefox 6.02 - 9.0a1.
  • Fixed: incompatibility with greasemonkey extension version 0.9.10.
  • Fixed: New Boolean preference Select location bar after loading new tab. (extensions.tabmix.selectLocationBar default true), when set to true focus the location bar on new tab (Ctrl+T).

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


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 11:27 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 Sep 08, 2011 11:51 am 
Offline

Joined: Wed Apr 28, 2010 7:26 pm
Posts: 48
Thanks Onemen!!!!!!!


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 12:42 pm 
Offline

Joined: Sat Jul 16, 2011 8:02 pm
Posts: 4
Can you explain the new checkbox, "Select location bar after loading new tab"?

I have tried having it checked and unchecked, and I don't see the difference in the browser's behavior.

Thanks.


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 12:43 pm 
Offline
Admin

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

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


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 12:45 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
emarell wrote:
Can you explain the new checkbox, "Select location bar after loading new tab"?

I have tried having it checked and unchecked, and I don't see the difference in the browser's behavior.

Thanks.

I believe that provides the option to have the pointer go to the location (or URL or address) bar when opening a new (blank) 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  
 
PostPosted: Thu Sep 08, 2011 12:50 pm 
Offline
User avatar

Joined: Wed Mar 30, 2011 6:37 pm
Posts: 36
GTK48 wrote:
There was an update today, does this mean that Temp fix is no longer needed?
No it's no longer needed, If you are referring this TMP temp fix: viewtopic.php?p=52594#p52594

Thanks Oneman... :D


Last edited by rob64rock on Thu Sep 08, 2011 12:58 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 12:52 pm 
Offline
User avatar

Joined: Wed Mar 30, 2011 6:37 pm
Posts: 36
Oneman,

Using Tab Mix Plus Dev-Build 0.3.8.7pre.110908a on latest Win32 20110908 Aurora, Nightly and latest Fx 7 Beta on fresh install with only TMP(Default settings), the bug mentioned here is still happening: viewtopic.php?p=52677#p52677

Keep up the good work Oneman... :D


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 1:34 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7295
WildcatRay wrote:
emarell wrote:
Can you explain the new checkbox, "Select location bar after loading new tab"?

I have tried having it checked and unchecked, and I don't see the difference in the browser's behavior.

Thanks.

I believe that provides the option to have the pointer go to the location (or URL or address) bar when opening a new (blank) tab.


thank Ray....
can you provide better and short description to replace "Select location bar after loading new tab"
maybe "Focus address bar" i think we can drop "..after loading new tab" since this check-box is in new tab section

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


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 1:39 pm 
Offline

Joined: Mon Apr 05, 2010 5:56 pm
Posts: 86
Finally onemen!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thanks a lot!!!!

Anyway alt+enter still broken, back to fix script of few posts ago. And new eye candy tab rearrange animation is not compatible yet. :P


Top
 Profile  
 
PostPosted: Thu Sep 08, 2011 1:58 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
onemen wrote:
WildcatRay wrote:
emarell wrote:
Can you explain the new checkbox, "Select location bar after loading new tab"?

I have tried having it checked and unchecked, and I don't see the difference in the browser's behavior.

Thanks.

I believe that provides the option to have the pointer go to the location (or URL or address) bar when opening a new (blank) tab.


thank Ray....
can you provide better and short description to replace "Select location bar after loading new tab"
maybe "Focus address bar" i think we can drop "..after loading new tab" since this check-box is in new tab section

I think you just wrote it 8) (Under new tab):

"Focus address bar" or

"Focus address bar after opening"

_________________
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  
 
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 ... 148, 149, 150, 151, 152, 153, 154 ... 164  Next

All times are UTC - 6 hours [ DST ]


Who is online

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