traxium
traxium
Probably you have Intel graphics. Disabling "Use hardware acceleration when available" in Firefox options (Options -> Advanced -> General) should help. It's also discussed in #12 #53 #72.
It's good to know Firefox version number. And by default "Tab search jumps to the first match" option is disabled and it just highlights all matching tabs.
Ctrl+Alt+Shift+F focuses the search bar or if it's hidden brings it up and focuses.
It's **F8**. I also added the information about this hotkey to https://addons.mozilla.org/en-US/firefox/addon/tab-tree/: > **F8** — Toggle one (or two) of four auto-hiding options corresponding to a current window state (Maximized/Normal/Fullscreen/One...
Sorry. The tree structure is stored in Firefox [session store](https://developer.mozilla.org/en/docs/Session_store_API) (by the way, TST also stores its tree structure there). It looks like other add-on prevents Firefox [session store](https://developer.mozilla.org/en/docs/Session_store_API) to...
It's [Web Console](https://developer.mozilla.org/en-US/docs/Tools/Web_Console), not [Browser Console](https://developer.mozilla.org/en/docs/Tools/Browser_Console). And actually in order to write something in [Browser Console](https://developer.mozilla.org/en/docs/Tools/Browser_Console) you have to enable [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox). It's a big talk but it can be...
This add-on doesn't work with Firefox Tab Groups (#16). And it behaves weirdly if Tab Groups are enabled. Probably that's why you can't click on a tab.
Added 2 options to auto-hide Tab Tree: - in maximized windows - in normal windows - (and an about:config option for fullscreen windows was changed from extensions.tabtree.fullscreen-show to *.auto-hide-when-fullscreen) Added...
Added description about F8 key to https://addons.mozilla.org/en-US/firefox/addon/tab-tree/ ([description.en-us.htm](https://github.com/traxium/tabtree/blob/master/AMO/description.en-us.htm))