Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank.… (διαβάστε περισσότερα)

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank. I need to click on the bookmarks icon to open the list of bookmarks saved instead of seeing them on the toolbar. I didn't change anything and now it's all gone. I have uploaded a screenshot of my screen when I open Mozilla.

Ερώτηση από marilemaybali 4 εβδομάδες πριν

Τελευταία απάντηση από cor-el 4 εβδομάδες πριν

  • Επιλύθηκε

Export to file does not work.

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Dat… (διαβάστε περισσότερα)

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Data".

It used to work. So I wonder why nothing happens when I click the button now... There is no network call made when I click the button. No error.

Ερώτηση από Phil's Bookmarks 4 εβδομάδες πριν

Απάντηση από jonzn4SUSE 4 εβδομάδες πριν

Authenticator software

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't ge… (διαβάστε περισσότερα)

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't get the icon into the menu bar, I can't scan a QR code, it just will not perform. Why not?

Ερώτηση από derek.peters 4 εβδομάδες πριν

Running Firefox beta along side release - can I have macOS default to one of them?

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly vers… (διαβάστε περισσότερα)

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly version instead of release.

For both versions, the "default browser" setting is enabled. One thing I tried was letting chrome take the default again, and setting it from the release version after. Both versions then showed it checked again. I cannot uncheck it from the beta version.

It seems they might be reporting to the OS as the same app for this purpose.

Another thing I tried was changing the app name in it's Info.plist. Now, I see a new name in the menu bar and it shows as a distinct browser in the OS' "default browser" settings. However, it doesn't seem to solve my issue. All links still open in the Beta, even if the only one currently open is Release.


Is there a way to have it default to the normal version of firefox?

Ερώτηση από macsonmacs 1 μήνα πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 μήνα πριν

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… (διαβάστε περισσότερα)

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.

Ερώτηση από Sterrence 1 μήνα πριν

Display problems with Beta 127 on a Windows ARM PC (Adreno 685 GPU)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when h… (διαβάστε περισσότερα)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when hardware acceleration is switched off!

Ερώτηση από me267 1 μήνα πριν

Τελευταία απάντηση από TyDraniu 1 μήνα πριν

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… (διαβάστε περισσότερα)

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?

Ερώτηση από jamescobban 2 μήνες πριν

Τελευταία απάντηση από Paul 1 μήνα πριν

[Firefox for Developers] Fonts don't show up properly on certain sites.

Hello! I recently decided to switch to Firefox Developer for personal choices and upon looking at certain sites that use custom fonts, a few of them break and show the d… (διαβάστε περισσότερα)

Hello!

I recently decided to switch to Firefox Developer for personal choices and upon looking at certain sites that use custom fonts, a few of them break and show the default font (Times New Roman) in their places instead. I've tried many solutions to fix this such as adjusting the settings, downloading TrueType fonts, and even messing with the settings in about:config and still the text would not show up properly. For some strange reason, though, the font's themselves seem to be working on the regular version of Firefox but not the developers' edition. I will post examples of my problem below if that helps.

Thank you!

(1st two images: Taken from the regular version of Firefox) (2nd set of images: Ditto, but taken from Firefox for Developers (3rd image: Settings from my extension that allows custom fonts and CSS changes)

Ερώτηση από pony 1 μήνα πριν

not loading phots and data on products on a store web site

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data an… (διαβάστε περισσότερα)

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data and photos will show up. Nothing shows. (cutterbuck.com)

Ερώτηση από hslatery 1 μήνα πριν

Τελευταία απάντηση από jonzn4SUSE 1 μήνα πριν

Dark mode for iOS is not dark enough yet

Is there any way to make Firefox iOS browser Dark Mode a little darker by avoiding the moments when it is loading or reloading a page and the screen is fully bright white… (διαβάστε περισσότερα)

Is there any way to make Firefox iOS browser Dark Mode a little darker by avoiding the moments when it is loading or reloading a page and the screen is fully bright white?

Ερώτηση από Foxfree99 1 μήνα πριν

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (διαβάστε περισσότερα)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Ερώτηση από Andrijan 1 μήνα πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 μήνα πριν

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… (διαβάστε περισσότερα)

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.

Ερώτηση από Sterrence 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

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… (διαβάστε περισσότερα)

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

Ερώτηση από mdk308 1 μήνα πριν

firefox PDF editor losing changes

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there… (διαβάστε περισσότερα)

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there was no notes I thought I had already made multiple times so I tested it. I edited a text box, scrolled a bit and continued browsing on another monitor. Checked in a minute and boom edit gone. If anyone has a solution I'd appreciate it as I have been using Firefox PDF editor for a bit and quite liked it until now.

Ερώτηση από rqcniqsobvdsrxhjet 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

Web developer tool keeps autonomously toggling on/off in any Firefox window/tab

Hi, My Mozilla Firefox Web developer tool keeps autonomously toggling on/off in any Firefox window/tab.. Its as-if I'm repeatedly hitting Ctrl-Shft-I (which brings up t… (διαβάστε περισσότερα)

Hi,

My Mozilla Firefox Web developer tool keeps autonomously toggling on/off in any Firefox window/tab..

Its as-if I'm repeatedly hitting Ctrl-Shft-I (which brings up the web developer tool in the bottom 1/4 of the browser).

I've checked all Setting, turned off all hardware acceleration as suggested for similar flickering problem (which wasn't on anyway).

I use Norton 360 Security Software but have Norton Safe Web disabled. The only active Extensions are Firefox Multi-Container and Firefox Sideview.

Its not doing it at the moment, but I'm not sure exactly what triggers it and expect it to happen again.

Last time it happened I was browsing Amazon. Hitting Ctrl-Shift-I only makes is turn off until start scrolling again, etc.

I don't think its virus related, because I use Norton 360, and Task manager "Performance Tab" show the computer is generally very mellow.

Please help, as I love Firefox, but this problem can drive one crazy.

Thanks Larry Zdanis

Ερώτηση από larryzdanis 1 μήνα πριν

private browsing shows up in history sometimes

once every week or two, private browsing shows up in history. it is not cleared when i close all private windows. the rest of the time it works as it's supposed to. an… (διαβάστε περισσότερα)

once every week or two, private browsing shows up in history. it is not cleared when i close all private windows. the rest of the time it works as it's supposed to. any suggestions are welcome. thank you. running 125.0.3 on mac ventura 13.6.6

Ερώτηση από zinaemail-junky 1 μήνα πριν

AOL Mail - Can't read

I'm considering switching to Firefox for my primary browser BUT once I log in to AOL to check my mail, the print is tiny and cut off top and bottom of each letter. This … (διαβάστε περισσότερα)

I'm considering switching to Firefox for my primary browser BUT once I log in to AOL to check my mail, the print is tiny and cut off top and bottom of each letter. This is not a new problem, but I'm using Firefox more now and still have to use another browser OR another device to read my email. I am attaching a screen capture of what it looks like.

Ερώτηση από rsbvlb 1 μήνα πριν

  • Επιλύθηκε

Sync cookies exception list

Hi, This has been brought up before, but not with this exact question (not that I could find, at least). I understand that cookies cannot be synced across devices, but … (διαβάστε περισσότερα)

Hi,

This has been brought up before, but not with this exact question (not that I could find, at least).

I understand that cookies cannot be synced across devices, but this is not what I am asking for. Is there a way to make firefox sync the list of exceptions? Meaning, only the specified website URL and its status, not the cookies from these sites.

Ερώτηση από pompan2 1 μήνα πριν

Απάντηση από cor-el 1 μήνα πριν

Firefox browser issue

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that w… (διαβάστε περισσότερα)

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that we were looking to book, but I can see them when using Google Chrome. Why won't Foxfire allow me to view the excursions - it use to allow me to see them.

Ερώτηση από bright13 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν