Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

Can no longer detach tabs in Firefox 126

Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window. In about:config, browser.tabs.allowT… (funda kabanzi)

Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window.

In about:config, browser.tabs.allowTabDetach is set to true

Suggestions?

Asked by Jeffery Small 3 emasontweni adlule

Answered by Jeffery Small 3 emasontweni adlule

How do I have site theming ignore OS/browser themes?

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I fe… (funda kabanzi)

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I feel that's not exactly what I want. I don't want the browser's theme to have anything to do with themes of the sites I'm viewing, nor to force light or dark. I think I'd rather just use the site's default, or if not that, set a theme on the site itself. Is there any way for Firefox to just not meddle in a site's theming at all?

I kinda just don't want any connection between the theme of my operating system, the theme of my browser, or either of those and the theme of websites, and none to force a theme on any of the others. I'm not sure why that seems so desirable nowadays, but I don't want it.

Asked by Sterrence 3 emasontweni adlule

Add shortcut button disappeared

I added my own shortcuts and deleted all the preset ones (Wikipedia, Twitter, Amazon etc). On deleting the last one of the default ones, the 'Add a shortcut' button has c… (funda kabanzi)

I added my own shortcuts and deleted all the preset ones (Wikipedia, Twitter, Amazon etc). On deleting the last one of the default ones, the 'Add a shortcut' button has completely disappeared. Is there another way to create a shortcut?

Asked by Barbara D. 3 emasontweni adlule

Last reply by Barbara D. 3 emasontweni adlule

A reason I can't stop FF from trying to populate my home page shortcuts?

I can control the number of rows. I can control whether to accept sponsored shortcuts. (I have chosen *not to.) I can control whether I want 1 or more rows to reflect rec… (funda kabanzi)

I can control the number of rows. I can control whether to accept sponsored shortcuts. (I have chosen *not to.) I can control whether I want 1 or more rows to reflect recent activity. (I have chosen *not to.)

Yet until I pin my own preference to *every shortcut, it seems I cannot stop FF from putting "suggestions" in the empty slots, based on nothing but a single web visit.

This is annoying.

Moreover, if I visit several different pages connected to the same site, FF will put them all into shortcuts, with the same icons.

This is possibly even more annoying.

I am coming from Brave. They don't do things like that, although there is obviously a reason I'm giving FF a look.

But I would recommend, heartily, a home page shortcut box in settings that one could click (and actually *mean* something), like: "Don't ever suggest or fill in any shortcuts for any reason. I will handle it, and I don't like correcting your mistaken ideas."

Asked by Yuki 3 emasontweni adlule

  • Kusonjululiwe

My passwords are getting removed one by one... Why?

Sadly, I am now forced to leave firefox. My passwords are getting "forgotten" more and more each day. Did i get hacked? Few passwords like proton mail I don't actually ha… (funda kabanzi)

Sadly, I am now forced to leave firefox. My passwords are getting "forgotten" more and more each day. Did i get hacked? Few passwords like proton mail I don't actually have anywhere else. Auto-Backup of firefox seems to be of the same day as the original??? So it loses the data then saves it twice? who designed this? I'm angry, not at firefox/mozilla. angry at myself for putting my trust in the first place. Chromium doesn't sync so it leaves me with chrome FFS. Does someone has a magic wand to recover the lost data? login.json is same day as original so not an option.

Asked by romanash 3 emasontweni adlule

Answered by romanash 3 emasontweni adlule

The "Triage Manager" for Mozilla Refuses to assign anyone to a seven year old open problem

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. … (funda kabanzi)

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. How do I do that? This is a bug reported in Firefox 57 and **still** not fixed in Firefox 125. I cannot find any support category anywhere in the Mozilla website that covers appealing a decision by one of their employees. The last comment from this uncooperative indivisual is "But given we support it on macOS and Windows yeah, it seems not very objectionable." Who is this **clerk** to override the fact that a number of customers very much find this "objectionable". I cannot find anything on https://www.mozilla.org/en-US/contact/ that addresses this issue. I cannot find even a surface mail address for Mozilla. For example my complaint has nothing to do with any of the following:

   I’m having problems with using Firefox
   I want to donate to Mozilla
   I have questions about using Mozilla’s trademarks
   I’d like to report misuse of a Mozilla trademark
   I want to hold an event in a Mozilla space
   I want Mozilla to sponsor my event
   I’d like permission to use a Mozilla logo
   I’m interested in Pocket’s sponsored content on Firefox
   I’m a member of the Press and have a question for Mozilla

Yes I am having a problem with Firefox, but the clerk responsible has, through sitting on this issue for **seven years**, basically told the entire community that he doesn't give a reservoir.

In particular I feel this unacceptable behaviour should be brought to the attention of senior management, but there are no contacts for anybody in senior management.

Asked by jamescobban 1 inyanga edlule

Last reply by Paul 3 emasontweni adlule

proxy.pac file not loading on startup

Hi, I'm experiencing a problem on Firefox 125 and 126 on Red Hat Linux 8 & 9 and also on Ubuntu 20 and 22 systems. We have a proxy pac which we have tried loading f… (funda kabanzi)

Hi,

I'm experiencing a problem on Firefox 125 and 126 on Red Hat Linux 8 & 9 and also on Ubuntu 20 and 22 systems.

We have a proxy pac which we have tried loading from an http url, or a local file and both produce the same result.

  • Launch Firefox, no access to Internet sites (i.e. no proxy)
  • Enter settings and Reload proxy pac
  • Proxy works perfectly

Is there any way to force the proxy pac to load on Launch? Why isn't this the default behaviour? or am I doing something wrong?

Thanks

Asked by andy270 3 emasontweni adlule

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (funda kabanzi)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Asked by jamescobban 1 inyanga edlule

Last reply by Paul 3 emasontweni adlule

Audio of linux changes when moving around with video player

When pausing/starting or moving video feedback volume changes to an fixed volume. Opening video player in youtube default volume is at 41%, I put in at 100% but when I p… (funda kabanzi)

When pausing/starting or moving video feedback volume changes to an fixed volume. Opening video player in youtube default volume is at 41%, I put in at 100% but when I pause it or change to another part of the video, the volume changes to the default again. It's not from OS because with chromium browsers doesn't happen (brave,steam chromium) and with librewolf happens. Wanted to publish a 10 sec video showing the error, because I don't know how to show it with photos.

Asked by jordicasals 3 emasontweni adlule

Some symbols are not displayed properly

For some reason, the bullets used to hide a password are not rendered properly in Firefox. As shown by the first uploaded image, they are displayed as big white-filled ci… (funda kabanzi)

For some reason, the bullets used to hide a password are not rendered properly in Firefox. As shown by the first uploaded image, they are displayed as big white-filled circles.

This problem does not occur on chromium-based browsers, as shown by the second uploaded image, which is a screenshot taken from chromium, on the exact same session.

I have already done the following:

  • verified that the "Allow pages to choose their own fonts, instead of your selections above" box is checked in my preferences. I have also tried disabling and re-enabling this option
  • launched FF in troubleshoot mode to disable extensions and hardware acceleration
  • verified that gfx.downloadable_fonts.enabled is set true in my about:config

All of these attempts however failed to solve the problem.

This problem is occurring on a fresh install of a Linux distro, so I first thought that I might be missing some fonts, but the problem might lie somewhere else since the symbols are properly displayed in chromium-based browsers.

Asked by Ileska 4 emasontweni adlule

Last reply by Ileska 3 emasontweni adlule

Firefox Getting Unusuable

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had… (funda kabanzi)

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had any real troubles unit recently. I have a vast number of cookies, saved passwords and so on. Reinstalling or deleting cookies or such isn't an option unless fixes are guaranteed to work - if I have to start over then I'll do it with Opera, that is where my grumpiness indicator is at.

The set up is two monitors (working as a single 'screen') attached to an Aspire PC (Aspire X seems to be the model?). I tend to have 'stuff' going on in the left hand monitor, YouTube on the right. The PC is on all day. I know there are log files, but I don't know which is for what or where they are. I use AdBlocker Ultimate.

So what's happening is: Firefox crashes quite often at any time - 'Firefox is not responding - force quit or wait' - always have to quit. There doesn't seem to be any repeatable way to cause this, it seems random.

When the mouse enters the YouTube window (the drawing area, not the actual window) it disappears until the pointer moves out of the window. Jiggling the window size sometimes brings it back, but...

When the mouse pointer actually appears the window is completely unresponsive - clicks don't work, nothing highlights and so on. After somewhere between 10 and 30 seconds things will work for 2 or 3 mouse actions (clicks, drags etc) then do it again. Unless I give it plenty of time, clicking on a video will play a pretty random one - Firefox seems to lose track of where the pointer is.

If I comment on a video the I get about 5 to 10 characters in then nothing happens for 10 to 20 seconds, then any queued characters are shown. Rinse and repeat until the comment is complete - it takes ages.

YouTube is the biggest problem, but there are some glitches in other Firefox windows, I'm supposing that the problems are audio/video related.

None of the above happens with Opera. It's getting to the stage where Firefox is unusable.

I've googled and searched this site but the there seems no solution.

Any help appreciated.

Asked by richardjwatsontsr3 3 emasontweni adlule

PDFs occassionaly become garbled and restarting firefox temporarily fixes it

I view a lot of PDFs for electronics design. And after some time with the browser running it starts to garble PDFs. I have not found a trigger. Sometimes it opens fine in… (funda kabanzi)

I view a lot of PDFs for electronics design. And after some time with the browser running it starts to garble PDFs. I have not found a trigger. Sometimes it opens fine in a new container tab or private browsing, other times nothing will open it. Very occasionally refreshing a few times makes it load correctly. The error doesn't manifest for all PDFs at the same time. Open ones will remain viewable, and once the error occurs some new PDFs still open while others fail consistently. Sometimes opening the same PDF as a file from my local drive makes it render.

The rendering error is a bit unlike anything I've ever seen. There is a lot of X and Y spearing like it tried to render the same text and images in slightly different spots over and over again. When I switch virtual workspaces and come back some parts of the rendered page retain the contents of the previous workspace and others do not. Scrolling produces jitter and additional smearing.

One somewhat reliable way to trigger the error is to put the laptop to sleep and wake it up. That always causes PDFs to exibit this error but often refreshing the PDF will work to restore it. Not reliably though.

I've attached an image of the error captured with my phone because neither screenshots nor OBS can actually "see" the garbage on screen. Apologies that this error is so full of inconsistent behavior. I've lived with this for some time now in the hopes that it was a temporary problem and tried to work out what causes it but I can't find anything other than putting the laptop to sleep being a cause, and even then it is not the sole cause.

Asked by Colette 🌩️💝 Kerr 3 emasontweni adlule

the amout of search result of "Bing" in same keywords in firefox browser is less than another browser(chrome).Why?

Lately, I used "Bing" in Firefox browser,but it often show no result and give one message about “Missing children". I think this is very strange, so I try to search in … (funda kabanzi)

Lately, I used "Bing" in Firefox browser,but it often show no result and give one message about “Missing children". I think this is very strange, so I try to search in the "Bing" in different browser(Firefox and Chrome),and the test is confused. when I used this string "益云公益寻儿童" as the keyword for searching, there is only one result in Firefox browser but there are many results in Chrome browser.please see below images ( image 1 and image 2). At the same time ,there are also many results in "Baidu" in Firefox(image 3). Next I changed another keywords"天气预报",but there is still the big difference between them. when I Searching ,I closed all the plugins. So I think this is strongly related to Firefox browser. This phenomena makes "Bing search" very unpredictable so that I often got no result. please help me! thanks.

Asked by vitaecheng 3 emasontweni adlule

Policy to set startpage not working on first start / Linux

Hello, I am using firefox 126.0 on linux mint 21.2 with an policy file in the directory "/usr/lib/firefox/distribution/policies.json". This is just working fine with one… (funda kabanzi)

Hello,

I am using firefox 126.0 on linux mint 21.2 with an policy file in the directory "/usr/lib/firefox/distribution/policies.json". This is just working fine with one little problem. When opening firefox the first time, it does not apply the policy to set the startpage to the url in the policy file. All other policies seem to be applied correctly. I figured out, that at the first start of firefox, no user profile (folder) "~/.mozilla/" exists. When i click the little "house" button on the the top besides the refresh buton, the correct startpage is shown. After the first start this folder is created and then the policies work fine even the startpage shows up directly. Can I somehow use a template profiles-folder for new users, so they have the correct firefox feeling at the first start or is there something missing in my policy file ? The policy file has rights set to "644 root:root" Image of the policy file is attached because I can't upload files other then images.

Thank you.

Asked by naumaj 4 emasontweni adlule

  • Kusonjululiwe

Most sites will not connect due to security issues

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons. Some sites, including google.com and nytimes.com, fail w… (funda kabanzi)

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons.

Some sites, including google.com and nytimes.com, fail with an "SEC_ERROR_UNKNOWN_ISSUER" error, and their certificates confirm that they are respectively issued by Google Trust Services LLC and DigiCert Inc.

The website archlinux.org errors with "MOZILLA_PKIX_ERROR_MITM_DETECTED", stating that "Software is Preventing Firefox From Safely Connecting to This Site", citing in particular ISRG Root X1 as the problem. The certificate confirms that it is issued by Let's Encrypt.

The website duckduckgo.com simply errors with "SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID" and states "Secure Connection Failed"

I have confirmed in preferences that my proxy settings are set to "No proxy" and the problem persists across troubleshooting mode and making a new profile. I have also tried removing the cert9.db file in a given profile folder.

Asked by david.carlip 4 emasontweni adlule

Answered by david.carlip 4 emasontweni adlule

How do I dismiss a permission dialog?

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out o… (funda kabanzi)

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out of my face. The page seems to work otherwise, but the stupid browser keeps the dialog over top of things, and clicking outside of it, and hitting Esc, don't make it go away. I think those actions used to work, and I think there, sensibly, used to be a dismiss option, but that seems to be absent now. There's no sense to trying to force me to make a decision I don't want to make, and doesn't even need to be made, and I want this thing to cut it out.

Asked by Sterrence 1 inyanga edlule

Last reply by cor-el 4 emasontweni adlule

firefox browser on face book

Hello when i am on facebook,and i want to do a video chat or a call chat it now tells me that video or voice calling is not supported by this browser,yet it was all worki… (funda kabanzi)

Hello when i am on facebook,and i want to do a video chat or a call chat it now tells me that video or voice calling is not supported by this browser,yet it was all working fine about a week ago and i went to do a video call two days ago and now i can't,i have no idea what has happened regards mark

Asked by mdk308 4 emasontweni adlule