Afficher les questions étiquetées : Afficher toutes les questions
  • Résolu
  • Archivé

Searchbar no longer working

Hi. Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with … (lire la suite)

Hi.

Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with tourettes, I often also get thrown around if I am reading long articles, because of misclicks.

Unfortunately I did the big mistake of updating, also with a tourettes-missclick, so my question is: 1) How do I remove the 'quick'-search function? I want the Ctrl+F bar to come up ONLY WHEN I CLICK ctrl+F, and I want it to go away again if I click ctrl+F again. I forget how to do it. 2) How do I remove all future update prompts? Given that it has been made so hard to configure firefox into something tolerable, I don't want to throw all my setup away with minor updates always thrown at me. It takes me a long time every time there's an update, I have to fix language and other stuff back again. It's just not worth it in time for me to use Firefox, if I have to make a setup so often. 3) Recommendations for the best version of Firefox to go back to and stay in for eternity, alternatively, browsers that does not change or add functions without first asking the user... (The answer is no, by the way, I don't want more new fancy functions)

Sorry for this nagging but I simply can't use my browser like this. It's just not working.

Demandé par mettelolzjacobsen il y a 1 an

Réponse de zeroknight il y a 1 an

  • Verrouillé
  • Archivé

website problems after update

HI! I posted earlier about problems accessing websites after updating the browser to 115.2.0 esr. Earlier in the day I had accessed these websites with no problems .... n… (lire la suite)

HI! I posted earlier about problems accessing websites after updating the browser to 115.2.0 esr. Earlier in the day I had accessed these websites with no problems .... now after the update installed, shopify is trying to validate whether I am a human and verify the browser. Resulting in an endless loop of identifying myself as a human and it trying to validate the browser.

Demandé par 73545.666 il y a 1 an

Dernière réponse par cor-el il y a 1 an

  • Résolu
  • Archivé

Always sorted bookmarks

How do I have all my bookmarks and folders sorted by name automatically and permanently? When I open Bookmarks I want to see the folders sorted and the bookmarks inside … (lire la suite)

How do I have all my bookmarks and folders sorted by name automatically and permanently? When I open Bookmarks I want to see the folders sorted and the bookmarks inside each folder sorted, automatically so I never have to manually. In other words, behave like Windows File Explorer.

I'm almost certain I had it working that way on a previous installation of FireFox, but I can't get this new installation of Firefox to do the same.

Demandé par PickerDad il y a 1 an

Réponse de jscher2000 - Support Volunteer il y a 1 an

  • Résolu

LastPass is now disabled with every Firefox restart

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can g… (lire la suite)

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can go to Add-ons and the toggle is set to "on" but the icon in the menu bar is black. If I click the toggle off, then back on, LastPass comes on just fine. Why is Firefox disabling something that Add-ons says is loaded? VERY strange. Does NOT happen in Chrome. Thanks for any assistance. PITB!!!

Demandé par RobertL39 il y a 5 mois

Réponse de zeroknight il y a 5 mois

  • Résolu
  • Archivé

When Firefox is on, Desktop Window Manager consumes a lot of RAM

I have multiple monitors and most often have Firefox windows open on each. Lately, I've been noticing that the Desktop Window Manager process is consuming a huge amount o… (lire la suite)

I have multiple monitors and most often have Firefox windows open on each. Lately, I've been noticing that the Desktop Window Manager process is consuming a huge amount of RAM. At the same time, consumption completely disappears with the closing of Firefox windows. Video: https://i.imgur.com/pHCa7Hh.mp4 (I left it for a while then closed Firefox windows) After a while, I noticed that already 13 GB of memory is being used by DWM. I don't know if sites affect behavior, but most often I have https://music.yandex.ru/home open

OS: Windows 11 (Microsoft Windows [Version 10.0.22621.1928]). Firefox: 115.0.1 (64-bit) Screen setup: 1 - 3840 x 2560 with 200% scale, 2 - 1920 x 1080 with 100% scale.

Demandé par unavailable il y a 1 an

Réponse de unavailable il y a 1 an

  • Résolu

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (lire la suite)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Demandé par Slouch il y a 5 mois

Réponse de Slouch il y a 5 mois

  • Résolu
  • Archivé

No Audio in Firefox only.

There is no audio on any website in Firefox only. I'm using Windows 11 Numbered list item When a video is playing there used to be an audio icon showing the tab is pl… (lire la suite)

There is no audio on any website in Firefox only. I'm using Windows 11

  1. Numbered list item When a video is playing there used to be an audio icon showing the tab is playing audio, this does not show anymore.
  2. Numbered list item Firefox does not appear in the Windows volume mixer
  3. Numbered list item The Firefox Task Manager Utility 'Windows Media Framework Audio Decoder is always idle.
  4. Numbered list item I've restarted the Windows AudioSrv service and Windows explorer process

Nothing works. Please help.

Demandé par rtwymanjr il y a 1 an

Réponse de rtwymanjr il y a 1 an

  • Résolu
  • Archivé

Viewing media in fullscreen mode adds black borders around the screen.

When I play a video in fullscreen, there is a strange black border that appears around the video which makes the content smaller than it would otherwise be. This border d… (lire la suite)

When I play a video in fullscreen, there is a strange black border that appears around the video which makes the content smaller than it would otherwise be. This border does not display in Safari or Chrome, just in Firefox. It also occurs in every media player I've tested, including YouTube and Netflix.

Annoyingly, I can't get this to show up in a screenshot. It seems like Firefox guesses the aspect ratio or resolution wrong when it puts media in fullscreen, and it has the effect of downsizing the actual interactive part of the display. Meaning, I can't move my mouse into the border area to take a screenshot of it.

I'm on an ARM Macbook running MacOS 13.5, if that matters.

Is this a bug, and/or is there a way to fix this?

Demandé par tsedan il y a 1 an

Réponse de zeroknight il y a 1 an

  • Résolu
  • Archivé

"Privacy/Security" addons ... wait a sec ... this be not rite?

I asked a few "security/privacy" addon creators this question: " Hail all: First off, a note to explain this post: I have severe Asperger's and ADHD. I work for a Corpo… (lire la suite)

I asked a few "security/privacy" addon creators this question: "

Hail all:

First off, a note to explain this post: I have severe Asperger's and ADHD. I work for a Corporation that handles delicate data. Now, my Asperger's requires clarity, but this ad-on is all BUT clear. Which is a serious annoyance, since, more and more, life is becoming unclear, due to continuous contradictions everywhere. More so ... it, at first glance, appears to be not quite right: The ad-on promises security and privacy, BUUUUUT ... does seemingly the absolute opposite? Let me explain:

So, I got the Multi-Account Container ad-on. Upon installing it, it requested:

   Access your data for all web sites
   Access browsing history
   Monitor extension usage and manage themes
   Access browser tabs

Why on earth are these needed? Now, you speak of privacy, security, all very nice, but then you throw these "necessities" in the ad-on, which totally counter the promised privacy, security and whatnot.

I have certain data that I access through the Private Window in Firefox, related to my work. Several tabs are Corporate Account information, log ins, ... , which I darn sure refuse to give out. Not to mention, Corporate project data.

Your "necessities" breach privacy, security, and even invoke the possibility of personal data theft, bank data theft, and even, indeed so, Corporate espionage!

1) Access data for all websites: Why not just ask the darn info directly? I will open the Corporation for you, give you all access keys. Way faster. 2) Access browsing history: If you need money, just ask ... I do not like my data shoved out for money so they can "offer targetted advertising". I HATE advertising, each ad I encounter brings my IQ down by 10 %, because my poor dumb brain can't understand the stream of lies in those. Also: you have no rights to dive into my history data, it is "private" for a reason, protected by LAW. This then breaches these Privacy Laws. 3) Monitor extension usage and manage themes: Oh? Am I per chance a COMPLETE idiot? That I can't read, or think? I am quite sure, I am just clever enough to handle this myself, I reckon. Could be wrong, but then there's google and the likes to help me out, in case I do not find the right colour and icon for my tab. 4) Access Browser Tabs: Here's a smarter idea, I think ... well, for as far as I CAN think, seeing the above uncalled for "assistance" provided: Come to my place and have my computer. Direct access thus no need to do all that network doing thingy needed for remote Browser Access.

Sorry for appearing angry, but these kinds of "necessities to ensure the ad-on to work". This ad-on can just as well work without these "kindly offered assist tools". So why are they in here, while you provide your ad-on as a means to secure and privatise my data?

I would appreciate some information here. Thank you."

I received no reply yet, though I asked 11 creators nigh 2 weeks ago. Seems ... fishy ... no? I mean, can someone give an explanation on this?

Thank you. Ben

Demandé par dtm_samurai il y a 1 an

Réponse de TyDraniu il y a 1 an

  • Résolu
  • Archivé

Long delays with HAProxy

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, … (lire la suite)

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, the pages come right up without any delay.

If I connect to the Plesk server directly without HAProxy in the middle, there are no delays.

I do not know what would cause these delays that don't occur with other browsers.

I'm on a Mac: 115.0.2 (64-bit)

Demandé par palinst il y a 1 an

Réponse de palinst il y a 1 an

  • Résolu
  • Archivé

Customize the location of print headers and footers?

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)? I prefer the header to be url only, in the center. … (lire la suite)

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)?

I prefer the header to be url only, in the center. While the footer has page on left; title in the center, and date on the right.

This used to be easy to accomplish with print options in older versions, then -- as the print dialog changed (and actually improved a lot in most *other* ways) I had to turn to about:config modifications like those described in the 1/27/21 reply here: https://support.mozilla.org/en-US/questions/1323433. But now I can't seem to find any way to have any control over print headers besides "on" and "off."

One problem I find with having both page title and url on top is that these can be long, causing one or both to be truncated.

I'm using Firefox 115.3esr.

Demandé par Rick216 il y a 1 an

Réponse de zeroknight il y a 1 an

  • Résolu
  • Archivé

Tab title on mouse hover

Please, how can I disable the tab title on hover? After they appear, they stay on the screen even if I switch windows and are extremely annoying. (Work on fedora, gnome) … (lire la suite)

Please, how can I disable the tab title on hover? After they appear, they stay on the screen even if I switch windows and are extremely annoying. (Work on fedora, gnome)

Demandé par salinger6899 il y a 1 an

Réponse de cor-el il y a 12 mois

  • Résolu
  • Archivé

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and instally installed Firefox

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and install installed Firefox also, I tried from my different clients, it's the same … (lire la suite)

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and install installed Firefox

also, I tried from my different clients, it's the same behavior, no matter Windows OS 11 10, or Windows Server 2016 2019 2022

it's able to load in MSEdge.

Demandé par Lincky Lin il y a 1 an

Réponse de zeroknight il y a 1 an

  • Résolu
  • Archivé

Cannot Access One Website Only

I have already cleared cookies and caches, minimized my Firefox privacy and Avast anti-virus app with an exception for Wyndham Hotels and I still get the same error messa… (lire la suite)

I have already cleared cookies and caches, minimized my Firefox privacy and Avast anti-virus app with an exception for Wyndham Hotels and I still get the same error message:

Access Denied You don't have permission to access "http://www.wyndhamhotels.com/" on this server.

Reference #18.a52c817.1688939580.337c4864

I also tried accessing it on Edge browser with the same message. I called Wyndham and they said their website is not down and working on all browsers. Any help is greatly appreciated!

Tami

Demandé par tjmccrystal il y a 1 an

Réponse de tjmccrystal il y a 1 an

  • Résolu
  • Archivé

Small font size on some websites

Firefox is displaying a smaller font on some websites. It only does it new windows, not in a private window and other browsers are fine. Screenshots attached show the co… (lire la suite)

Firefox is displaying a smaller font on some websites. It only does it new windows, not in a private window and other browsers are fine.

Screenshots attached show the correct size (first attachment) and the incorrect smaller size (second attachment).

It's not windows accessibility aka ease of access, as nothing else is affected. All pages are on 100% zoom. I've gone to settings -> font -> advanced and the "Allow pages to choose their own fonts, instead of your selections above" is ticked.

Any ideas please?

Demandé par ldene il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

a website wont load on normal but will on private mode

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht… (lire la suite)

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht no issue.

Demandé par nfletcher13 il y a 1 an

Réponse de Terry il y a 1 an

  • Résolu
  • Archivé

Save Bookmarks from other drive

Hello, my WIN 10 Drive got busted, meaning I can not boot with it anymore. However, with an other WIN10 drive I still can access the data. I need to save all the Firefox … (lire la suite)

Hello, my WIN 10 Drive got busted, meaning I can not boot with it anymore. However, with an other WIN10 drive I still can access the data. I need to save all the Firefox bookmarks before I will format the Drive and install a fresh WIN10. All the searches just tell how to backup when Firefox is open or Win is running: Press WIN Key... etc. None of them is applicable. I have I have bookmarks saved as bookmarks as well as I have a lot on the upper bar. I need them all.

Please teach me how I can back them up and restore on a fresh Firefox. In previous crashes I lost a lot of bookmarks already. ' Thank you.

Dorian

Demandé par dwctrader18 il y a 1 an

Réponse de dwctrader18 il y a 1 an

  • Résolu
  • Archivé

Fullscreen behaving oddly on macos firefox

When I go into fullscreen on firefox macos, hovering near the top shows the traffic lights (fullscreen, minimize, close window buttons) and moves everything down. This ma… (lire la suite)

When I go into fullscreen on firefox macos, hovering near the top shows the traffic lights (fullscreen, minimize, close window buttons) and moves everything down. This may be expected behavior, but it is very annoying as when you try to open new tabs the tab bar moves out of the way of the traffic lights, and the traffic lights area is around the size of the tab bar. Is there any way to make the traffic lights always visible or keep them from moving?

Demandé par a.b.liebgold il y a 1 an

Réponse de a.b.liebgold il y a 1 an