Keith94
Keith94
This is a good addition to the wiki; I've went ahead and added your code [here](https://github.com/eoger/tabcenter-redux/wiki/Custom-CSS-Tweaks#disable-tab-close-button-363). Feel free to edit the page and make any changes you like.
No problem! Thanks for your useful tweak. :) There are some upcoming changes over in #328, but it doesn't compromise the CSS in any way.
Good news! The preference `browser.tabs.insertAfterCurrent` was finally [implemented](https://bugzilla.mozilla.org/show_bug.cgi?id=1344749). It will open new tabs after the current tab without the scrolling issue described above. :) The new API will be used...
So, this will now be fixed for Firefox 61 and later.
Similar to #184; drag and drop operation is not supported. >Unknown drag-and-drop operation. Aborting. bundle.js:1096:7
1. It works for me, so I have no idea. 2. Try this CSS. ```css .tab.discarded .tab-title, .tab.discarded .tab-meta-image { opacity: 1.0 !important; } ```
If you added the CSS above, you can just remove it and save to get the default behavior :) Does that help you?
That's... very strange. Sounds like a bug to me, but I can't reproduce it myself. By chance are you using any other CSS that might be conflicting with it?
ea98418 makes it so search is cleared when clicking tabs with mouse, but using keyboard shortcuts to switch tabs won't clear it. Dunno if that's a bug or intended.
Would be nice to make it optional for those of us who like the old behavior.