Showing questions tagged: Show all questions
  • Solved
  • Archived

Blank bar at bottom of window on 113 version

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself shor… (read more)

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself short to only the length of the url similar to the www.wikipedia.org box in the attached picture. After upgrading to 113, my browser has this black bar at the bottom. When I cleared out my css file, urls would show up in the bar when I moused over them. I've tried a few different css fixes but none of them will get it back to how I had it working in 112. The picture attached is what I'm getting in 113 right now with the css below. the black bar below the mouse over url goes all the way across the window and is always visible. Here is my current css file:

radiogroup:focus-visible > radio[focused="true"] > .radio-label-box {

outline: 1px dotted black !important;

}

:root{ --toolbar-field-focus-border-color: transparent !important; }

:root{ --uc-titlebar-padding: 10px; }

@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){

:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,

#TabsToolbar > .titlebar-buttonbox-container{

position: fixed;

display: block;

top: var(--uc-titlebar-padding,0px);

right:0;

height: 40px;

}

/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */

@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

:root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; }

}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

#titlebar{

order: 2;

-moz-appearance: none !important;

--tabs-navbar-shadow-size: 0px;

}

#unified-extensions-button{

display: none !important;

}

.titlebar-placeholder,

#TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */

toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0

See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */

/* Only really useful if menubar is ALWAYS visible */

:root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }

:root{

/* height if native titlebar is enabled, assumes empty menubar */

--uc-menubar-height: 22px;

}

:root[tabsintitlebar]{

/* height when native titlebar is disabled, more roomy so can fit buttons etc. */

--uc-menubar-height: 22px;

}

#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }

:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }

#toolbar-menubar{

position: fixed;

display: flex;

top: var(--uc-titlebar-padding,0px);

height: var(--uc-menubar-height);

width: 100%;

overflow: hidden;

}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }

#toolbar-menubar > spacer[flex]{

order: 99;

flex-grow: 1;

min-width: var(--uc-window-drag-space-width,20px);

}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* Status-bar */

#main-window:not([inFullscreen="true"]) > body::after{

display: -moz-box;

content: "";

height: 20px;

border-top: solid 0px #505050;

}

.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }

.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }

window[inFullscreen="true"] #browser-bottombox { display:none !important; }

window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }

#statuspanel #statuspanel-label {

-moz-appearance: none !important;

border: 0px solid black !important;

}

Asked by drogers4114 1 year ago

Answered by drogers4114 1 year ago

  • Solved
  • Archived

Can firefox support different zoom levels on different tabs?

Hi folks. I use Firefox a lot. I have about 36 windows of firefox open and some of those can have a LOT of tabs on/in them. I have recently "evolved" to using a compute… (read more)

Hi folks.

I use Firefox a lot. I have about 36 windows of firefox open and some of those can have a LOT of tabs on/in them.

I have recently "evolved" to using a computer monitor. Before then it was an old flat screen TV - 1336 x 768 resolution (there about).

Now I have a 1080p monitor and things are different.

I use Node-Red (dashboards) and they took a beating with the new size.

I've set THOSE tabs to 133% magnification - and yes that isn't the correct size to emulate the TV. But I only thought of doing this a fair way down the track of trying to rearrange the layouts. (MY MISTAKE)

But I realised that at least not too long down that rabbit hole.

So that WINDOW is set to 133% zoom. But just now I tried to zoom out of another tab on that window and realised that the zoom on the other tabs is changed too.  :(

Am I missing any tricks? I know I could move THOSE tabs to a whole new window and that's that. But in the bigger picture I just want to check.

Asked by teeny_weeny 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Search engines

I just upgraded to Monterey on my Mac running FF 101.0.1 (64-bit). I cannot add new search engines to my list of search engines. I'm trying to add DuckDuckGo without succ… (read more)

I just upgraded to Monterey on my Mac running FF 101.0.1 (64-bit). I cannot add new search engines to my list of search engines. I'm trying to add DuckDuckGo without success. I have Google, Bing and Startpage. I click on Find More Search Engines, select and add DuckDuckGo but while it appears as an extension it does not appear in the list of search engines.

Asked by WDMc 2 years ago

Answered by Chris Ilias 2 years ago

  • Solved
  • Archived

ICS files

In the past, when ICS files were in a mail, I had been asked what to do, and could open them in OUTLOOK. This option has been apparently cancelled and it only asks where … (read more)

In the past, when ICS files were in a mail, I had been asked what to do, and could open them in OUTLOOK. This option has been apparently cancelled and it only asks where to save the file, without any option to open it directly. Furthermore, when I try to modify it in the "settings" and change it to "Always ask" I can't find no ICS files nor OUTLOOK SCHEDULE files. Please advice. Thanks

Asked by giorarytwo 2 years ago

Answered by Terry 2 years ago

  • Solved
  • Archived

Anyone else lose Dashlane with every Firefox update?

Seems as if Firefox is updating every other day lately. I have Dashlane on my tool bar, and it seems to freeze/disable after every update. When I open Dashlane separate… (read more)

Seems as if Firefox is updating every other day lately. I have Dashlane on my tool bar, and it seems to freeze/disable after every update. When I open Dashlane separately in the browser and log in, it congratulates me on installing it on a new device. What is Firefox changing with its updates that makes my computer look different to Dashlane? I cannot find the Dashlane version running but I do have it on automatically update.

Asked by shubunkinarts 2 years ago

Answered by shubunkinarts 2 years ago

  • Solved
  • Archived

missing theme preview pics etc.

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't… (read more)

hi, something happened to my themes. i can no longer see the preview/thumbnail of them, also the authors link is gone. i've been trying everything for hours, but couldn't find anything in about:config that worked. any help would be great, thanks!

Asked by davidw87 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Language Pack didn't apply properly

After applied Chinese Language Pack, the menu didn't change ,even after restart firefox or the system. I tried refresh firefox and re-install the language pack, the same … (read more)

After applied Chinese Language Pack, the menu didn't change ,even after restart firefox or the system. I tried refresh firefox and re-install the language pack, the same situation appeared.

Asked by Copyerder 6 months ago

Answered by Paul 6 months ago

  • Solved
  • Archived

Profile settings and Add-ons disappeared

My add-on and default profile have disappeared after I entered safe mode. The browser window restarted with a new interface with different settings and all my add-ons wer… (read more)

My add-on and default profile have disappeared after I entered safe mode. The browser window restarted with a new interface with different settings and all my add-ons were gone. There reason why I tried out safe-mode was to restore my open tabs which were lost after firefox updates but still showing in history without the possibility to restore them. Currently, I have three profiles in about:profiles but non of them contains my add-ons data. They all appeared as if I am opening the browser for the first time. Inside the profiles file explore, there are 5 newly created profiles see attached screenshots.

Things I did, Cleared cache, refreshed the profiles and restart the browser nothing works.

What is going on. :(. This sucks. I had special add-ons which contained my valuable settings and now they are all gone.

Asked by Figira 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

'Downloads' directory is created unexpectedly

When I open `about:preferences` tab, `Downloads` directory is created in my home directory, despite my downloads directory is different. I've read issue 474718 which stat… (read more)

When I open `about:preferences` tab, `Downloads` directory is created in my home directory, despite my downloads directory is different. I've read issue 474718 which states that it was fix but i still experience it. Linux x86_64

Asked by sgp25 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Where has the black container colour gone?

It used to be possible to set the colour of a container to black, although I can't remember how I did it: I think it was somewhere reachable from the preferences page. Fa… (read more)

It used to be possible to set the colour of a container to black, although I can't remember how I did it: I think it was somewhere reachable from the preferences page. Facebook container still sets its colour to black on installation, so the black colour is still there, but I can't set black colour for a container in the Manage Containers dropdown.

I'm running version 8.1.2 on 115.3.1esr (64-bit) for openSUSE Leap 15.5 (and it would be much easier if I could copy this information from the Help-<About page). </p>

Asked by rparkins 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Archived

Firefox URL/Search box and results drop down show diagonal pink line background

With the last update I suddenly have the url/search box background and its search results drop down background set to an ugly pink with diagonal lines. I am visually imp… (read more)

With the last update I suddenly have the url/search box background and its search results drop down background set to an ugly pink with diagonal lines.

I am visually impaired and now its almost impossible to use firefox because I can't read the text on top of the diagonal colored bands. There doesn't seem to be any settings to turn on or off this appearance.

I will have to switch browsers until this is fixed and I don't want to.

Asked by tniec 1 year ago

Answered by tniec 1 year ago

  • Solved
  • Archived

I Don't See the Option for Recommended by Pocket on my Firefox

I am in the United States. My machine is on Windows 22H2 (OS Build) 19045.3208. My version of FFox is 116.0 (64-bit). My firefox was getting very booged down after month… (read more)

I am in the United States. My machine is on Windows 22H2 (OS Build) 19045.3208. My version of FFox is 116.0 (64-bit).

My firefox was getting very booged down after months of usage and I complete uninstalled and reinstalled, and now Recommend by Pocket does not show up either on my Home Page, or as an option to add it.

Googling around, the two most common fixes I have seen is to fix this are:

1) Click the Personalize button in the upper right corner of the new tab page and toggle Recommended by Pocket to on, but the option does not appear there. See attached screenshot. 2) Type about:config in address bar, then browser.newtabpage.activity-stream.feeds.section.topstories, and set to true. This was already in effect. See attached screenshot.

Anything else I can try to enable it? I really like it and I miss it.

Asked by firefox.chuck 1 year ago

Answered by firefox.chuck 1 year ago

  • Solved
  • Locked
  • Archived

Deleted

(deleted) (There's no actual feature here to fully delete the question or reply. I hope the support forum can be improved to provide such functionality.) … (read more)

(deleted)

(There's no actual feature here to fully delete the question or reply. I hope the support forum can be improved to provide such functionality.)

Asked by ADTC 1 year ago

Answered by ADTC 1 year ago

  • Solved
  • Archived

Open Customize as window, not tab

Win 10 Fx 109.0 For decades, when I right-clicked and selected Customize, Firefox opened a separate icons window. Now, it opens as a tab. How can I make it open again as… (read more)

Win 10 Fx 109.0

For decades, when I right-clicked and selected Customize, Firefox opened a separate icons window. Now, it opens as a tab. How can I make it open again as a window? Thank you.

Asked by VLMin 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

What happened to my Screenshot Icon in FF 120?

Greetings! This is so strange. My Screenshot Icon in FF 120 is gone. Tried adding it back, but it's not there under More Tools -> Customize Toolbar. Overllayed Fire… (read more)

Greetings!

This is so strange.

My Screenshot Icon in FF 120 is gone. Tried adding it back, but it's not there under More Tools -> Customize Toolbar. Overllayed Firefox with a new install - no change. Disabled/enabled extensions and themes. No go.

Am I the only one? Any ideas?

Thanks. :)

Asked by Compumind 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

External open specific url will open on container

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with n… (read more)

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with no container. I've never configure this behavior, or found a setting to fix it. It only happen on my current firefox profile. If I create new profile, this problem didnt occurs.

Here the video: https://drive.google.com/file/d/1-2odN87XGXg6TzeRArifEJ-rTX7syFQg/view?usp=sharing

Asked by 8 months ago

Answered by 8 months ago