Showing questions tagged: Show all questions
  • Solved

Google Sheets - Scrolling Issue

As of today, I am unable to scroll with my mouse in google sheets. The scroll bar on the right disappears and I'm taken to the bottom of the spreadsheet and can't scroll … (read more)

As of today, I am unable to scroll with my mouse in google sheets. The scroll bar on the right disappears and I'm taken to the bottom of the spreadsheet and can't scroll back up. I have to use CTRL+Home and then the arrow keys to go down the rows. This appears to be only on Firefox. I tried a different browser and it worked fine.

Asked by Maria Quetell 5 days ago

Answered by Sean Thomas 15 hours ago

  • Solved

ctrl+c opens Britannica.com with the selected text in the search field.

How do I return ctrl+c to just copying the selected text? I have checked the extension shortcuts and not found anything there. I have also searched extensively for solu… (read more)

How do I return ctrl+c to just copying the selected text?

I have checked the extension shortcuts and not found anything there. I have also searched extensively for solutions, before making this post.

Asked by gotaug 2 weeks ago

Answered by gotaug 2 weeks ago

  • Solved
  • Archived

File System API availability

Hi Mozilla, The File System API is already available to all Chromium-based browsers, and also on Safari Tech Preview version. It is essential to create web apps for user… (read more)

Hi Mozilla,

The File System API is already available to all Chromium-based browsers, and also on Safari Tech Preview version. It is essential to create web apps for users. As seen on Mozilla documentation, many features of the API are already there, but these are not: window.showDirectoryPicker window.showOpenFilePicker window.showSaveFilePicker'

Will the full API set be available soon?


Best regards,

Dan

Asked by dandeancook 6 months ago

Answered by TyDraniu 6 months ago

  • Solved
  • Archived

Recently closed windows

Hello, once again the function of restoring recently closed windows has stopped working, it is displayed in gray and you cannot enter it I usually work on two or three wi… (read more)

Hello, once again the function of restoring recently closed windows has stopped working, it is displayed in gray and you cannot enter it I usually work on two or three windows at the same time and this function usually works, but I can't use it for the second or third time. Can I recover closed windows? I will be grateful for your help Best regards, Paweł U

Asked by bthd 6 months ago

Answered by cor-el 6 months ago

  • Solved

Why I cannot type the search content any longer into the G search bar in middle page?

What has happened to typing and viewing the content of the search INSIDE the Google search box? Why this does not work now and the search moves to the address bar where i… (read more)

What has happened to typing and viewing the content of the search INSIDE the Google search box? Why this does not work now and the search moves to the address bar where it is tight and one cannot see all content of the search? Why have you done this? How can I bring it back please? I hate is as is now.

Asked by Kostas Trivizas 3 months ago

Answered by Terry 3 months ago

  • Solved

CANNOT LOG IN VIA MY GOOGLE ACCOUNT

I cannot log in to my Gmail account via www.google.pl in the Firefox browser. When I try to log in via www.google.pl, the Bad Request Error 400 message appears. The same … (read more)

I cannot log in to my Gmail account via www.google.pl in the Firefox browser. When I try to log in via www.google.pl, the Bad Request Error 400 message appears. The same problem occurs when I need to confirm login to other websites using a Google account. I simply can't log in anywhere. This problem does not occur in other search engines. A login icon appears on the www.google.com website, but not all related services from Google are available - Google account, Google Play, Gmail, Meet, Chat, Drive, Calendar, and Photos are unavailable - these are just the most important ones that don't work. Cookies are enabled. On December 25, 2023, this problem did not exist. I tried to restore Firefox to an earlier installation date, but it didn't help. I uninstalled the extensions and plug-ins. Unfortunately, the problem remains. Please help me. Regards, Bogaczewicz Bogusława.

Asked by B. BOGACZEWICZ LANGUAGE CENTRE 1 month ago

Answered by B. BOGACZEWICZ LANGUAGE CENTRE 1 month ago

  • Solved

Firefox search suggestions won't turn off

Dear all, I have unchecked all the boxes in "Settings/Search/Search Suggestions" and disabled history for the search engine and yet Firefox still displays search suggest… (read more)

Dear all, I have unchecked all the boxes in "Settings/Search/Search Suggestions" and disabled history for the search engine and yet Firefox still displays search suggestions in the address bar. They even have a small header called "Firefox Suggest". How can I turn this off? Thanks for your help, Markus

Windows 11 Home 22H2 FF 118.0.1 (64-bit)

Default search engine is Google

Asked by toegelmarkus 5 months ago

Answered by toegelmarkus 5 months ago

  • Solved
  • Archived

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (read more)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Asked by zygdresze1 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (read more)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Asked by MaxwellQ 3 years ago

Answered by Wesley Branton 3 years ago

  • Solved
  • Archived

Updated to Firefox 81.0 but credit card autofill is still missing from Options/Preferences menu

I just updated Firefox to version 81.0 in Linux, Windows and Mac, but the credit card autofill option is still missing from the Preferences menu. I followed the instruct… (read more)

I just updated Firefox to version 81.0 in Linux, Windows and Mac, but the credit card autofill option is still missing from the Preferences menu.

I followed the instructions from here:

https://support.mozilla.org/en-US/kb/credit-card-autofill

Yes, I am located in the US.

Asked by Mr.K 3 years ago

Answered by Mr.K 3 years ago

  • Solved
  • Archived

Icon Firefolx on the screen

Since a while I have the browser MS Bing, if I click on the icon Firefox on my screen. My latest Firefox Version dated from the 7th January 2022 (x64 de). What is the pro… (read more)

Since a while I have the browser MS Bing, if I click on the icon Firefox on my screen. My latest Firefox Version dated from the 7th January 2022 (x64 de). What is the problem? Regards, Erwin

Asked by rueduscheid 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

browser does not work anymore

As of this morning, the Firefox browser on my work computer does not get access to any website - including mozilla itself. On the same computer Safari works without probl… (read more)

As of this morning, the Firefox browser on my work computer does not get access to any website - including mozilla itself. On the same computer Safari works without problems, on my smartphone and in the same wifi network my mobile Firefox works.

What is wrong?

Asked by cpeterbauer 2 years ago

Answered by Paul 2 years ago

  • Solved
  • Archived

New Login Issue using Firefox only

I continue to get message "Sorry, invalid login. Please verify the User ID and/or Password you entered." while trying to login to Altra Federal Credit Union. Never had t… (read more)

I continue to get message "Sorry, invalid login. Please verify the User ID and/or Password you entered." while trying to login to Altra Federal Credit Union. Never had the issue before on Firefox. I am able to login using other browsers. Altra has indicated to me an update glitch involving Firefox browser. Any help?

Asked by martingaul3378 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

access to michaels crafts store denied

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server. Referenc… (read more)

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server.

Reference #18.beeb7068.1641080631.1ce8b9b5

Asked by juice4u 2 years ago

Answered by Chris Ilias 2 years ago

  • Solved
  • Archived

Disable overly insisting updates

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to fini… (read more)

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to finish updating" <- This last bit is VERY annoying. Is there a way to keep FF working in such situation? I usually have 3 FF profiles running, about 10-20 tabs each and when it suddenly does this - I can restart them all but when it is suitable for me.

The only solution I can see so far is disabling updates via group policies (which is not well documented, where do i put this policies.json on Fedora? need to google that).

Any other ways to keep updates and FF running until I decide when to restart? Thanks.

Asked by aikbox 3 years ago

Answered by Scribe 3 years ago

  • Solved
  • Archived

Spell checker

How to make firefox enable to recognize the language that are typed? In microsoft edge we can just click "all language", but in firefox no similar option to it.

Asked by MRA 2 years ago

Answered by James 1 year ago

  • Solved
  • Archived

PDF Text Clipping

I have two PDFs that I designed and uploaded to our website, but the headline in both displays with clipped characters in Firefox. Different fonts were used in both and t… (read more)

I have two PDFs that I designed and uploaded to our website, but the headline in both displays with clipped characters in Firefox. Different fonts were used in both and the issue is the same. I even tried adding more tracking then re-uploading, the issue persists.

I checked in other browsers and the text displays as intended. The attached screenshots show the issue in Firefox, compared to how it should look (viewed in Chrome).

It's only this one line of text that is affected and I don't know why.

Asked by bg-design 2 years ago

Answered by bg-design 2 years ago

  • Solved
  • Archived

can't get torrent files to open in my torrent client

Hi I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatica… (read more)

Hi

I don't know what's happened to cause this, but for the last few days if I grab a torrent file online, I only get the option to save the file, no option to automatically open in my torrent client.

I have been to Firefox general settings, and Applications - "Choose how Firefox handles the files you download from the web or the applications you use while browsing" but .torrent is not listed. When I search "torrent" in the Applications search box, I get only "magnet" as a result, nothing for "torrent" files (see image).

Any advice on how to automatically open .torrent files from the web in my torrent client would be appreciated.

Asked by dave54321ac 2 years ago

Answered by AliceWyman 2 years ago