Showing questions tagged: Show all questions
  • Archived

Notification window on left side inte firefox

Hi. Can anyone tell me how or what firefox told me by show an notification window on the left side of screen in firefox. I dropped my laptop and picked it up and my finge… (read more)

Hi. Can anyone tell me how or what firefox told me by show an notification window on the left side of screen in firefox. I dropped my laptop and picked it up and my fingers pressed some buttons. And I had no chance to see what the window was viewing. The Buttons i could have pressed down is on the right side.

Please help me to figure out what firefox was telling me. Or what function I activated or deactivated. Because there was an notification screen on the left side in firefox

Asked by mattias_1982 1 year ago

Last reply by mattias_1982 1 year ago

I get a banner saying firefox has notifications but where are they?

I just want to know WHERE the notifications land? I have a very old macbook pro (mid 2010) so I have a sneaking suspicion firefox is trying to tell me something about not… (read more)

I just want to know WHERE the notifications land? I have a very old macbook pro (mid 2010) so I have a sneaking suspicion firefox is trying to tell me something about not being supported, yadayadayada, BUT where are the notifications? The OS am currently using is High Sierra 10.13.6 CAN ANYONE HELP ME OUT HERE? Sorry to be such a klutz but these banners appear every day and I can't seem to access whatever it is that firefox is trying to communicate. Thanks all!

Asked by greendog 2 months ago

Last reply by greendog 2 months ago

  • Archived

"Window" drop-down menu missing open windows

Firefox "Window" drop-down menu is missing open windows. This has happened for a few upgrades. If I add a new blank window, the drop-down menu will fully populate, thoug… (read more)

Firefox "Window" drop-down menu is missing open windows. This has happened for a few upgrades. If I add a new blank window, the drop-down menu will fully populate, though if I navigate to any of the other pages, it goes back to being incomplete.

Asked by new iPad Pro 1 year ago

Last reply by new iPad Pro 1 year ago

  • Archived

tabs still crashing.

I still have not had any improvement with tab crashes especially on sites containing videos. Lately, every time i go on Facebook and play a video reel, i stop the video a… (read more)

I still have not had any improvement with tab crashes especially on sites containing videos. Lately, every time i go on Facebook and play a video reel, i stop the video and before i can return to my home page, the tab crashes. This browser has gotten worse rather than improving.

Asked by Scot63 1 year ago

Last reply by madcap magician 1 year ago

  • Archived

when I login into some WEB site it goes in to an endless loop continues

When I login into some WEB site it goes in to an endless loop continues? It used to work before you forced the download of version of 0esr, when the old none 0esr work… (read more)

When I login into some WEB site it goes in to an endless loop continues? It used to work before you forced the download of version of 0esr, when the old none 0esr worked fine. As a example: I am trying to login to xcelenergy.com site and it keeps flipping back and forth with these two lines ( parts of lines deleted because you might get into my account )in the address bar -

1. - https://my.xcelenergy.com/MyAccount/MyAccount_Proxy?context=us1_tk1...............parts deleted.........................client_id=JnU2RjC15thihnMDrOyzKzvH&mode=login&scope=openid+profile+email+salesforceInfo&gig_skipConsent=true

2. - https://my.xcelenergy.com/MyAcco...........................parts deleted......................._MA_Template

I have included the 2 of screen captures that it flip's through of maybe a another 2 screens (can not tell, it flips through to fast).

  The site I am login into:          my.xcelenergy.com
 Firefox version using now:      115.6.0esr (64-bit) or the 32bit Version, I tried both. Then load an old back version it works fine but then it gets upgrade to the new version again.
  my version of windows:         8.1, with all Firefox ad blockers and other ad blockers turned off or on does not matter. 
      The reason I will not upgrade my software is that I would have to buy a lot of new software upgrades that I use, and can  

not afford at this time on my retirement.

James Spangler 2jspangler@comcast.net

Asked by 2jspangler 1 year ago

Last reply by zeroknight 1 year ago

  • Solved
  • Archived

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 … (read more)

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.

Asked by mettelolzjacobsen 2 years ago

Answered by zeroknight 2 years ago

  • Solved
  • Archived

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… (read more)

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;
}

Asked by Slouch 1 year ago

Answered by Slouch 1 year ago

  • Solved
  • Archived

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… (read more)

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!!!

Asked by RobertL39 1 year ago

Answered by zeroknight 1 year ago

  • Archived

cannot display PDF from HPE site in windows 7 + firefox esr

Every document like the below one does not display in firefox esr 115: https://support.hpe.com/hpesc/public/docDisplay?docId=c01081836&docLocale=en_US I get an empt… (read more)

Every document like the below one does not display in firefox esr 115:

https://support.hpe.com/hpesc/public/docDisplay?docId=c01081836&docLocale=en_US

I get an empty pdf viewer frame. Also the debugger shows the following error;

Uncaught TypeError: Promise.withResolvers is not a function

Is there some way to overcome this problem? a future release of firefox esr?

Asked by kaetano69 7 months ago

Last reply by kaetano69 7 months ago

  • Archived

Accessibility issue: Disable (animating) overscroll

I want to disable overscroll. For those who don't know: it's the bouncy animation when you use scroll using a two-finger gesture past the beginning or end of a scrollable… (read more)

I want to disable overscroll. For those who don't know: it's the bouncy animation when you use scroll using a two-finger gesture past the beginning or end of a scrollable region.

The bouncing is an animation, and with animations disabled on my system, having this animation is an accessibility issue.

I guess I could split this question in two:

1. Can Mozilla please change Firefox so that it doesn't do this animation when animations are supposed to be disabled? 2. How can I disable this overscroll behaviour manually, separately from other animations?

Asked by thany 2 years ago

Last reply by Beauty Shots 1 year ago

  • Locked
  • Archived

Page refresh problems not covered elsewhere Firefox ESR 115.9.1

Goodd day from UK I run firefox esr 115.9.1 and find the the F5 refresh key does NOT refresh the images. The same applies when using the "reload" icon in the menu. Read… (read more)

Goodd day from UK I run firefox esr 115.9.1 and find the the F5 refresh key does NOT refresh the images. The same applies when using the "reload" icon in the menu.

Reading other posts, nothing seems to apply here.

There are NO add-ons at all and everything is cleared on close. The text DOES seem to change.

As a web developer checking updates this is extremely annoying as only hope is keep closing the browser (to clear everything) and restart - the loads new images etc.

I use several versions of Firefox (2, 20, 56) to ensure compatability with olf browsers and it seems to be only those over 100 with this issue.

Does anyone know if this is a "feature" or a"bug" and is there any simple (!) way around the issue?

Thanks

p.s. ALWAYS happens, not intermittently

Asked by SuMo Bot 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Wifi Repeater suddenly refused access after one month

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (read more)

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.

Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.

Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.

I need need to work from my office. Please help resume my Repeater's access.

Kind regards,

Sean

Asked by seanhindle4 2 years ago

Answered by seanhindle4 2 years ago

  • Solved
  • Archived

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, … (read more)

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)

Asked by palinst 2 years ago

Answered by palinst 2 years ago

MEDIA_ERR_SRC_NOT_SUPPORTED

Hi Mozzies When I try to play news videos from my local radio station I get this error. The videos originate from our local TV channel which uses Brightcove hosting. S… (read more)

Hi Mozzies When I try to play news videos from my local radio station I get this error. The videos originate from our local TV channel which uses Brightcove hosting. Safari and Google Chrome can play the videos. If I go to the source on the TV channel, I can play the video. Hardware MacBook Pro OSX 10.14.6. FireFox version 115.30.0esr (64-bit)

Asked by phazir50 4 days ago

Last reply by phazir50 4 days ago

  • Archived

Facebook Crashes Firefox and Shuts Down the Network.

When on Facebook, Firefox will shut down the network connection so that it can't communicate anymore, no incoming or outgoing traffic through Firefox. I opened TaskManage… (read more)

When on Facebook, Firefox will shut down the network connection so that it can't communicate anymore, no incoming or outgoing traffic through Firefox. I opened TaskManager to try to kill the process, but it leaves a single Firefox.exe process running and it CAN'T be killed. I've tried everything I can think of. In an admin command window, normally Tasklist to check for the process and then Taskkill /IM firefox.exe would work. It comes back with process not found, even though it's in the Tasklist and still running in the taskmanager list.

When trying to kill Firefox, it always says "Firefox is currently running" with the option of close Firefox or cancel. If you select close Firefox, the window just comes up again with the same question while leave Firefox.exe still running in the taskmanager. If you select cancel, the windows goes away and the Firefox.exe process stays running in taskmanager.

So I used Sandboxie (sandbox program) to open another Firefox window to continue, which works fine for a while until Firefox decides to shut down the network connection again. I even tried logging off the user account and logging into a different user account, Firefox is still there, running and still can't be shut down. It's like a bad case of Herpes or Chlamydia or something. Then all I can do is shut down and restart the entire machine.

So to reiterate, Firefox cannot be shut down and removed from the taskmanager process list using the typical right upper corner "Red X" kill, or by way of taskmanager "end process" or "end process tree" and cannot be shut down by an admin command window Taskkill command or logging off and switching users.

I don't know if the "autoscroll issue" is an inherent attached problem or separate, but I have that one as well. I'll be looking at asomething and Firefox with a mind of its own will scroll down maybe 2 to 10 threads, sometimes stop, sometimes continue scrolling all on its own. It's annoying as hell. I will try the layout.css "false" fix and see if that works.

Both these issues only occur on my cheezy 3rd gen motherboard/computer, so the specs for cheezyness...

Windows 7 x64 up-to-date DH77KC with i7-2700k BIOS: KCH7710H.86A.0112.2018.1025.1133 BIOS Date: 10/25/2018 8g RAM 256g SSD 1GB plus 2GB Hard Drives GTX-680 Video Card Soundblaster X-FI PCIE Card USB 3 PCIE Card 650w Power Supply

Any solutions would be greatly helpful...

Asked by Meckanic 1 year ago

Last reply by Meckanic 1 year ago

  • Archived

Developer Tools "Find" next, previous, replace options?

Not sure why this https://support.mozilla.org/en-US/questions/1400794 was archived. Being archived I cannot "check mark" the question to show I too have this problem. I… (read more)

Not sure why this https://support.mozilla.org/en-US/questions/1400794 was archived.

Being archived I cannot "check mark" the question to show I too have this problem.

It is a basic problem and a piece of gravel in the shoe of many, I suggest, Firefox users who are developers.

Clearly, there is a need for a UI to navigate inspected content results and the original question author was exactly correct.

This is drip by drip making me want to end my return to Firefox and give up and use Chrome.

Even just an indication such as unarchiving the riginal post and linking to a "Pending to fix" Github issue would be a nice step.

Thank you Mozilla for all you do, and here's hoping this will get looked at.

Asked by acbrist 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Firefox Starts slow in "normal browsing", and normally in "private browsing"

I have to wait for 10-15 minutes after starting Firefox and then the "normal browsing" goes fine. But I can browse without troubles through "private browsing" since the … (read more)

I have to wait for 10-15 minutes after starting Firefox and then the "normal browsing" goes fine.

But I can browse without troubles through "private browsing" since the opening of the private window.

In my work laptop, Firefox in "normal browsing" goes fine since the beginning.

In both computers I have my user sinchronised.

Asked by JordiPM 1 year ago

Last reply by JordiPM 1 year ago