Showing questions tagged: Show all questions

Control key and Shift key triggers some weird deleting symptom

How to reproduce the bug: Jump to the address bar, and then press shift, ctrol, alt or windows_start, you can see the address getting deleted. You can also see it in Goog… (read more)

How to reproduce the bug: Jump to the address bar, and then press shift, ctrol, alt or windows_start, you can see the address getting deleted. You can also see it in Google Sheets and Microsoft Excel Online, it just deletes the cell, or a selection of multiple cells. --Interestingly on Google Docs it doesn't delete but just move the cursor to the first character when a string is selected.

 It happens only once per mouse click, or focus change

What I expect: Shift, Control or any mod key should not delete content or move a cursor

Thanks!

Asked by Gunwoo Gim 3 months ago

Last reply by zeroknight 1 month ago

Problem with gaining access to and installing Firefox PDF viewer so as to make it my default viewer.

Firefox is my longstanding browser (on Windows 10). I wish to make use of the Firefox PDF viewer, but have been unable to gain access to it. If for the purposes of an att… (read more)

Firefox is my longstanding browser (on Windows 10). I wish to make use of the Firefox PDF viewer, but have been unable to gain access to it. If for the purposes of an attachment I click on "Open with", Firefox does not appear among the viewers offered. I'm not tech savvy, so a step by step (idiot's) guide as how I can gain access to and then make use of the Firefox as my default PDF viewer will be greatly appreciated, please.

Asked by mec3843 2 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

Does having inactive tabs, such as news articles with embedded videos playing, consume data?

In my location, my only option for internet access is a mobile hotspot with limited data. Consequently, I am always mindful of my data usage when using my laptop. Despite… (read more)

In my location, my only option for internet access is a mobile hotspot with limited data. Consequently, I am always mindful of my data usage when using my laptop. Despite primarily browsing static pages, email, and other low-data activities, I often find my data usage higher than anticipated. The main culprit comes to mind to be videos embedded in news articles. Sometimes, with multiple tabs open, I switch to an inactive tab only to find a video playing. Although I've configured my Firefox preferences not to autoplay videos, it seems that YouTube videos still override these settings.

So, my question is, when a tab is inactive, does Firefox stop all data transfer for that tab in the background? And if not, what are the solutions to stop any background data other than continually closing all tabs?


Also, any suggestions on this topic are appreciated, especially from and to users who also live in remote areas without fiber, DSL, etc.

Asked by Terra Civis 2 months ago

Last reply by cor-el 2 months ago

Scrolling is jittery in Firfox, but not other browsers

When I scroll up or down on the touchpad in firefox, it is like I scroll past a certain threshold, and it then sends a "scroll up" or "scroll down" command. When I do th… (read more)

When I scroll up or down on the touchpad in firefox, it is like I scroll past a certain threshold, and it then sends a "scroll up" or "scroll down" command.

When I do this is Chromium, it's like I'm moving the website with my fingers. Similar to how it would be on a touch screen. In other browsers, the scrolling is not discrete, but continuous.

I love firefox, but this is driving me mad when I'm browsing. Is there any fix for this?

Asked by L M 2 months ago

Last reply by TyDraniu 2 months ago

all tabs and windows crashed

I was running 8 Windows with about 12 tabs per Window. AND I had it set to Continue Where You Left Off, so that each time I closed and launched FireFox, ALL Windows with… (read more)

I was running 8 Windows with about 12 tabs per Window. AND I had it set to Continue Where You Left Off, so that each time I closed and launched FireFox, ALL Windows with ALL Tabs would open. No problem. Easy.

This morning, Firefox crashed and LOST EVERYTHING. Why did it happen? And how do I get them back?

Jev

Asked by jevbrowser 2 months ago

Last reply by cor-el 2 months ago

Sync Data Missing

Hi I am a web dev, and need FF help on this. All of my sync data is gone, I sign out and back in twice, I checked the profiles there's only one, all of my bookmarks, plu… (read more)

Hi

I am a web dev, and need FF help on this. All of my sync data is gone, I sign out and back in twice, I checked the profiles there's only one, all of my bookmarks, plugins & extensions everything is gone. Please I need those bookmarks some of them were very important to me I can't lose those.

Back-story: I recently want to try two distro that I had been on my list from quite a while now, VanillaOS & BlendOS, I worked on those for 3 or 4 days, before switching back to Arch, on both of them everything was working fine, I had all of my data. On Arch I had to reset my password because I forgot. Then the issue started, at first I thought maybe my internet was slow or something but now on the 2nd my data is still not synced.

I even signed out and back in, I checked the profiles(screenshot below). What should I do?

Asked by Z3R0 3 months ago

Last reply by jonzn4SUSE 3 months ago

Can't disable number input arrows in forms

Hi, As the subject says, i cannot remove the up and down arrows from forms that have a numerical input even though autofill/history options are cleared and disabled. I'v… (read more)

Hi,

As the subject says, i cannot remove the up and down arrows from forms that have a numerical input even though autofill/history options are cleared and disabled. I've even tried deleting cookies, cache, site data and so on, to no avail. I've also tried a clean terminal with no extensions installed and i have the same issue. Other browsers do not have this issue on the exact same form. I am at a loss, any assistance would be appreciated.

Asked by MrTweaks 2 months ago

Last reply by TyDraniu 2 months ago

Firefox v122 --profile option is not working properly

Hi, I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap) and when using the --profile option to specify the startup pr… (read more)

Hi,

  I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap)

and when using the --profile option to specify the startup profile it fails to start even on a NEW system that never ran Firefox if I give it a directory that resides on a mounted ext3 filesystem.

  All the permissions are OK and yet running strace I see an error and after a few second will get the

generic pop-up with the error message: (after a few seconds)

Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

 Running the SAME from /tmp works fine, but I need the profile to reside on a persistent storage area

so if the LIVE distro restarts then it can restore the previous session, bookmarks, options, etc...


============================================================
 The 2 directories were created identically and have the exact same permissions:

xubuntu@xubuntu:~$ mkdir /tmp/firefox3

xubuntu@xubuntu:~$ mkdir /media/xubuntu/sys_n01_home/mozilla/firefox3

xubuntu@xubuntu:~$ ls -ald /tmp/firefox3 drwxrwxr-x 17 xubuntu xubuntu 1080 Jan 21 22:05 /tmp/firefox3

xubuntu@xubuntu:~$ ls -ald /media/xubuntu/sys_n01_home/mozilla/firefox3 drwxrwxr-x 17 xubuntu xubuntu 4096 Jan 21 21:13 /media/xubuntu/sys_n01_home/mozilla/firefox3

============================================================

The only difference is that one is mounted on tmpfs and the other is on /dev/nvme0n1p2:

xubuntu@xubuntu:~$ df -k /tmp/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 32560016 351528 32208488 2% /tmp

xubuntu@xubuntu:~$ df -k /media/xubuntu/sys_n01_home/mozilla/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on /dev/nvme0n1p2 195751828 51056068 142695768 27% /media/xubuntu/sys_n01_home


============================================================

When starting firefox with the /tmp/firefox3 profile directory it works fine and starts up:

xubuntu@xubuntu:~$ firefox --profile /tmp/firefox3

newfstatat(AT_FDCWD, "/tmp/firefox3", {st_mode=S_IFDIR|0775, st_size=1040, ...}, 0) = 0 newfstatat(AT_FDCWD, "/tmp/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/tmp/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=-487933736}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 uname({sysname="Linux", nodename="xubuntu", ...}) = 0


BUT when using the persistent storage on the real filesystem (but SAME exact permissions) it fails:

newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3", {st_mode=S_IFDIR|0775, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=1519466008}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EACCES (Permission denied) close(11) = 0

Am I doing anything wrong or is this some weird startup issue / race condition in the parentlock management?

Thank you for looking into this.

  -Sanjiyan

PS: I can upload the full strace file for both scenarios if needed. Thanks again.

     running on an xubuntu distribution "22.04.2 LTS (Jammy Jellyfish)"

Asked by Sanjiyan 3 months ago

Last reply by zeroknight 3 months ago

Blocked pages

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had … (read more)

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had to use Microsoft Edge to access the page to change my information. Can you please assist?

Asked by Neil 3 months ago

Last reply by jonzn4SUSE 3 weeks ago

FireFox can't login to Spotify and can't post anything on Reddit

previously FireFox was able to login Spotify normally, and was able to post comments on Reddit, but suddenly it lost both abilities, and with the extreme lag on other sit… (read more)

previously FireFox was able to login Spotify normally, and was able to post comments on Reddit, but suddenly it lost both abilities, and with the extreme lag on other sites, although still functional, i can't understand why these both sites can't be logged into, or can't post any comments in them. it has been this case for the past month. so what's going on? i'm NOT going back to Chromium based browsers ever again! i am in FireFox for a permanent replacement!

thanks in advance.

Asked by Must12 2 months ago

Last reply by cor-el 2 months ago

Amazon UK keeps appearing and disappearing as a search option

Yesterday, Amazon disappeared from the Firefox search drop down menu and it had disappeared as an option from the list of possible search tools. Later on in the day, it r… (read more)

Yesterday, Amazon disappeared from the Firefox search drop down menu and it had disappeared as an option from the list of possible search tools. Later on in the day, it reappeared. This morning it had disappeared. Amazon is still there, but Firefox seems disinclined to admit that. How can Firefox make Amazon stick?

Asked by cvhorie 2 months ago

Last reply by TyDraniu 2 months ago

Posting comments

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry … (read more)

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry

Asked by V G 2 months ago

Last reply by Muhammad Safdar 1 month ago

Automatyczna aktywacja filtrów

hi For several days now I have been receiving the message "Automatic activation of filters". It goes away after a few seconds but is extremely irritating, how to turn it… (read more)

hi

For several days now I have been receiving the message "Automatic activation of filters". It goes away after a few seconds but is extremely irritating, how to turn it off?

Piotrek

Asked by Myszoor 3 months ago

Last reply by jonzn4SUSE 2 months ago

Allow necessary cookies only

Hi! I do not want more cookies than "necessary". So I reject, make settings etc. And I clean them automatically when closing Firefox, just in case. On some sites that I … (read more)

Hi! I do not want more cookies than "necessary". So I reject, make settings etc. And I clean them automatically when closing Firefox, just in case. On some sites that I visit very often, this turns out very tedious and timeconsuming. How to allow only necessary cookies and not the rest? With Privacy & Security, Cookies and Site Data, Manage Exceptions, I can allow or block cookies from specific sites. What do I allow when I choose Allow? Only the ticked ones or all marketing and other stuff even when these are not preticked as default? Or will the choices made during this session be saved? In the case of my bank and a couple of others, I would like to save my choices to be able to enter it a little faster. But cleaning at closing Firefox also deletes that, I suppose? How to save my choices without saving all cookies?

Is there any way to see what kind of cookies have been saved? I can see the number of cookies for each site under Manage Data, but how to see the type of cookie?

Firefox 122.0.1 on Linux Mint

Best Eva

Asked by list4 2 months ago

Last reply by cor-el 2 months ago

error message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com websi… (read more)

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com website. I have done a search on the internet and it seems this is a common problem with Firefox and does not affect othere browesers. I have done what was advice given online but it does not solve the problem. It is getting so bad I may have to start using one of the other browsers even though I prefare Firefox.

Asked by Brian Beesley 2 months ago

Last reply by cor-el 2 months ago

Why can't Firefox copy text anymore?

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using ver… (read more)

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using version 1.22 64 bit on windows 11. I've reinstalled Firefox but it doesn't make a difference. I've tried "Troubleshoot Mode" and it's still broken!!!

I can paste into Firefox but something has broken copy!

Asked by FirefoxUser73 3 months ago

Last reply by zeroknight 3 weeks ago

java script

I am not computer savvy as a warning. I have Firefox as my browser. I am having trouble because my email Yahoo and other situations are not working right because they s… (read more)

I am not computer savvy as a warning. I have Firefox as my browser. I am having trouble because my email Yahoo and other situations are not working right because they say, " 'Java Script' is not enabled." I did not even know what Java Script was. How do I enable Java Script or what is a substitute that Firefox recommends that will work like Java Script? Thank you

Asked by Youarelovedwithaneverlastinglove 3 months ago

Last reply by cor-el 3 months ago