[Ext] superT 0.7.9 - tab browsing extension for Fx&Flock

Announce and Discuss the Latest Theme and Extension Releases.
Locked

What feature do you want most?

Option to select left tab after closing
1
6%
Compatibility with latest Firefox trunk builds
7
44%
Support for Firefox's new tab bar scroll buttons
5
31%
More tab clicking options
3
19%
 
Total votes: 16

pforhan
Posts: 6
Joined: March 16th, 2006, 10:30 am

Post by pforhan »

RE: usability, I would strongly recommend having an tab-bar context menu option for undo tab close, as well as an entry in the edit menu. When I close all but one tab, and have the tab bar configured to disappear, I can't get to undo close without opening a second tab.
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

mattcoz wrote:I modified the code in toomanytabs.js, specifically the tmt_overflowMenus_reflow function. I don't know exactly what the bug in the code was, but I rewrote it so it will work. It was also in that function that I fixed the close button issue, made it look at the width of the first visible tab instead of the first tab.


sweet! you really are good! :)
i forgot to PM you my email address. #-o
i'll do that right now.

for known issue #2:
it has something to do with the tmt_tabsMenu_onPopupShown function
and this line of code:

Code: Select all

   var scrollbox = document.getAnonymousNodes(arrowscrollbox)[1];

it's hard to reproduce though because i don't know what triggers it.

how would you like your name to appear in the contributors list? :D

pforhan wrote:RE: usability, I would strongly recommend having an tab-bar context menu option for undo tab close, as well as an entry in the edit menu. When I close all but one tab, and have the tab bar configured to disappear, I can't get to undo close without opening a second tab.

i rejected this for the same reason before, but you have a very good point.
i'll fix this asap.

i hope to roll out 0.5.1 with 2 bug fixes (thanks to mattcoz) and 2 usability fixes. :)
don't expect a release today though, or even tomorrow.
i'm making this extension in my free time, which isn't much.
i just happened to have quite a bit of time last week to roll out a release every day.
pforhan
Posts: 6
Joined: March 16th, 2006, 10:30 am

Post by pforhan »

Thanks for working on this. I am happy to have undo close, as well as other things (like clone tab, etc).

Pat.
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

pforhan wrote:Thanks for working on this. I am happy to have undo close, as well as other things (like clone tab, etc).

Pat.


no problem. actually i just finished the code for it. :)

0.5.1 to be released soon.

@mattcoz: i fixed known issue #2. :)

i'm just waiting on your code for 0.5.2.
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

superT 0.5.1 has been released!

i'll change the title of this thread once it's confirmed that this version has no major bugs.

if you have superT 0.3.12.1 or higher installed, click 'find updates'.
hopefully it will say 'update now'.
if it does, great! please comment that it worked.
if it doesn't, please comment that it didn't and manually update to superT 0.5.1.

code changes
- fixed some little issues never posted about
- added 'undo close tab' menu item
- - adds it to the context menu not the tab bar context menu
- added hidden pref for close tab button
- - type "about:config" in the address bar
- - type "toomanytabs" in the box
- - double-click "extensions.toomanytabs.closetabbutton" to change it to true
- - hopefully this works
- - will make this a visible pref when i add version detection
Last edited by ******** on March 16th, 2006, 5:23 pm, edited 1 time in total.
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

never mind. known issue #2 hasn't been fixed :(

i just re-released superT 0.5.1 with a couple little fixes, so if you downloaded it before this post, please re-install it from the same link.

known issue #2 is still not fixed.

@mattcoz:
it might be helpful if you took a look at my superT 0.5.1 code and change stuff from there instead of from 0.3.12.
User avatar
Uncle Spellbinder
Posts: 3519
Joined: May 28th, 2004, 4:52 pm
Location: Highland, IN - U.S.A.
Contact:

Post by Uncle Spellbinder »

Still no list of tabs in tab picker?

Image
My Firefox Add-Ons Collection: Firefox Essentials
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

Uncle Spellbinder wrote:Still no list of tabs in tab picker?

Image


yeah, that's known issue #2.
i'm working on it.
i thought i had fixed it, but i had only fixed half the problem.
at least, there's no error in the javascript console anymore.
User avatar
Uncle Spellbinder
Posts: 3519
Joined: May 28th, 2004, 4:52 pm
Location: Highland, IN - U.S.A.
Contact:

Post by Uncle Spellbinder »

desertfox wrote:
Uncle Spellbinder wrote:Still no list of tabs in tab picker?


yeah, that's known issue #2.
i'm working on it.
i thought i had fixed it, but i had only fixed half the problem.
at least, there's no error in the javascript console anymore.


Ooops. Sorry 'bout that. I suppose I should learn to read. :oops: :lol:
My Firefox Add-Ons Collection: Firefox Essentials
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

@Uncle Spellbinder:
when you first start up firefox with superT, the tab picker works, right?
User avatar
Uncle Spellbinder
Posts: 3519
Joined: May 28th, 2004, 4:52 pm
Location: Highland, IN - U.S.A.
Contact:

Post by Uncle Spellbinder »

desertfox wrote:@Uncle Spellbinder:
when you first start up firefox with superT, the tab picker works, right?


I have the options for overflow, disable, set minimum tab length and show tab picker. No list of tabs like it use to be.
My Firefox Add-Ons Collection: Firefox Essentials
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

in 0.5, it worked, but now in 0.5.1, it doesn't?

even right when firefox starts?
User avatar
Uncle Spellbinder
Posts: 3519
Joined: May 28th, 2004, 4:52 pm
Location: Highland, IN - U.S.A.
Contact:

Post by Uncle Spellbinder »

Not in 0.5 or 0.5.1. Not even at Firefox start up.
My Firefox Add-Ons Collection: Firefox Essentials
********
Posts: 947
Joined: August 24th, 2005, 12:23 pm

Post by ******** »

that's really weird.
WFM, at least on startup.
i've only had it stop working once.

i'll add the ctrl+tab tab list back in as a temporary workaround.
it uses different code to generate the list, so it should work.
mattcoz
Posts: 1021
Joined: November 7th, 2002, 11:15 pm

Post by mattcoz »

Good news, my fixes for those bugs make the tab bar disappear in 1.5! :p

A fixing I will go... a fixing I will go...
Locked