Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

The time is wrong any app or site I use on Firefox.

I have tried syncing to the time server and manually updating the time with no success. It is only happening on this computer. My other laptop and my Android are fine, so… (læs mere)

I have tried syncing to the time server and manually updating the time with no success. It is only happening on this computer. My other laptop and my Android are fine, so it has something to do with something on this PC. I've tried to disable vpns but that hasn't helped. Any insight is greatly appreciated since the timestamp is crucial for much of what I do!

Stillet af pete.theodore1 for 2 år siden

Besvaret af pete.theodore1 for 2 år siden

  • Løst
  • Arkiveret

Text glitching only in Firefox

I've been having a weird issue with my text glitching only in my Firefox browser. Initially I thought it might be my monitor but then I realized the issue only presents i… (læs mere)

I've been having a weird issue with my text glitching only in my Firefox browser. Initially I thought it might be my monitor but then I realized the issue only presents itself in my Firefox browser. Literally no other program is affected.

I've done a reset, I've uninstalled and done a clean install, I've deleted all Firefox files and re-downloaded the browser. The issue immediately pops up again.

Stillet af janna.g.landry for 2 år siden

Besvaret af janna.g.landry for 1 år siden

  • Løst
  • Arkiveret

White screen when loading config.office.com

Hi everyone, When i go to the website config.office.com in firefox there is just a white screen. Nothing more. Instantly white. I have checked if this is an issue at the … (læs mere)

Hi everyone, When i go to the website config.office.com in firefox there is just a white screen. Nothing more. Instantly white. I have checked if this is an issue at the side of Microsoft but it doesn't look like it is. The website does load correctly in Microsoft Edge.

I tried the following in Firefox: - Firefox is up to date (Version 115.0.2 64 Bits) , I have had this issue in other versions of Firefox too. It's not a new issue in this newest version. - Tried disabling all the security features in Firefox, disabling all add-ons, and disabling the extra security for cookies - Starting firefox in safe mode (Shift click on firefox, then open the website) - Checked the Network inspector. All packets have status 200 (See the first screenshot)

You can check the second screenshot for the white page.

Some help is appreciated :) Thanks!

Stillet af Nathan Verkerk for 2 år siden

Besvaret af Nathan Verkerk for 1 år siden

  • Løst
  • Arkiveret

Opening bookmarks

I like when I open a bookmark, that I am not forced to view it right away. This can be VERY annoying when opening multiple bookmarks but I want to stay on my current one … (læs mere)

I like when I open a bookmark, that I am not forced to view it right away. This can be VERY annoying when opening multiple bookmarks but I want to stay on my current one without having to switch back to the one I was using. I would like an option added at least to have bookmarks in that automatically switch to when opening. Please.

Stillet af FormDrop for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

FireFox on citrix automatically logs off

Hello Everyone In our Citrix environment we use Mozilla Firefox 115.0.2esr (64-Bit). Exactly after 5 minutes the VDA terminates the user session and FireFox is closed. I… (læs mere)

Hello Everyone

In our Citrix environment we use Mozilla Firefox 115.0.2esr (64-Bit). Exactly after 5 minutes the VDA terminates the user session and FireFox is closed. It does not matter, the session is inactive or the user is actually browsing.

The only eventlog is the following: Der Citrix Desktopdienst hat erkannt, dass eine Benutzersitzung beendet wurde. Sitzung 'XXX' für Benutzer 'Username' wurde beendet; Ursache: Logoff.

The Citrix Desktop Service has detected that a user session has been terminated. Session 'XXX' for user 'Username' was terminated; cause: Logoff.

I already started the Firefox with troubleshooting mode but does the same.

Thank you for your help, hope someone already saw this issue

Stillet af Adam Mersva for 1 år siden

Besvaret af Adam Mersva for 1 år siden

  • Løst
  • Arkiveret

download menu and bookmarking menu on toolbar has no text

other menus like the pop-up bookmark list menu is fine. i only have this problem with the download menu and the bookmarking menu. i only remember this happening after i s… (læs mere)

other menus like the pop-up bookmark list menu is fine. i only have this problem with the download menu and the bookmarking menu. i only remember this happening after i started to tweak and customize my windows 11 os, so maybe something in that process happened to break the text now but i have no idea where to look. i have cleared the startup cache, refreshed firefox and even uninstall/reinstalled it completely fresh (this is also what made me believe this is an os problem).

Stillet af o' for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Låst
  • Arkiveret

Themes

Dear Mozilla I wrote to you earlier today about a problem i am having with themes.I change themes quite frequently and have a lot of them on my list. After opening and c… (læs mere)

Dear Mozilla

I wrote to you earlier today about a problem i am having with themes.I change themes quite frequently and have a lot of them on my list. After opening and closing the browser once or twice the list of themes no longer shows what each theme looks like. I reset Firefox and the image of each theme reappears. It's quite tedious as i said to have to do this once or twice a day. Is this problem occurring because i have too many themes on the list?. I have turned off all other extensions and the same problem keeps happening. I don't know what to do.


/edit: Please put a space after periods as there were unintended links.

Stillet af pmj for 1 år siden

Seneste svar af James (On Leave) for 1 år siden

  • Løst
  • Arkiveret

the typewriter animation has deviation only on firefox?the first 3-4 letters is not showing!

Hello, this is html code: <div class="home-page-image-container"> <img src="https://webdesignleren.com/wp-content/uploads/2023/07/auto-reparatie-in-hoogvliet… (læs mere)

Hello, this is html code:

<div class="home-page-image-container">
  <img src="https://webdesignleren.com/wp-content/uploads/2023/07/auto-reparatie-in-hoogvliet.webp" alt="auto reparatie" />
  <div id="app"></div>
	  </div>

and this is Javascript code:
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
<script>

var app = document.getElementById('app');

var typewriter = new Typewriter(app, {
    loop: true
});

typewriter.typeString('Home Developer')
    .pauseFor(2500)
    .deleteAll()
    .typeString('Web Designer')
    .pauseFor(2500)
    .deleteAll()
    .typeString('<strong>FrontEnd Developer</strong>')
    .pauseFor(2500)
    .start();

</script>

and this is CSS code:

#app{
  text-align:center;
  font-size:50px;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-clip:border-box;
   text-fill-color: transparent;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

the typewriter animation with text on chrome,edge,opera is working very wel . only on firefox is not working correctly. I see firefox has some problems with gradient.in this textwriter animation on firefox the first 3-4 letters are not showing and it has strange behaviour. I tried in this way to solve the problem:

 #app {
      text-align: center;
      font-size: 50px;
      white-space: nowrap;
      overflow: hidden;
    }

    #app::before {
      content: attr(data-text);
      display: inline-block;
      width: 0;
      color: #231557;
      animation: typewriter 4s steps(40) infinite, colorTransition 4s infinite;
    }

    @keyframes typewriter {
      from {
        width: 0;
      }
    }

    @keyframes colorTransition {
      0% {
        color: #231557;
      }
      50% {
        color: #ff1361;
      }
      100% {
        color: #ff1361;
      }
    }
 <div id="app" data-text="Hello, Gradient!"></div>

but it didn't helpt . I tried many ways but the problem is the same . can some one tell me how I can solve this problem with firefox . link text any idea is welkome it has to be some way to solve this problem . I used chatgpt but it didn't help. thanks johan

Stillet af hovhannes111 for 1 år siden

Besvaret af Medhasree Suram for 1 år siden

  • Løst
  • Arkiveret

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and instally installed Firefox

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and install installed Firefox also, I tried from my different clients, it's the same … (læs mere)

recently, website config.office.com shows blank by Firefox, even for a new fresh OS and install installed Firefox

also, I tried from my different clients, it's the same behavior, no matter Windows OS 11 10, or Windows Server 2016 2019 2022

it's able to load in MSEdge.

Stillet af Lincky Lin for 2 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

HOW to Edit HTML files with Firefox similar to IE11 in the past?

I've been searching for a solution on HOW to edit HTML files (for websites) on my new laptop. I used to use IE11 (Internet Explorer 11), on Windows XP / 7 (32 bit), wh… (læs mere)

I've been searching for a solution on HOW to edit HTML files (for websites) on my new laptop. I used to use IE11 (Internet Explorer 11), on Windows XP / 7 (32 bit), which worked spot on, the steps were as follows: (I write websites from scratch most of the time) 1) Click on, say, index.html 2) IE11 shows the actual page 3)Click on View/ Source 4)The source code shows up in Notepad 5) Edlt the code, Save and click Reload the webpage. You can straightaway see the changes.

Currently my new laptop runs Win 11 pro, Microsoft does NOT support IE11 anymore, I can however run IE11 as a add-on, BUT it does not work very well . I also tried a couple of free dedicated editing programs also, BUT they are exceedingly clumsy to use and can't equate to the old IE11 at any level. Somewhere I read that Firefox ( i have v115) can emulate what IE11 could do, hence I am on this forum posing the question, as i can't find the solution,

Anyone in the same boat?

Please share your ideas, Many thanks

Stillet af pendragon2 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Automatically starting

The following just started a week or so ago. When I start Windows 11 (latest version), Firefox (build 116.0 64 bit) automatically starts and the page that displays is at… (læs mere)

The following just started a week or so ago. When I start Windows 11 (latest version), Firefox (build 116.0 64 bit) automatically starts and the page that displays is attempting to access one of my Microsoft accounts. I tried toolkit.winRegisterApplicationRestart. but nothing changed. There is nothing in my Startup folder related to Firefox, and msconfig doesn't list anything as a startup process.

What's strange is that this just started happening. I've used Firefox as long as I can remember, and have never had this issue.

Short of uninstalling Firefox and reinstalling it, does anyone have any suggestion(s)? Thanks.

Stillet af dave360 for 1 år siden

Besvaret af dave360 for 1 år siden

  • Løst
  • Arkiveret

Extensions not saving in nightly.

Hey all, I'm not too sure if this is the right place to ask, since i am on the nightly version, however recently i have tried installing some new extensions. it appears t… (læs mere)

Hey all, I'm not too sure if this is the right place to ask, since i am on the nightly version, however recently i have tried installing some new extensions. it appears that whenever i close and re- open firefox, the extension is just gone and disabled. when i go back to the store, i have the option to remove it as if its still installed, and my "manage extensions" page shows its installed and enabled, however there is absoloutley no sign of the extension unless i disable and enable it. the two extensions i have installed were both from the official mozilla addons store, one being "dark reader (https://addons.mozilla.org/en-GB/firefox/addon/darkreader/) and "Twitter as a Sidebar" (https://addons.mozilla.org/en-GB/firefox/addon/twitter-as-a-sidebar/). both of these extensions have the same issue, so its most likely not the extension itself. I am asking here in case its not a nightly bug, and instead something wrong with my browser specifically.

Any help would be greatly appreciated!

Stillet af Mllse for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Låst
  • Arkiveret

I opened 2 firefox accounts and I only want the account that is tied to [email removed]@republicanmetals.co

Locking this thread.Please continue here: [/questions/1420109] I opened 2 firefox accounts and I only want the account that is tied to [email removed]@republicanmetals.co… (læs mere)

Locking this thread.
Please continue here: [/questions/1420109]
I opened 2 firefox accounts and I only want the account that is tied to [email removed]@republicanmetals.co

Stillet af k.grant for 1 år siden

Seneste svar af cor-el for 1 år siden

  • Løst
  • Arkiveret

How to turn off autofill when it's not password related?

Every time I log on a site where I have previously searched something in their search bar, whatever I searched either gets auto-filled (even if I want to search something… (læs mere)

Every time I log on a site where I have previously searched something in their search bar, whatever I searched either gets auto-filled (even if I want to search something else) or appears in the bottom of the search bar. They disappear if I clear all my search history but then I have to re-log into every site on my browser.

How can I delete those suggestions/make them not appear anymore without loging out? I have tried checking the autofill settings but everything is password related.

Stillet af Ray for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

Various things do not load anymore since the latest Firefox update today

I was using my computer and Firefox all day to watch videos, browse twitter and Tumblr and whatnot until around 15:30 my time, when suddenly Twitter stopped loading my ti… (læs mere)

I was using my computer and Firefox all day to watch videos, browse twitter and Tumblr and whatnot until around 15:30 my time, when suddenly Twitter stopped loading my timeline. I thought it was an issue with Twitter or my computer. I restarted my PC twice so far and rebooted my modem (completely unplugged, left it alone for a min and plugged it in again).

I still cant load my twitter timeline, not even in private with all extensions turned off. It does load Tumblr, but like 80% of the pictures/gifs, even profile pictures do not load. When I search for something on Duck Duck Go it sometimes works but most times it just stays blank. Youtube videos either do not load at all, or stop loading/load endlessly at some point. I am still able to navigate the Youtube website tho.

I really do not want to use Chrome, but the latest update is just unusable. Am I the only one?

(I forgot the word for modem, dont judge me.)

Stillet af knollamelie for 1 år siden

Besvaret af Paul for 1 år siden