traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

Sound icon also shortening other tabs’ title #107

Open ariasuni opened 8 years ago

ariasuni commented 8 years ago

When playing a video/sound on Firefox, a sound icon appear in the tab after the title, but it also shorten the other tabs’ title like there was also a sound icon in all tabs.

Not critical but annoying.

mgwio commented 8 years ago

+1 I've just hidden it with

#tt #tt-overlay {
    display: none!important;
}

in Stylish as a band-aid fix.

traxium commented 8 years ago

I found this convenient. In case there are a lot of tabs and a tab playing a video is scrolled away I still can see that there is a tab somewhere playing a video when I look at empty space after tab titles. Anyway I can't fix it without major changes.

ariasuni commented 8 years ago

I assumed it was not useful, so maybe some users prefer the actual behavior too. Maybe this is why I’m the first to open a bug report about this.