Showing questions tagged:

auto correct malfunction

Hello its been a 2 or 3 months I have been using firefox and always have meet multiple malfunction on the browser, its not that I am saying its bad tho I like the GUI des… (read more)

Hello its been a 2 or 3 months I have been using firefox and always have meet multiple malfunction on the browser, its not that I am saying its bad tho I like the GUI design and the features it have. But this recently update i experiences a malfunction that when I try to type a wrong word autocorrecting is kinda multi hopping like its scrabble some words I try to clear cache it and even clear cache my keyboard but still their. Hope mozilla find this bug immediately

Open 2 1 22

Address Bar Not Retracting

Hello, After updating to, 150.0 (Build #2016155439), 1a6c5c6f11fca486436075d92fd82d51f706c775 GV: 150.0-20260415192539 AS: 150.0.1 OS: Android 15 I have been having issue… (read more)

Hello,

After updating to,

150.0 (Build #2016155439), 1a6c5c6f11fca486436075d92fd82d51f706c775 GV: 150.0-20260415192539 AS: 150.0.1 OS: Android 15

I have been having issues with the address on top of my phone (Motorola Edge 50 Neo).

As you can see, as soon as I switch from Private Browsing to Normal Browsing, the address bar on the top shifts and never goes back to its original position.

It only resets back to its position when I close the App and open Firefox again but the issue persists whenever I try to switch from Private browsing to Normal browsing (vice-versa).

Open 8

I deleted my profile from firefox and now firefox says I can't use it because I don't have a profile

A couple of days ago I noticed that Firefox had started using "Profiles". I do not want a profile. When I wanted to open firefox a window popped up asking me to pick a p… (read more)

A couple of days ago I noticed that Firefox had started using "Profiles". I do not want a profile. When I wanted to open firefox a window popped up asking me to pick a profile. I deleted my account. Now Firefox will not let me use it because I don't have a "Profile". If I cannot use firefox without a profile, which I never had to do for umpteen years, then I well switch to Chrome.

Open 3 24

gmail does not work in firefox anymore

gmail no longer works in firefox. Nightly has been giving me a message about clearing cache and cookies for many many many months. After I do that, nothing changes and I … (read more)

gmail no longer works in firefox. Nightly has been giving me a message about clearing cache and cookies for many many many months. After I do that, nothing changes and I still end up in a website about clearing cache and cookies.

Firefox ESR is not able to delete gmail emails after I check the delete box. It says they are deleted but the don't ever go away.

I cannot find any version of firefox that works with gmail. Please let me know if you have found one and provide a link for me to download that version.

thanks

Open 19

Some sites are blocked on your browser (FF DE)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default b… (read more)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default browser. Both nexusmods.com and loverslab.com are ping well and work fine on any other browsers.

Open 1 34

Template literal not resolving as expected

I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (read more)

I have a directory structure

C:

   Gustafson
       Website
           ⋮
           scripts
               global.js
               ⋮
           ⋮
           TestDirectory
               baseUrl_test.html
           ⋮

In the <head> of a webpage, I determine a baseUrl for the page using the following:

 <script>
   // assumes website topmost directory is "Website""
   ( async ( ) => {
     const segments = document.documentURI.split ( "/");
     const index = segments.findIndex ( element => 
                                        element == "Website" );
     if ( index < 0 )
       {
       throw new TypeError ( 
                 "Website structure not constructed correctly" );
       }
     segments.length = index + 1;
     let path = segments.join ( "/" );
     path += "/";
     window.baseUrl = path;
     console.log(`${baseUrl}`);
     } ) ( );
 </script>

The console log displays

file:///C:/Gustafson/Website/

In the body is

 <script>
   console.log ( `${baseUrl}scripts/global.js` );
 </script>
 <script src=`${baseUrl}scripts/global.js`></script>
 <script>
 window.onload = 
   function ( )
     {
     Global.initialize_globals ( );
     };
 </script>

The console log displays

file:///C:/Gustafson/Website/scripts/global.js Loading failed for the <script> with source “file:///C:/Gustafson/Website/TestDirectory/%60$%7BbaseUrl%7Dscripts/global.js%60”. Uncaught ReferenceError: Global is not defined

   onload file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:37
   EventHandlerNonNull* file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:34

The problem is the console.log displays what is expected but the src= is using something totally different.

Open 46

Vertical tabs keep "getting stuck" (not expanding)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in… (read more)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in basically every session. I can't tell if a specific action triggers it, so far it seems pretty random. The glitch is that either the tabs are expanded and won't collapse, or the opposite: they're collapsed and refuse to expand when I point at them. Is this feature maybe still experimental? or something? I'm running Firefox 149.0b5 DEveloper Edition on Garuda Linux (Arch based).

Open 1 102

stop unwanted pop ups dev FF w11

Hello: FF dev 150b5,w11p. With this v 150 there's a new irritant that I would like to stop, please. That's the sudden (starting w/v150 again) appearance on lower L corner… (read more)

Hello: FF dev 150b5,w11p. With this v 150 there's a new irritant that I would like to stop, please. That's the sudden (starting w/v150 again) appearance on lower L corner, of a popup window, which may be interactive. That is, this thing is so new I can't say more about it except that I didn't change anything to make this thing appear, & this didn't happen in prev.versions.

I looked in settings & the only thing on keyword "popup" goes to, in "search results", is: "block popups & 3rd party redirects." I already had that choice checked from previous versions (that is, do block). But this new popup appeared (unasked) anyway.

Is there an extension that will stop these? If so, what keyword(s) do I put into the "search extensions" box to find the extension(s)?

Also, w/this new "wonder" of unasked-for popups -- is this another "coming w/AI" feature I will have to live with?

I did a search here on "popups" before posting,but came up w/nothing relevant.

Thank you.


/edit:fixed a formatting issue causing horizontal scrolling

Open 3 51

How to get "automatic" theme in Firefox settings to honor operating system theme

Firefox reports that my theme is dark no matter what if I set it to _Automatic_. This results on any website that follows the CSS rule to prefer system theme to also be i… (read more)

Firefox reports that my theme is dark no matter what if I set it to _Automatic_. This results on any website that follows the CSS rule to prefer system theme to also be in dark mode. The only way I can get Firefox to use _Light_ is to manually select that option.

I have observed this behavior on MacOS Sequioa and also Tahoe (after a clean install). Other browsers I tested (Chrome, Safari) are not impacted by this behavior.

Open 51

Block product update notifications

Is there a setting to disable product update notifications? For example, I got a notification on Windows today prompting me to try out Firefox's new split tab view. I do… (read more)

Is there a setting to disable product update notifications?

For example, I got a notification on Windows today prompting me to try out Firefox's new split tab view.

I do not want to receive these product update notifications.

I know I can disable notifications in Windows at the OS level, however, this also disables notifications for all websites I have enabled.

Is there an option to disable these?

Open 57

Request to Update Email Address – Lost Access to ProtonMail

Hello, I hope you are doing well. I am contacting you regarding my Firefox account, which is currently registered with my ProtonMail email address that I no longer have a… (read more)

Hello,

I hope you are doing well.

I am contacting you regarding my Firefox account, which is currently registered with my ProtonMail email address that I no longer have access to.

Unfortunately, my ProtonMail account has been permanently disabled, and I am unable to receive any verification emails.

I would like to request your assistance in updating my account email address to a new one.

I can confirm that I am the rightful owner of the account and I am willing to provide any information necessary to verify my identity, such as:

Previous account details Login activity Devices used Any additional verification you may require

Additionally, I am currently located in Iran, where due to recent internet restrictions and instability, I have had to rely on VPN services, which may have contributed to unusual activity patterns.

I would really appreciate any help or alternative verification process you can provide in this situation.

New email address: intelligentquantum@gmail.com

Thank you for your time and support.

Best regards, Hamed

Open 56

Steps in Page zoom (scaling)

Previously, I made a custom scale ".3,.5,.6,.7, .71, .72, .73, .74, .75, .76, .77,.78,.79, .8,.9,1," and thus using Ctrl + the mouse wheel allowed you to set any scale in… (read more)

Previously, I made a custom scale ".3,.5,.6,.7, .71, .72, .73, .74, .75, .76, .77,.78,.79, .8,.9,1," and thus using Ctrl + the mouse wheel allowed you to set any scale in this way, since when "Ctrl + mouse wheel" the page was scaled by 10% regardless of the values. That is, I could set 74% and use Ctrl + mouse wheel to make the page scale 64% or 84%, even without the available value. Now I can't do this because now my "Ctrl + mouse wheel" doesn't increase/decrease 10%, but just scrolls through the set values. How to get everything back? It's very annoying, I can't use it.

Open 92