Showing questions tagged: Show all questions

Use of Google Translator adds incredible amounts of links in the browser's history

When you use Google's Translator, this application automatically adds a link to Firefox's history each time you modify even a tiny bit of what you are translating. This … (read more)

When you use Google's Translator, this application automatically adds a link to Firefox's history each time you modify even a tiny bit of what you are translating.

This means that sometimes, you can add 1,000 links within a day when you incrementally translate a piece of text, what is the default way to do.

Today, two minutes of that work generated 40 links!

Example of a typical link:

https://translate.google.com/?hl=de&sl=de&tl=en&text=Manchmal%20ist%20es%20wichtiger%2C%20etwas%20zu%20schenken%2C%20als%20wie%20es%20beim%20Adressaten%20ankommt&op=translate

And that was only a small piece of text!

In my history, there are in between 50,000 of these, despite regularly deleting many of them.

Even on a relatively fast notebook, deleting 1,000 links in the history takes minutes.

I posted the problem to Google Translate as a feedback many times, but they never answered.

Is there a possibility within Firefox to selectively get rid of this permanent garbage?

That would be wonderful.

Asked by pebredai 4 months ago

Last reply by pebredai 4 months ago

Google Maps pegs CPU

Firefox 120.0 on openSUSE Tumbleweed. Google Maps (https://www.google.com/maps) results in CPU being pegged at 100%. No other tabs open. All I have to do is load the… (read more)

Firefox 120.0 on openSUSE Tumbleweed.

Google Maps (https://www.google.com/maps) results in CPU being pegged at 100%. No other tabs open. All I have to do is load the URL and do nothing else. This behavior is repeatable. CPU stays at 100% until tab is closed or browser is shut down. Sometimes the browser will hang and its PID has to be killed.

Offending process:

username 4501 4416 76 11:40 ? 00:05:13 /usr/lib64/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 27513 -prefMapSize 244227 -jsInitLen 228948 -parentBuildID 20231116134553 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appDir /usr/lib64/firefox/browser {659a1e89-c5da-416d-b720-558c24187847} 4416 true tab

Asked by DMW 1 week ago

Last reply by DMW 5 days ago

Dragging web page elements causes them to increase in size

I often drag elements on trello.com. Whenever I drag an element, that element seems to double in size, making it hard to see what is underneath. Attached is an example.… (read more)

I often drag elements on trello.com. Whenever I drag an element, that element seems to double in size, making it hard to see what is underneath. Attached is an example.

I believe this is related to the fact that I am running Linux/X11 and my DPR is 2. From about:support:

  • Window Device Pixel Ratios 2,2,2,2
  • Window Protocol x11
  • OS Linux 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29)

Is there an about:config setting or anything that will prevent scaling dragged elements?

Asked by jayenashar 1 week ago

Last reply by jayenashar 6 days ago

All of a sudden firefox keeps loading the same web page over and over and over forever

Honestly I don't have a clue as to where to look to resolve this sudden issue because I've never seen it before. While testing a simple single page static web site firefo… (read more)

Honestly I don't have a clue as to where to look to resolve this sudden issue because I've never seen it before. While testing a simple single page static web site firefox keeps loading the same page into a new tab and a rate that I cannot keep up with. In a few short minutes there are hundreds of tabs open each with the same page. I've tried cancelling Firefox, rebooted my system, even removed and reinstalled firefox all to no avail (using Linux Mint). What's interesting is that all other browsers I try do NOT do this. They all work just fine. Any thoughts, ideas, suggestions as to what might cause this and/or where to look to diagnose? Thanks in advance.

Asked by R.Mariotti 1 day ago

Last reply by R.Mariotti 1 day ago

Syncing problem?

After updating to v120 my Firefox started behaving strangely. With v119 I was able to fire up my Linux and Firefox and had immediate access to both Gmail and Calendar. N… (read more)

After updating to v120 my Firefox started behaving strangely. With v119 I was able to fire up my Linux and Firefox and had immediate access to both Gmail and Calendar. Now I am requested to sign in every time, are offered a Shareable Calendar (for which I have no use) and get a notification in my cell phone reporting a new login. It would appear that the problem lies in syncing as WhatsApp Web is also requesting scanning its QR code every time too. This is most annoying. No settings were changed after the update. As a temporary solution I grabbed a v119 tar.gz from my wife's laptop and installed it in mine. Now all is behaving normally as before. Am I doing something wrong? Will appreciate any help you can provide.

Asked by topocalc 3 days ago

Context menu entries

I'm hoping the developers of Firefox see this... There are far too many context menu items that I neither need nor use. I would like it to only show those context menu i… (read more)

I'm hoping the developers of Firefox see this...

There are far too many context menu items that I neither need nor use. I would like it to only show those context menu items that I make use of, but there's no way to do it. I would like to see future updates or iterations have this incorporated as part of the Settings.

Asked by Mike Terryberry 18 hours ago

Non-snap Firefox non-functional on some pages

Many pages in firefox become unresponsive for me while loading and then appear to never finish loading. The address bar remains mostly functional, but: the page itsel… (read more)

Many pages in firefox become unresponsive for me while loading and then appear to never finish loading. The address bar remains mostly functional, but:

  • the page itself responds to no clicks or scrolls
  • the favicon in the tabs above the address bar is replaced with an animated loading icon and stays that way
  • the refresh button to the left of the address bar becomes an X and stays that way
  • the cursor icon becomes stuck (e.g. if it was a pointer, it remains a pointer no matter where on the page I move it.)

One example page where this happens is the firefox 'Get community support' forums page itself which loads when I click 'ask now': https://support.mozilla.org/en-US/kb/get-community-support?exit_aaq=1

What's particular about my setup?

I have produced this behaviour when having no browser extensions at all, not even my password manager. I'm using firefox on Linux (Ubuntu 22.04 LTS). I found that on Ubuntu 22.04 LTS, it comes installed as a snap even if I install it with `apt install firefox`, and I really needed a non-snap implementation so that I could integrate my password manager. (I'm using 1Password. To integrate the 1Password browser extension with the 1Password desktop application, I can't have firefox sandboxed by snap.) Therefore, I installed firefox as a deb package using the instructions given on https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04:

```

  1. remove the Firefox Snap:

sudo snap remove firefox

  1. add the Mozilla Team PPA to your list of software sources:

sudo add-apt-repository ppa:mozillateam/ppa

  1. tell apt to prefer the PPA/deb/apt version of Firefox:

echo ' Package: * Pin: release o=LP-PPA-mozillateam Pin-Priority: 1001 ' | sudo tee /etc/apt/preferences.d/mozilla-firefox

  1. tell apt to install future upgrades automatically

echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox

  1. install the Firefox deb using apt:

sudo apt install firefox ```

Is there a better course of action? Having this password-manager integration is essential to me.

Asked by quinesquines+firefox 15 hours ago

Windows Grouping

I can't find any way to group windows. Yes, "windows". I have about three dozen windows open (yes, there are a lot of tabs in them), and not just at home. And it’s hard … (read more)

I can't find any way to group windows. Yes, "windows".

I have about three dozen windows open (yes, there are a lot of tabs in them), and not just at home. And it’s hard to quickly find your bearings when you need to switch to another task (workspace). It would be nice to at least change the color of the windows, depending on the type of work. But in the API API I don’t see the ability to define a window property where you can specify a group identifier, which can be used to restore the color after re-opening FireFox.

If FireFox had a built-in or its own reliable extension for organizing thematic work, a deferred workspace (without losing the contents of windows). Arc browser - they realized that what browsers have been denying for a decade is already overdue, and they will be able to take over the market.

I tried several extensions for saving, restoring and organizing workspaces, and came to a clear conclusion: only the built-in FireFox solution for restoring windows after a crash/opening is the only truly reliable solution. There is no trust in extensions that are not supervised by a good team of developers and testers; there is a guarantee that data will be lost in the near future.

It is possible that in recent years some expansions have been completed. I'd be glad to know about it if you point it out. But here a question arises on a separate topic: improving the mechanism for rating and testing extensions, recommended extensions program.

Asked by mnior 7 hours ago