Visar taggade frågor: Visa alla frågor

Canadian English has Missing Definitions

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "la… (läs mer)

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "lasagna."

Is this a bug or is the dictionary just barely populated with words and missing a tremendous amount?

Frågat av Gerrit Kat 3 dagar sedan

Senaste svar av Gerrit Kat 2 timmar sedan

Tabs on bottom

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs! Below is my current c… (läs mer)

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs!

Below is my current coding if anyone knows how to adjust it to force the tabs to the bottom again would be much appreciated!!

Current version I am running of FF is 133.0

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* IMPORTANT Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /
  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{
 position: fixed;
 display: block;
 top: 0px;
 right:0;
 height: 40px;

} @media (-moz-gtk-csd-reversed-placement),

      (-moz-platform: macos){
 .titlebar-buttonbox-container{ left:0; right: unset !important; }

} @supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){

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

}

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

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

  1. titlebar{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;
 -moz-appearance: none !important;
 --tabs-navbar-shadow-size: 0px;
 --uc-menubar-vertical-overlap: 19px; /* for hide_tabs_with_one_tab_w_window_controls.css compatibility */

} /* Re-order window and tab notification boxes */

  1. navigator-toolbox > div{ display: contents }

.global-notificationbox,

  1. tab-notification-deck{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;

}

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

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

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

@media (-moz-gtk-csd-close-button){

 .titlebar-button{
   -moz-box-orient: vertical; /* Fx <112 compatibility */
   flex-direction: column;
 }

}

/* At Activated Menubar */

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-buttonbox-container {
 display: block !important;

}

  1. toolbar-menubar:not([autohide="true"]) > .titlebar-buttonbox-container {
 visibility: hidden;

}

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
  2. TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
  3. navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }

/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*

  1. PersonalToolbar{
 -moz-box-ordinal-group: 2;
 order: 2;

}

  • /



/* 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: 20px;

}

root[tabsintitlebar]{
 /* height when native titlebar is disabled, more roomy so can fit buttons etc. */
 --uc-menubar-height: 29px;

}

root:is([sizemode="fullscreen"],[chromehidden~="menubar"]){
 --uc-menubar-height: 0px;

} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */

root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
  1. navigator-toolbox{
 -moz-window-dragging: drag;
 padding-top: var(--uc-menubar-height) !important;

}

/* Remove window dragging from notification boxes */

  1. tab-notification-deck,

.global-notificationbox{

 -moz-window-dragging: no-drag;

}

  1. toolbar-menubar{
 position: fixed;
 display: flex;
 top: 0px;
 height: var(--uc-menubar-height);
 width: 100%;
 overflow: hidden;

}

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{
 order: 99;
 flex-grow: 1;
 min-width: var(--uc-window-drag-space-post,20px);

}

  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
root:not([sizemode="fullscreen"]) #toolbar-menubar.browser-toolbar > .titlebar-buttonbox-container{
 visibility: visible;

}

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #TabsToolbar#TabsToolbar#TabsToolbar > .titlebar-buttonbox-container {
 display: none !important;

}

Frågat av scottish2 3 timmar sedan

Search bar taking up entire screen

My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact … (läs mer)

My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact with the page I'm on, it absorbs the screen.

Frågat av Eddie Lampert 4 timmar sedan

Clear cache pop-up?

Why do I keep getting pop-ups that 500% zoom in on the page with a message asking for me to clear cache? I have cleared my cache multiple times and restarted my computer … (läs mer)

Why do I keep getting pop-ups that 500% zoom in on the page with a message asking for me to clear cache? I have cleared my cache multiple times and restarted my computer many times as well, but it is still been a recurring problem for the past few days. It has been happening on every web page I visit, and even when there is no data to be cleared. Any information on how to fix this problem would be greatly appreciated, thank you.

Frågat av Ryan O'Connor 7 timmar sedan

Senaste svar av Ryan O'Connor 6 timmar sedan

Word suggestions text input

Hi, I want to know how to stop word prediction in text input boxes. I can't see the word I am typing with it in the way. I do my own spell checking and seeing the word I'… (läs mer)

Hi, I want to know how to stop word prediction in text input boxes. I can't see the word I am typing with it in the way. I do my own spell checking and seeing the word I'm typing is required. I don't use any word prediction suggestions anyway. I am not so lazy or incompetent that I don't actually use my keyboard for typing and I absolutely have to see what I'm typing as I am doing so. I've looked all through the settings in Firefox settings and did a search to see if it was something Windows related and also did a search here which only came up with 1 result which was unrelated. Thanks for any help on this.

Frågat av Ray Dunne 9 timmar sedan

Did the letterboxing dimensions change with FF 133.0?

It certainly appears they have, with the left and right padding growing wider. In fact, they both look about twice the size of the top and bottom padding, whereas before… (läs mer)

It certainly appears they have, with the left and right padding growing wider. In fact, they both look about twice the size of the top and bottom padding, whereas before I remember them as being about equal. The change was immediately apparent with my home page!

Any particular reason for this?

Frågat av E.C. Marm 9 timmar sedan

Senaste svar av E.C. Marm 9 timmar sedan

Profile picture is small

The profile picture is a bit small. There is space around the picture in the button. It's a bit weird. How can I make it for fit?

Frågat av nauq302 9 timmar sedan

How to disable Firefox Review Checker?

I have read elsewhere here in the Support Forum that "browser.shopping.experience2023 prefs" in about:config allow for the disabling of Firefox Review Checker. Alas, the… (läs mer)

I have read elsewhere here in the Support Forum that "browser.shopping.experience2023 prefs" in about:config allow for the disabling of Firefox Review Checker. Alas, there are quite a few of them there! What specific preferences -- and what specific values thereof -- are required to disable the Review Checker in FF 133.0?

I will add that it would be terrific if one could accomplish the same goal via FF Settings.

Frågat av E.C. Marm 10 timmar sedan

Ad blocking and search engine problems.

For the past week or so I am finding Youtube videos are unavailable because, I understand from messages that flash on my screen, its ads are being blocked. This does no… (läs mer)

For the past week or so I am finding Youtube videos are unavailable because, I understand from messages that flash on my screen, its ads are being blocked. This does not occur if I use Chrome. Also, although I had chosen Duck Duck Go as my search engine, Yahoo seems to be doing the job. Can you please advise me how I can stop ad blocking for Youtube, and yahoo appearing as the search engine, when I use Firefox. Firefox was my default browser but have changed to Chrome for the present. The O/S on my PC is Windows 10.

Frågat av grtate 12 timmar sedan

device input/output

why is there no way to select audio/video/ microphone input or output? . my headset dies all the time and i would like to change in firefox which output the audio should … (läs mer)

why is there no way to select audio/video/ microphone input or output? . my headset dies all the time and i would like to change in firefox which output the audio should go into. while skullcandys headphones firmware sucks, firefox has the wherewithal to have a device settings section where i can choose which device has which input and output

Frågat av Paige Scottie 22 timmar sedan

PIN icon to the toolbar.

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the too… (läs mer)

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the toolbar when a new extension is added! How do I pin it now?

Frågat av Islenya 1 dag sedan

Senaste svar av Islenya 22 timmar sedan

Preventing printing

I keep getting Bad Certificate when I try to print from my Android phone. I can print from my tablet but I keep getting the message, Firefox preventing this print, Bad Ce… (läs mer)

I keep getting Bad Certificate when I try to print from my Android phone. I can print from my tablet but I keep getting the message, Firefox preventing this print, Bad Certificate?

Frågat av vickis3664 1 dag sedan

Remove "News" on new tab page

Hi. Recently, in my Firefox browser on Windows, there is a new "News" section on the new tab page - how can I get rid of this?? I like the Pocket stories on the new tab… (läs mer)

Hi. Recently, in my Firefox browser on Windows, there is a new "News" section on the new tab page - how can I get rid of this??

I like the Pocket stories on the new tab page, precisely because they are usually *not* news - they are interesting, thought-provoking, or quirky stories that provide a break from actual news headlines. I need to escape the actual "breaking news." Please allow users to get ride of the "real" news section.

Frågat av austenfarrell 1 dag sedan

Why Am I Not Allowed To Fill Out Forms Anymore?

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click … (läs mer)

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click on its first line to bring up my necessary information, & all I get is a blank page.

What happened?

Thank you.

Frågat av ChrisG 1 dag sedan