Tab Mix Plus Dev-Build 0.3.6.X-Tab Mix Plus
Home to Tab Mix Plus
TMP HelpSearchProfilePMsRegisterLog in
 
Tab Mix Plus Dev-Build 0.3.6.X
Goto page Previous  1, 2, 3 ... 26, 27, 28 ... 58, 59, 60  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Tab Mix Plus Forum Index -> Builds
View previous topic :: View next topic  
Author Message
MarkB
Guest
PostPosted: Sat Mar 01, 2008 7:27 am    Post subject: Reply with quote

onemen wrote:
MarkB wrote:
8472 wrote:
onemen wrote:
menet wrote:
onemen wrote:
DonGato wrote:
080227 brakes tabs sizing behavior (it sizes tabs randomly) in FFX 2.0.12


what is your settings?

Hi, Razz here are my settings for tabs :
- Highlight Current tab and and unread tabs,
- Tab icons for locked and protected
- Close tab button on current & pointed for 50ms
- Tab Width: 100 to 1000 pixels.


did you use "Tab width fit to tab title" ?


yes i do, but even without this option, no change.
btw, i've noticed one thing:
- after browser startup and the homepage is loaded i open anoter, new tab which is already having problem with the width. but that 1st tab with my homepage is fine, with defined width.
- next i open TMP Options, and i change some option (does not matter which, if it's in the LINKS, or SESSION or DISPLAY or any other), then i press APPLY or OK, and all opened tabs regain their widht defined in the TMP cfg.
- then, if i open any new tab, and problem is back - but it affects only those new tabs which were opened after i changed and confirmed something in TMP cfg


I have exactly the same symptoms and can confirm all the above only with 227 build. Firefox 2.0.0.12, Win2K.

Mark


there is bug in TMP 080227 all new tab in Firefox 2.0.0.12 get maxwidth = 250.
if you set your maxwidth pref to 250. do you see any other problem on Firefox 2.0.0.12


No, except that 250 is far too wide of course.
I normally have 75 minimum, 145 maximum, "Tab width fits to tab title" set.
Tabs are less than 250 if tab title is also less than 250, otherwise they are 250. Clicking the tab bar to get a new tab, that is small (maybe 75).

Mark
Back to top
DonGato

Posts: 18
Joined: 09 Oct 2006
PostPosted: Sat Mar 01, 2008 2:31 pm    Post subject: Reply with quote

onemen wrote:
DonGato wrote:
080227 brakes tabs sizing behavior (it sizes tabs randomly) in FFX 2.0.12


what is your settings?

Sorry for the late response but here it goes:

Highlight off
Show Progress Meter on Tabs
Tab Width 120 to 200

No other settings in the Tab settings.

That means NO "Tab width fit to tab title".
Back to top
View user's profile Send private message
DudeMeister
Guest
PostPosted: Sat Mar 01, 2008 7:18 pm    Post subject: Reply with quote

Hey guys, I know this won't have high priority, but do you plan on using FF2.0's own buttons for scrolling the tabbar? Right now, if enabled, TMP uses it's own buttons which frankly don't fit the new tabbar-skin at all, even though FF2.0 got it's own buttons for scrolling, which extend the tablist-button on the right side.
Back to top
Mc
Guest
PostPosted: Sat Mar 01, 2008 11:53 pm    Post subject: Reply with quote

onemen wrote:
Mc , i'm in a process of rewriting TMP code for multi-row to make it work better with Firefox 3.0 and different theme.

meanwhile i can not provide any support for vertical tabs.

with the new code css alone is not enough, but if you can find css code for vertical tab on Firefox 3.0 without Tabmix send it here and i see what i can do

Thank you very much, onemen, for trying to help. If you have time, I've found a way to get it in DOMi but my code needs some correction.

With the code below and setting (tabbrowser-)arrowscrollbox orient to vertical in DOMi (Object - DOM Node) I get vertical tabs, but as remarked the userChrome code to do so doesn't work

Code:
/* Display the tabbar on the left, Minefield latest trunk */
#content > tabbox {
-moz-box-orient: horizontal;
}

.tabbrowser-strip {
-moz-box-orient: vertical;
overflow: -moz-scrollbars-none;
}

.tabbrowser-tabs {
-moz-box-orient: horizontal;
min-width: 17ex;
/* you may want to increase this value. */
-moz-box-align: start;
}

.tabbrowser-tab {
-moz-box-align: start;
-moz-box-orient: horizontal;
}

/* >>>Not working code<<< */
.tabbrowser-arrowscrollbox {
orient: vertical !important;
}
Back to top
Mc
Guest
PostPosted: Sun Mar 02, 2008 1:24 am    Post subject: Reply with quote

The above means setting without TMP.
Running TMP the same can be done in tabs-frame
Back to top
onemen

Posts: 4246
Joined: 04 Aug 2005
PostPosted: Sun Mar 02, 2008 3:33 am    Post subject: Reply with quote

Mc wrote:
The above means setting without TMP.
Running TMP the same can be done in tabs-frame


.tabbrowser-arrowscrollbox in Firefox has hard-coded orient attribute set to horizontal, so you can not change it with css code like this

tabbrowser-arrowscrollbox {
orient: vertical !important;
}

if you have userChrome.js extension you can run code to change it to vertical.

_________________
Tab Mix Plus v0.3.8.2
Tab Mix Plus Dev-Build 0.3.8.3pre.100125
Back to top
View user's profile Send private message Send e-mail
Mc
Guest
PostPosted: Sun Mar 02, 2008 5:42 am    Post subject: Reply with quote

onemen wrote:
Mc wrote:
The above means setting without TMP.
Running TMP the same can be done in tabs-frame


.tabbrowser-arrowscrollbox in Firefox has hard-coded orient attribute set to horizontal, so you can not change it with css code like this

tabbrowser-arrowscrollbox {
orient: vertical !important;
}

if you have userChrome.js extension you can run code to change it to vertical.

I tried it but js is not my thing, so I did it hard-coded with and without TMP and it works Very Happy Thank you very much.
It might be not a solution for everyone when Fx 3.0 is ready, though
Back to top
GrailKnight
Guest
PostPosted: Sun Mar 02, 2008 6:56 am    Post subject: It works Reply with quote

Squall_Leonhart wrote:
that is not required at all >.<



So far I have had no complaints and it works.
Back to top
onemen

Posts: 4246
Joined: 04 Aug 2005
PostPosted: Sun Mar 02, 2008 8:17 am    Post subject: Reply with quote

Tab Mix Plus Dev-Build 0.3.6.1.080302 Released

  • Fixed: Bug in TMP 080227 all new tab in Firefox 2.0.0.12 get maxwidth = 250.
  • Fixed: Bug in TMP 080227Single Windows Mode broken.
  • Added: New Tab Icon on tab context menu, also we you defualt new Tab icon on the tabbar
  • Added: Left and right scroll button also work in Firefox 2.0.*

_________________
Tab Mix Plus v0.3.8.2
Tab Mix Plus Dev-Build 0.3.8.3pre.100125
Back to top
View user's profile Send private message Send e-mail
MarkB
Guest
PostPosted: Sun Mar 02, 2008 9:38 am    Post subject: Reply with quote

onemen wrote:
Tab Mix Plus Dev-Build 0.3.6.1.080302 Released

  • Fixed: Bug in TMP 080227 all new tab in Firefox 2.0.0.12 get maxwidth = 250.


Confirm fixed, thanks.

Mark
Back to top
mahowi
Guest
PostPosted: Sun Mar 02, 2008 2:32 pm    Post subject: Reply with quote

Does the new build work again with Fx 3.0b3? There was a bug in 080227, where tabs couldn't be closed.
Back to top
mahowi

Posts: 2
Joined: 02 Mar 2008
PostPosted: Sun Mar 02, 2008 3:02 pm    Post subject: Reply with quote

mahowi wrote:
Does the new build work again with Fx 3.0b3? There was a bug in 080227, where tabs couldn't be closed.

Okay, I tried it and it says it doesn't work with Beta3, only with newer nightlies of Minefield.

_________________
Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4 Mnenhy/0.7.5.20005 ID:2008030714
TMP 0.3.6.1.080302
Back to top
View user's profile Send private message
Squall_Leonhart

Posts: 83
Location: Australia
Joined: 26 Feb 2008
PostPosted: Sun Mar 02, 2008 8:39 pm    Post subject: Re: It works Reply with quote

GrailKnight wrote:
Squall_Leonhart wrote:
that is not required at all >.<



So far I have had no complaints and it works.


It is still NOT REQUIRED.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
gilmour
Guest
PostPosted: Sun Mar 02, 2008 9:11 pm    Post subject: Reply with quote

Thx Onemen

TMP working sweet again with latest builds.

mahowi any reason why you still have to use Fx3.0b3?
Fx3.0b3 is pretty much redundant now and you should be using a recent build that reflects all the current changes
Back to top
Guest

PostPosted: Sun Mar 02, 2008 9:55 pm    Post subject: 1 issue with 080302 Reply with quote

Hello,

I have a problem with 080302 build and ff latest nightly.

Though "Middle click opens items in current tab" is checked and "Open tabs from Bookmarks/History" is also checked, middle click on bookmark opens that site in new tab.
Could onemen or anyone can confirm?
Back to top
Guest

PostPosted: Mon Mar 03, 2008 4:20 am    Post subject: Reply with quote

Tab Mix Plus Error

You Installed new Tab mix dev-build on MineField build version prior to 2008-02-23 (probebly firefox 3.0b3)

You can find old Tab mix dev-build in This Page, or install the Latest MineField nightly build.


I have updated to 0302 and got the above error.
Back to top
Guest

PostPosted: Mon Mar 03, 2008 4:44 am    Post subject: Reply with quote

build0302 bug:
when i open a site from bookmark. it will load in the current tab....
so i back to 0223 build...
3.0 beta3
Back to top
Mc
Guest
PostPosted: Mon Mar 03, 2008 5:03 am    Post subject: Reply with quote

He should have posted this everywhere Wink

onemen wrote:
the latest TMP dev-build is for the latest Minefiled nightly.

3.0b3 is history Smile

you can find old TMP version here http://tmp.garyr.net/dev-builds/
Back to top
Tim
Guest
PostPosted: Mon Mar 03, 2008 8:53 am    Post subject: Reply with quote

In Tab Mix Plus option Open new tabs next to current one are exist.
Could it possible to change her functional or add new option in Tab Mix Plus for get next:
1. In order that new tab during tirn-on of option Open new tabs next to current one will be created in the end of operation, but not after active tab.
2. Let imagine that Web site #1 is open and Web site #2 is open to. Necessary that new link from site #1 will open after last tab of site #1 and links from site #2 will open after last tab of site #2.

Write please, would your investigate this possibility to integrate this option in Tab Mix Plus?
Thx

Sorry for bad English.
Back to top
mahowi

Posts: 2
Joined: 02 Mar 2008
PostPosted: Mon Mar 03, 2008 10:19 am    Post subject: Reply with quote

gilmour wrote:
mahowi any reason why you still have to use Fx3.0b3?
Fx3.0b3 is pretty much redundant now and you should be using a recent build that reflects all the current changes

AFAIK there's a code freeze for beta4, so I'm waiting for that. I want to stay on the beta update channel as I don't like to make an update every day.

_________________
Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4 Mnenhy/0.7.5.20005 ID:2008030714
TMP 0.3.6.1.080302
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Tab Mix Plus Forum Index -> Builds All times are GMT - 6 Hours
Goto page Previous  1, 2, 3 ... 26, 27, 28 ... 58, 59, 60  Next
Page 27 of 60

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
Tab Mix Plus topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group