Tab Mix Plus

Official Home of TMP
It is currently Fri May 24, 2013 6:26 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 ... 133, 134, 135, 136, 137, 138, 139 ... 164  Next
Author Message
 Post subject:
PostPosted: Sat Apr 16, 2011 6:03 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
Is anyone else who uses Omnibar (latest) and TMP with Events > Tab Opening > Open tabs from: Address bar not seeing a new tab open when you paste in a URL and press Enter?

I am seeing this in Fx 4, Aurora and Nightly (nee Minefield) with no errors in the error console. Works as expected once Omnibar is disabled.

_________________
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 Apr 17, 2011 2:21 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
i don't see that
WFM

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 17, 2011 7:54 am 
Offline

Joined: Mon Mar 28, 2011 9:53 pm
Posts: 19
Now that I've fixed my extension Classic Compact Options to properly use tabMaxWidth instead of tabClipWidth, an undesirable TMP behavior has been found.

When users try to change the tabMaxWidth value outside of TMP (e.g. using CCO) TMP interrupts the user's ability to change this value.

For instance, if you start with a min width value of 100 and a max width value of 250 and want to change the max width value to 150 you might try to delete the "2" to replace it with a "1". The moment you do this, however, TMP sees a max width value of 50, which is less than the min width value of 100 and immediately changes the max tab width value to 100.

TMP needs to stop using the observers to "fix" the min/max tab width settings. Rather it should simply ignore min tab width settings that are larger than the max tab width when setting the min-width and max-width CCS rules for tabs.

I'm doing everything I can to make my theme and its companion extension compatible with TMP, but TMP's heavy handed behaviors at times are making this effort extremely frustrating. In this case TMPs efforts to validate the min and max tab width settings are having very serious undesirable impacts on anyone else's extension that also happens to provide the ability to change this setting. For instance TMP's validation of min and max tab width settings also breaks the extension Custom Tab Width which was written by the Firefox developer Dao Gottwald.

_________________
Creator of Firefox theme Classic Compact and its companion extension Classic Compact Options


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 17, 2011 8:39 am 
Offline

Joined: Sat Apr 16, 2011 5:26 am
Posts: 5
I agree with klb, I hope tab mix plus develeopers can fix this issue with tab width so it can play along with addons that also change tab width, like "Classic Compact Options"


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 17, 2011 10:03 am 
Offline

Joined: Sun Apr 17, 2011 10:01 am
Posts: 2
WildcatRay wrote:
Is anyone else who uses Omnibar (latest) and TMP with Events > Tab Opening > Open tabs from: Address bar not seeing a new tab open when you paste in a URL and press Enter?

I am seeing this in Fx 4, Aurora and Nightly (nee Minefield) with no errors in the error console. Works as expected once Omnibar is disabled.
I see this too. :(

Only started after the FF 4.0.1 update. (Not using any dev builds)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 17, 2011 10:07 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
pTeronaut wrote:
WildcatRay wrote:
Is anyone else who uses Omnibar (latest) and TMP with Events > Tab Opening > Open tabs from: Address bar not seeing a new tab open when you paste in a URL and press Enter?

I am seeing this in Fx 4, Aurora and Nightly (nee Minefield) with no errors in the error console. Works as expected once Omnibar is disabled.
I see this too. :(

Only started after the FF 4.0.1 update. (Not using any dev builds)

Would you send me a listing of your add-ons, please, by PM? You can use Nightly Tester Tools extension to make a copy of the list and save it to a .txt file for attaching to your PM. Thanks.

_________________
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: Mon Apr 18, 2011 12:28 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
Tab Mix Plus Dev-Build 0.3.8.6pre.110418a Released (Older builds)
  • Fixed: Min & Max tab width validation collide with other extensions that change tab width by changing browser.tabs.tabMaxWidth and browser.tabs.tabMinWidth.
  • Fixed: Min & Max tab width override by some themes.
  • Fixed: Ctrl-Tab not selecting the expected tab after tabs opened in background.
  • Fixed: Styles can brake multi-row by changing new tab button height.

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 1:18 am 
Offline

Joined: Mon Apr 05, 2010 5:56 pm
Posts: 86
Small suggestion, allow not external link to open in same apptab if lock apptab is enabled in options.

Example, make this board an app tab, each link to threads, categories, etc.. will open in new tab.

Thanks.

update:

oh, I think this is bug, after revert this board to regular tab, the behavior of lock app keep on, ie open all links in new tab.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 4:57 am 
Offline

Joined: Fri Sep 25, 2009 4:39 pm
Posts: 24
"Fixed: Ctrl-Tab not selecting the expected tab after tabs opened in background."

Perfect. Thanks, onemen.

[hoping we can have same tab behaviour with previews enabled :)]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 6:59 am 
Offline

Joined: Mon Mar 28, 2011 9:53 pm
Posts: 19
onemen wrote:
Tab Mix Plus Dev-Build 0.3.8.6pre.110418a Released (Older builds)
  • Fixed: Min & Max tab width validation collide with other extensions that change tab width by changing browser.tabs.tabMaxWidth and browser.tabs.tabMinWidth.


Indeed fixed. A very big THANK YOU! 8)

This will save me many headaches.

_________________
Creator of Firefox theme Classic Compact and its companion extension Classic Compact Options


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 7:14 am 
Offline
User avatar

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

(Haven't tested with omnibar yet, though.)

_________________
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: Mon Apr 18, 2011 9:48 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  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 10:43 am 
Offline
Admin

Joined: Wed Aug 03, 2005 1:13 am
Posts: 5194
Location: Rocky Mountains
mancode20,
moved your post to the Display issues thread - http://tmp.garyr.net/forum/viewtopic.php?p=49100#49100

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 9:53 pm 
Offline

Joined: Sat Apr 16, 2011 5:26 am
Posts: 5
running Tab Mix Plus Dev-Build 0.3.8.6pre.110418a now...

Sometimes nothing happens when I try to click a bookmark in All-in-One Sidebar 0.7.13. I have to restart Firefox 4 to get it to work again..Ive set tabmix plus to open bookmark links in new foreground tab...
Even though bookmarks couldnt be open from AIOS, opening them from firefox' own bookmark-menu still worked.

I dont know how to reproduce this bug...I think it sometimes happens after coming back from sleep mode when firefox is open (?)
I didnt come across this bug when running 0.3.8.6pre.110409a and earlier versions....


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 18, 2011 10:16 pm 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
fnukyguy wrote:
running Tab Mix Plus Dev-Build 0.3.8.6pre.110418a now...

Sometimes nothing happens when I try to click a bookmark in All-in-One Sidebar 0.7.13. I have to restart Firefox 4 to get it to work again..Ive set tabmix plus to open bookmark links in new foreground tab...
Even though bookmarks couldnt be open from AIOS, opening them from firefox' own bookmark-menu still worked.

I dont know how to reproduce this bug...I think it sometimes happens after coming back from sleep mode when firefox is open (?)
I didnt come across this bug when running 0.3.8.6pre.110409a and earlier versions....
That sounds similar to what some of us are seeing with Omnibar and TMP set to open from the Address Bar in a new tab. It opens in current tab instead.

_________________
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: Tue Apr 19, 2011 1:26 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
fnukyguy wrote:
running Tab Mix Plus Dev-Build 0.3.8.6pre.110418a now...

Sometimes nothing happens when I try to click a bookmark in All-in-One Sidebar 0.7.13. I have to restart Firefox 4 to get it to work again..Ive set tabmix plus to open bookmark links in new foreground tab...
Even though bookmarks couldnt be open from AIOS, opening them from firefox' own bookmark-menu still worked.

I dont know how to reproduce this bug...I think it sometimes happens after coming back from sleep mode when firefox is open (?)
I didnt come across this bug when running 0.3.8.6pre.110409a and earlier versions....


look in our Troubleshooting page how to enable error console. then report if you see any messages in the error console when you can't open bookmark from side bar.
also try TMP + AIOS on clean profile.

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2011 1:28 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7297
WildcatRay wrote:
That sounds similar to what some of us are seeing with Omnibar and TMP set to open from the Address Bar in a new tab. It opens in current tab instead.


Ray, post your extensions list.
are you using any search related extensions?

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2011 6:23 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
onemen wrote:
WildcatRay wrote:
That sounds similar to what some of us are seeing with Omnibar and TMP set to open from the Address Bar in a new tab. It opens in current tab instead.


Ray, post your extensions list.
are you using any search related extensions?

My addons (also styles, GM scripts):
Adblock Plus 1.3.6
Adblock Plus Pop-up Addon 0.2.3
Add-on Compatibility Reporter 0.8.3
Addon Bar Hide Close Button
Addon Manager Nightly Fix 1.1pre [DISABLED]
Adobe Acrobat 10.0.1.434
Allow Password Remembering
BBCode 0.5.3.2pre
BetterPrivacy 1.49
Bottom Error Console 0.3.4
BugzillaJS 1.0.1
Cache Status 0.7.10
CheckPlaces 2.5.0
Colorize today and weekends (starts on Monday)
Compact Menu 2 4.1pre [DISABLED]
Console² 0.7
Default 4.0 [DISABLED]
Disable Google Reader's "Like" Feature
Display Feed Favicons
DivX HiQ 2.1.0.900
DivX OVS Helper Plug-in 1.0.0.360
DivX Plus Web Player HTML5 <video> 2.1.0.900
DivX Web Player 2.1.0.900
Download Manager Tweak 0.9.5
Download Statusbar 0.9.8
DownThemAll! 2.0.2
Extension Options Menu 1.13
Firebird 1.0.0pre_trunk_r38
Firefox 4 About:Addons Flat and Dark
Firefox 4 Get Add-ons Grey
Firefox 4 Tab Height/Width Adjustment
Firefox 4 UI Fixer 1.4.3
Flashblock 1.5.14.2
FlashGot 1.2.9.2
Font for hotjobs
Font for Various sites
Form History Control 1.2.8.1
FoxClocks 2.7.83pre
Glass TMP Options window Fx 4.0b* & Minefield 4.0b
Gmail - Add Row Highlights
Gmail - Hide Invites
Gmail: color the Compose mail button
Gmail: Shade Button Color
Google Earth Plugin 1.0.0.1
Google Reader - Colorful List View 20110216
Google Update 1.2.183.39
GReader Highlight Row
Greasemonkey 0.9.2
Hide Gmail Chat
Java Console 6.0.24
Java Deployment Toolkit 6.0.240.7 6.0.240.7
Java(TM) Platform SE 6 U24 6.0.240.7
JavaScript Options 1.2.7pre
keyconfig 20110323 [DISABLED]
LastPass 1.73.0 [DISABLED]
Linkification 1.3.9
LinkVisitor 3.3.20100608.1
Microsoft Office 2003 11.0.8161.0
Mozillazine Forums Image Trim
My Personal Menu 0.1
Nightly Tester Tools 3.1.6
NoScript 2.1.0.2
Omnibar 0.7.5.20110410 [DISABLED]
OptimizeGoogle 0.78.3pre
Organize Status Bar 0.6.5pre
Picasa 3.0.0.0
QuickPasswords 1.4
QuickRestart 1.1.7pre
QuickTime Plug-in 7.6.9 7.6.9.0
Readability 1.3.5
Save Image in Folder 1.3.3
Secure Login 0.9.7
Session Manager 0.7.5
Shockwave Flash 10.2.153.1
Show Password onMouseOver
Show Toolbars on "In-content" Tabs
Silverlight Plug-In 4.0.60129.0
Slim Add-on Manager 0.6
Stylish 1.1.2
Tab Font Size
Tab Mix Plus 0.3.8.6pre.110418a
Unsorted Bookmarks Folder Menu 2.4pre
Vacuum Places Improved 1.2
ViewAbout 2.0.1
Xmarks 3.9.9

_________________
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: Tue Apr 19, 2011 9:25 am 
Offline

Joined: Tue Mar 29, 2011 5:44 am
Posts: 5
onemen wrote:
Tab Mix Plus Dev-Build 0.3.8.6pre.110418a Released (Older builds)

I am sorry but this one points to 0.3.8.6pre.110409a (that is what I get if I click on it)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2011 9:35 am 
Offline
User avatar

Joined: Fri Jul 06, 2007 7:05 pm
Posts: 736
Location: Columbus, OH
bafibo wrote:
onemen wrote:
Tab Mix Plus Dev-Build 0.3.8.6pre.110418a Released (Older builds)

I am sorry but this one points to 0.3.8.6pre.110409a (that is what I get if I click on it)

I opened up the install.rdf file and it is the stated version. Try clearing your browser's cache and downloading/installing it, again.

_________________
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 ... 133, 134, 135, 136, 137, 138, 139 ... 164  Next

All times are UTC - 6 hours [ DST ]


Who is online

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