Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
knuttle wrote:Tried that and several other things. So either I am blind, there is a
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
Den 21.04.2026 22:02, skrev Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are selected.
It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks. Perhaps it is this one thats needs to be updated /
changed? I do not remember where I got it, sorry.
**************************************************************************
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
-aposition: absolute !important;
-abottom: 0 !important;
-awidth: 100vw !important;
}
#tabbrowser-tabs {
-a width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
:root {
-a--tab-toolbar-navbar-overlap: 0px !important;
-a--tab-min-height: 27px !important; /* adjust to suit your needs */
}
:root #tabbrowser-tabs {
-a--tab-min-height: 27px !important; /* needs to be the same as above
under :root */
-a--tab-min-width: 80px !important;
}
#TabsToolbar {
-aheight: var(--tab-min-height) !important;
-amargin-bottom: 1px !important;
-abox-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
}
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox, .tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
-a min-height: var(--tab-min-height) !important;
-a max-height: var(--tab-min-height) !important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
-a width: 40px;
}
/* Override vertical shifts when moving a tab */ #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
-a padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
-a padding-bottom: unset !important;
-a margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
-a margin-top: unset !important;
}
/* Tighten up drop-down/context/popup menu spacing */
menupopup > menuitem, menupopup > menu { padding-block: 2px !important; } :root { --arrowpanel-menuitem-padding: 4px 8px !important; }
**********************************************************************************
Does anyone know where the open tabs are located. In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are selected.
It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks. ...
Den 21.04.2026 22:20, skrev Petersen, Vegard Krog:
Den 21.04.2026 22:02, skrev Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>> tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are selected.
It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks.
Does anyone know where the open tabs are located. In 149 as you openI wonder if somehow you've hit the 'Add tab to taskbar' icon at the
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
Does anyone know where the open tabs are located.-a In 149 as you openAfter trying to get version 150 to run properly and failing, I
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
Den 21.04.2026 22:20, skrev Petersen, Vegard Krog:Just tried it, your userchrome.css indeed kills all tabs, a blank space
Den 21.04.2026 22:02, skrev Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>> tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal
and new tabs appear to the right of the current tab, just like they
have since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed">> my tabs. I have never used vertical tabs. Horizontal tabs are
selected. It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below>> the bookmarks. Perhaps it is this one thats needs to be updated /
changed? I do not remember where I got it, sorry.
************************************************************************** >>
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar)
{-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
-a-aposition: absolute !important;
-a-abottom: 0 !important;
-a-awidth: 100vw !important;
}
#tabbrowser-tabs {
-a-a width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox
{padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
:root {
-a-a--tab-toolbar-navbar-overlap: 0px !important;
-a-a--tab-min-height: 27px !important; /* adjust to suit your needs */
}
:root #tabbrowser-tabs {
-a-a--tab-min-height: 27px !important; /* needs to be the same as above
under :root */
-a-a--tab-min-width: 80px !important;
}
#TabsToolbar {
-a-aheight: var(--tab-min-height) !important;
-a-amargin-bottom: 1px !important;
-a-abox-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
}
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
-a-a min-height: var(--tab-min-height) !important;
-a-a max-height: var(--tab-min-height) !important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
-a-a width: 40px;
}
/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
-a-a padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
-a-a padding-bottom: unset !important;
-a-a margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
-a-a margin-top: unset !important;
}
/* Tighten up drop-down/context/popup menu spacing */
menupopup > menuitem, menupopup > menu { padding-block: 2px !important; }
:root { --arrowpanel-menuitem-padding: 4px 8px !important; }
**********************************************************************************
I double checked and made all extensions inactive. No change.
On 04/21/2026 3:51 PM, knuttle wrote:Did you perhaps tweak your userchrome.css, like Petersen, Vegard Krog did?
Does anyone know where the open tabs are located.-a In 149 as you openAfter trying to get version 150 to run properly and failing, I
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
uninstalled it and returned to version 149.
I will install 150 when they get a work version released
On Tue, 21 Apr 2026 22:34:33 +0200, "Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:
Den 21.04.2026 22:20, skrev Petersen, Vegard Krog:
Den 21.04.2026 22:02, skrev Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>>> tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and >>>> new tabs appear to the right of the current tab, just like they have
since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are selected.
It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks.
I run my tabs on bottom as well, using userChrome code from
MrOtherGuy's collection on Github.
Mine still works with Ffox 150.0
***************************************************
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_v2.css
made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* This reorders toolbar to place tabs below other toolbars. Requires
Firefox 133+ */
@media -moz-pref("userchrome.force-window-controls-on-left.enabled"){
#nav-bar > .titlebar-buttonbox-container{
order: -1 !important;
> .titlebar-buttonbox{
flex-direction: row-reverse;
}
}
}
@media not -moz-pref("sidebar.verticalTabs"){
.global-notificationbox,
#tab-notification-deck,
#notifications-toolbar,
#TabsToolbar{
order: 1;
}
#TabsToolbar > :is(.titlebar-spacer,.titlebar-buttonbox-container){
display: none;
}
:root[sizemode="fullscreen"] #nav-bar >
.titlebar-buttonbox-container{
display: flex !important;
}
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"],[collapsed]) ~
#nav-bar{
> .titlebar-buttonbox-container{
display: flex !important;
}
:root[sizemode="normal"] & {
> .titlebar-spacer{
display: flex !important;
}
}
:root[sizemode="maximized"] & {
> .titlebar-spacer[type="post-tabs"]{
display: flex !important;
}
@media
-moz-pref("userchrome.force-window-controls-on-left.enabled"),
(-moz-gtk-csd-reversed-placement),
(-moz-platform: macos){
> .titlebar-spacer[type="post-tabs"]{
display: none !important;
}
> .titlebar-spacer[type="pre-tabs"]{
display: flex !important;
}
}
}
}
}
***********************************************
On 21-04-2026 22:34, Petersen, Vegard Krog wrote:
Den 21.04.2026 22:20, skrev Petersen, Vegard Krog:
Den 21.04.2026 22:02, skrev Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>>> tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal
and new tabs appear to the right of the current tab, just like they
have since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are
selected. It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks. Perhaps it is this one thats needs to be updated /
changed? I do not remember where I got it, sorry.
************************************************************************** >>>
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar)
{-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
-a-aposition: absolute !important;
-a-abottom: 0 !important;
-a-awidth: 100vw !important;
}
#tabbrowser-tabs {
-a-a width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox
{padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
:root {
-a-a--tab-toolbar-navbar-overlap: 0px !important;
-a-a--tab-min-height: 27px !important; /* adjust to suit your needs */
}
:root #tabbrowser-tabs {
-a-a--tab-min-height: 27px !important; /* needs to be the same as above >>> under :root */
-a-a--tab-min-width: 80px !important;
}
#TabsToolbar {
-a-aheight: var(--tab-min-height) !important;
-a-amargin-bottom: 1px !important;
-a-abox-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; >>> }
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
-a-a min-height: var(--tab-min-height) !important;
-a-a max-height: var(--tab-min-height) !important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
-a-a width: 40px;
}
/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
-a-a padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
-a-a padding-bottom: unset !important;
-a-a margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
-a-a margin-top: unset !important;
}
/* Tighten up drop-down/context/popup menu spacing */
menupopup > menuitem, menupopup > menu { padding-block: 2px !important; } >>> :root { --arrowpanel-menuitem-padding: 4px 8px !important; }
**********************************************************************************
I double checked and made all extensions inactive. No change.
Just tried it, your userchrome.css indeed kills all tabs, a blank space appears where they probably should be, don't blame Firefox.
"Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:
Andy Burns:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>> tabs they appeared in the last line of the header.
In 150 they are no where to be found.
With v149 I switched to vertical tabs, just reverted to horizontal and
new tabs appear to the right of the current tab, just like they have
since forever ...
Hi. I've got the same trouble as knuttle. The upgrade to 150 "removed"
my tabs. I have never used vertical tabs. Horizontal tabs are selected.
It's just a gray line / field below my bookmarks.
As you see I have a userchrome.css file which has placed my tabs below
the bookmarks. ...
I notice you putz with the tabs toolbar in your CSS. For example, to collapse the toolbar, you could use:
#TabsToolbar
{
visibility: collapse;
}
Try renaming your .css file or moving it out of your Firefox profile
folder to see if your manipulations on the tabs toolbar by CSS is
inflicting the problem. While users can modify the chrome using that
CSS file does not mandate Mozilla will continue to honor its directives,
or they remain compatible with later versions of Firefox.
The OP did not mention he is using the userchrome.css to modify the
chrome of Firefox. Possibly the OP viewing Firefox in fullscreen mode
by pressing F11.
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you openAfter trying to get version 150 to run properly and failing, I
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
uninstalled it and returned to version 149.
I will install 150 when they get a work version released
knuttle wrote:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you openAfter trying to get version 150 to run properly and failing, I
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
uninstalled it and returned to version 149.
I will install 150 when they get a work version released
I did the update and ran into the same problem. To correct it, I simply provided the contents of my userChrome.css file and asked Copilot to
correct it so that my tab bar showed again. It fixed it and things are
back to normal. Here's the new userChrome.css file that Copilot came up
with:
On 26/04/22 03:17 PM, John C. wrote:
knuttle wrote:
knuttle wrote:
Does anyone know where the open tabs are located.-a In 149 as you open >>>> tabs they appeared in the last line of the header.After trying to get version 150 to run properly and failing, I
In 150 they are no where to be found.
uninstalled it and returned to version 149.
I will install 150 when they get a work version released
I did the update and ran into the same problem. To correct it, I simply
provided the contents of my userChrome.css file and asked Copilot to
correct it so that my tab bar showed again. It fixed it and things are
back to normal. Here's the new userChrome.css file that Copilot came up
with:
Scratch that. I made a mistake and left out a close bracket. Here is the corrected userchrome.css including Vegard's suggestion which now DOES work: ____________________________________________________________________________________
/* Tabs on Bottom rCo Updated for Firefox 150 */
/* Based on MrOtherGuy's tabs_on_bottom_v2.css (MPL 2.0) */
/* Window control buttons on left (if enabled) */
@media -moz-pref("userchrome.force-window-controls-on-left.enabled"){
#nav-bar > .titlebar-buttonbox-container{
order: -1 !important;
}
#nav-bar > .titlebar-buttonbox-container > .titlebar-buttonbox{
flex-direction: row-reverse !important;
}
}
/* Move TabsToolbar below navigation/bookmarks bars */
@media not -moz-pref("sidebar.verticalTabs"){
.global-notificationbox,
#tab-notification-deck,
#notifications-toolbar,
#TabsToolbar{
order: 1 !important;
}
/* Hide titlebar spacers inside TabsToolbar */
#TabsToolbar > :is(.titlebar-spacer, .titlebar-buttonbox-container){
display: none !important;
}
/* Ensure window controls appear in fullscreen */
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{
display: flex !important;
}
/* Fix menubar/nav-bar interactions */
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"],[collapsed]) ~ #nav-bar{
> .titlebar-buttonbox-container{
display: flex !important;
}
:root[sizemode="normal"] & > .titlebar-spacer{
display: flex !important;
}
:root[sizemode="maximized"] & > .titlebar-spacer[type="post-tabs"]{
display: flex !important;
}
@media -moz-pref("userchrome.force-window-controls-on-left.enabled"),
(-moz-gtk-csd-reversed-placement),
(-moz-platform: macos){
:root[sizemode="maximized"] & > .titlebar-spacer[type="post-tabs"]{
display: none !important;
}
:root[sizemode="maximized"] & > .titlebar-spacer[type="pre-tabs"]{
display: flex !important;
}
}
}
}
/* ---------------- TAB SIZE & SPACING ---------------- */
:root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 27px !important;
--tab-min-width: 80px !important;
--arrowpanel-menuitem-padding: 4px 8px !important;
}
#tabbrowser-tabs {
width: 100% !important;
min-height: var(--tab-min-height) !important;
max-height: var(--tab-min-height) !important;
}
/* Pinned tabs */
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important
}
/* Tighten up drop-down/context/popup menu spacing */
menupopup > menuitem, menupopup > menu { padding-block: 2px !important; } :root { --arrowpanel-menuitem-padding: 4px 8px !important; }
I hope Firefox never makes it impossible to place the tabs below the bookmarks! :-)
Petersen, Vegard Krog wrote:Remember it used to be configurable within settings, then Mozilla
I hope Firefox never makes it impossible to place the tabs below the
bookmarks! :-)
And so say many of us!
Ugly abortion having Tabs on top. :-(
It should be made configurable from within Firefox itself.
Dnews wrote:
Petersen, Vegard Krog wrote:Remember it used to be configurable within settings, then Mozilla
I hope Firefox never makes it impossible to place the tabs below the
bookmarks! :-)
And so say many of us!
Ugly abortion having Tabs on top. :-(
It should be made configurable from within Firefox itself.
removed the tabs on top/bottom setting, and since then it's been obvious they don't pay any attention to people who tweak their CSS to move the
tabs ...
I'm not one of them, but I'm always surprised that those who do choose
the tweaks seem to forget that whenever it breaks, that is the likely cause?
knuttle did submit a reply to you (Andy), but I filter out Base64
encoded articles
Dnews wrote:
Petersen, Vegard Krog wrote:
I hope Firefox never makes it impossible to place the tabs below the
bookmarks! :-)
And so say many of us!
Ugly abortion having Tabs on top. :-(
It should be made configurable from within Firefox itself.
Remember it used to be configurable within settings, then Mozilla
removed the tabs on top/bottom setting, and since then it's been obvious they don't pay any attention to people who tweak their CSS to move the
tabs ...
I'm not one of them, but I'm always surprised that those who do choose
the tweaks seem to forget that whenever it breaks, that is the likely
cause?
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the product actually does.
VanguardLH:
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the
product actually does.
Of course I tested. No userchrome.css put the tabs above the boopkmarks.
As Firefox wants it. Not me :-)
Andy Burns <usenet@andyburns.uk> wrote:
Dnews wrote:
Petersen, Vegard Krog wrote:
I hope Firefox never makes it impossible to place the tabs below the
bookmarks! :-)
And so say many of us!
Ugly abortion having Tabs on top. :-(
It should be made configurable from within Firefox itself.
Remember it used to be configurable within settings, then Mozilla
removed the tabs on top/bottom setting, and since then it's been obvious
they don't pay any attention to people who tweak their CSS to move the
tabs ...
I'm not one of them, but I'm always surprised that those who do choose
the tweaks seem to forget that whenever it breaks, that is the likely
cause?
Yup! I've been using Firefox since the very early days but...
It's been a very long time since Moz took any notice of us folks out here using the Browser. :-(
"Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:My Ffox updated to 150.0 unhassled/normally with tabs still visible,
VanguardLH:
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the >>> product actually does.
Of course I tested. No userchrome.css put the tabs above the boopkmarks.
As Firefox wants it. Not me :-)
You said "I've got the same trouble as knuttle". knuttle reported the >*absence* of tabs, not where they were positioned in the chrome. Since >without userchrome.css, or even with it, you see tabs, so your tweaking
is a different issue than knuttle. In FF 150, do you see tabs, or not? Coincidental?
On Thu, 23 Apr 2026 17:31:05 -0500, VanguardLH <V@nguard.LH> wrote:
"Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:
VanguardLH:
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the >>>> product actually does.
Of course I tested. No userchrome.css put the tabs above the boopkmarks. >>> As Firefox wants it. Not me :-)
You said "I've got the same trouble as knuttle". knuttle reported the >>*absence* of tabs, not where they were positioned in the chrome. Since >>without userchrome.css, or even with it, you see tabs, so your tweaking
is a different issue than knuttle. In FF 150, do you see tabs, or not?
Coincidental?
My Ffox updated to 150.0 unhassled/normally with tabs still visible,
while engaging a userChrome file asking for 'tabs on bottom'.
Vegard Krog Peterson's existing .css entry apparently did not... but
was restored with the MrOtherGuy's GitHub code.
QUOTE
The upgrade to 150 "removed" my tabs.
UNQUOTE
If I remove my userChrome 'interference', Ffox 150.0 still displays
tabs, albeit not where I want them.
Ergo, one could speculate that Knuttle has an un-related problem...
and has expressed reluctance to pursue the issue.
Given lack of similar grumbles here and at Reddit r/Firefox, he might
be waiting a while.
Nobody <jock@soccer.com> wrote:Thank you...
On Thu, 23 Apr 2026 17:31:05 -0500, VanguardLH <V@nguard.LH> wrote:
"Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:
VanguardLH:
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the >>>>> product actually does.
Of course I tested. No userchrome.css put the tabs above the boopkmarks. >>>> As Firefox wants it. Not me :-)
You said "I've got the same trouble as knuttle". knuttle reported the >>>*absence* of tabs, not where they were positioned in the chrome. Since >>>without userchrome.css, or even with it, you see tabs, so your tweaking >>>is a different issue than knuttle. In FF 150, do you see tabs, or not?
Coincidental?
My Ffox updated to 150.0 unhassled/normally with tabs still visible,
while engaging a userChrome file asking for 'tabs on bottom'.
Vegard Krog Peterson's existing .css entry apparently did not... but
was restored with the MrOtherGuy's GitHub code.
QUOTE
The upgrade to 150 "removed" my tabs.
UNQUOTE
If I remove my userChrome 'interference', Ffox 150.0 still displays
tabs, albeit not where I want them.
Ergo, one could speculate that Knuttle has an un-related problem...
and has expressed reluctance to pursue the issue.
Given lack of similar grumbles here and at Reddit r/Firefox, he might
be waiting a while.
I'm not interested in modifying Firefox using userchrome.css...
... do you know what was different in MrOtherGuy's version that causedNo, as I don't have the knowledge/inclination to assemble it, relying
the fix?
"Petersen, Vegard Krog" <vegard_krog_petersen@hotmail.com> wrote:
VanguardLH:
I don't see Vegard or knuttle have hidden the
userchrome.css file from Firefox to test a base scenario to see that the >>> product actually does.
Of course I tested. No userchrome.css put the tabs above the boopkmarks.
As Firefox wants it. Not me :-)
You said "I've got the same trouble as knuttle". knuttle reported the *absence* of tabs, not where they were positioned in the chrome. Since without userchrome.css, or even with it, you see tabs, so your tweaking
is a different issue than knuttle. In FF 150, do you see tabs, or not?
It should be made configurable from within Firefox itself.
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
On 04/21/2026 3:51 PM, knuttle wrote:So now (after all the palavra) you've admitted to fiddling via
Does anyone know where the open tabs are located.-a In 149 as you open
tabs they appeared in the last line of the header.
In 150 they are no where to be found.
I wish to thank all who responded to my request. I finally updated to >Version 150 and changed the userChrome as instructed. I works and the
open tabs are where they are suppose to be.
Interestingly if you search you will find a fix on the Firefox page that >says it puts the tabs on the bottom for version 150, but it does not work.It takes yer userChrome to do it. Firefox has tabs natively above the
Why do the Firefox programmers fight logic and their users on this issue
and keep changing it back.
It takes yer userChrome to do it. Firefox has tabs natively above the address bar... and has had for years.
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
Nobody wrote:Tabs on top is not logical. As it separates the open window from its identification, the tab.
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
threat to some users?-a I'm sure if they stopped trying to piss into the wind the new normal would feel fine after a couple of days of living
with it ...
Tabs on top is not logical.-a As it separates the open window from its identification, the tab.
When you are working with tabs, it is more logical to have the tab ID attached to the open window.
It is like putting the id plate on you car on the top of the car
instead of on the side where it can be quickly found. Putting the
tabs above breaks that close association with open window
knuttle wrote:
Tabs on top is not logical.-a As it separates the open window from its
identification, the tab.
Don't think of the tab as being separated from the page, think of the
tab as being joined to the page by the URL bar for that page?
When you are working with tabs, it is more logical to have the tab ID
attached to the open window.
It's only moved by about 3/8"
It is like putting the id plate on you car on the top of the car
instead of on the side where it can be quickly found.-a-a Putting the
tabs above breaks that close association with open window
I don't have tabs anywhere near the top at all, but on the right hand
side (which fits the shape of 16:9 or wider screens).
Nobody wrote:
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
threat to some users? I'm sure if they stopped trying to piss into the
wind the new normal would feel fine after a couple of days of living
with it ...
Nobody wrote:As you'll have noted, I prefer Tabs On My Bottom... though I don't
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
threat to some users?
I'm sure if they stopped trying to piss into the wind the new normalDang! And I thought I was drooling.
would feel fine after a couple of days of living with it...
As you'll have noted, I prefer Tabs On My Bottom...
On Tue, 28 Apr 2026 11:03:47 -0700, Nobody wrote:OT: but sometimes Lawrence, around here a little humour is needed.
As you'll have noted, I prefer Tabs On My Bottom...
I donrCOt think we want to know that ...
On Fri, 1 May 2026 01:31:01 -0000 (UTC), Lawrence D-|Oliveiro <ldo@nz.invalid> wrote:Humor makes life fun. Otherwise, it the same old grind
On Tue, 28 Apr 2026 11:03:47 -0700, Nobody wrote:
As you'll have noted, I prefer Tabs On My Bottom...
I donrCOt think we want to know that ...
OT: but sometimes Lawrence, around here a little humour is needed.
Nobody wrote:
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
threat to some users? I'm sure if they stopped trying to piss into the
wind the new normal would feel fine after a couple of days of living
with it ...
On Tue, 28 Apr 2026 10:06:51 +0100, Andy Burns <usenet@andyburns.uk>
wrote:
Nobody wrote:
Firefox has tabs natively above the address bar... and has had forI've never understood why tabs on top is apparently an existential
years.
threat to some users? I'm sure if they stopped trying to piss into the >>wind the new normal would feel fine after a couple of days of living
with it ...
I'm sure it would take a lot longer than a couple of days. With another browser, Edge, I've had tabs on top since forever and it's still as
awkward as ever.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 13:00:05 |
| Calls: | 862 |
| Files: | 1,311 |
| D/L today: |
6 files (10,555K bytes) |
| Messages: | 265,448 |