Showing questions tagged: Show all questions
  • Solved

One particular website no longer works with Firefox

One particular website no longer works with Firefox. https://www.familysearch.org/mapp/ I had no problems with this website until a couple of weeks ago. I can use the we… (read more)

One particular website no longer works with Firefox. https://www.familysearch.org/mapp/ I had no problems with this website until a couple of weeks ago. I can use the website with no problem on other browsers. I have tried a clean re-install of Firefox and clearing cache, but still the website does not work. Any suggestions? Thanks John

Asked by jb604 1 month ago

Answered by zeroknight 1 month ago

  • Solved

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 … (read more)

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.

Asked by Lincky Lin 2 months ago

Answered by zeroknight 2 months ago

  • Solved

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… (read more)

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

Asked by hovhannes111 2 months ago

Answered by suram080 2 months ago

  • Solved

doesnt work teemo.gg

trying to open 3d model on this site https://teemo.gg/viewer/league-of-legends/champions/katarina/0 its start loaded model but nothing was showed in browsers based on chr… (read more)

trying to open 3d model on this site https://teemo.gg/viewer/league-of-legends/champions/katarina/0 its start loaded model but nothing was showed in browsers based on chromium everything works fine

Asked by levgalstyan1 2 months ago

Answered by levgalstyan1 2 months ago

  • Solved

Small font size on some websites

Firefox is displaying a smaller font on some websites. It only does it new windows, not in a private window and other browsers are fine. Screenshots attached show the co… (read more)

Firefox is displaying a smaller font on some websites. It only does it new windows, not in a private window and other browsers are fine.

Screenshots attached show the correct size (first attachment) and the incorrect smaller size (second attachment).

It's not windows accessibility aka ease of access, as nothing else is affected. All pages are on 100% zoom. I've gone to settings -> font -> advanced and the "Allow pages to choose their own fonts, instead of your selections above" is ticked.

Any ideas please?

Asked by ldene 2 months ago

Answered by cor-el 2 months ago

  • Solved

Links in pages produced from Javascript

I subscribe to The Times (UK) and use many of their different portals. I am, however, experiencing a really odd problem. For the last three Mondays in a row when I hover … (read more)

I subscribe to The Times (UK) and use many of their different portals. I am, however, experiencing a really odd problem. For the last three Mondays in a row when I hover over a link it shows one destination which is now three weeks out of date and downloads same when clicked. When I Inspect(Q) the relevant bit of script it shows the correct page for the current week. All other links from the current edition work as expected. The link works correctly on other days of the week. The IT support at The Times have no idea why this is happening and have simply asked me to do stupid things like clearing all cache and cookies relevant to their site. this has no effect whatsoever!

How can this happen and have you any help on the subject?

Asked by beb25hex12 2 months ago

Answered by zeroknight 2 months ago

  • Solved

Youtube Constantly Buffering after Pausing and Resuming

I've been watching and following along with a Unreal Engine 4 Course on Youtube for some time now (mentioning in case the resource usage has something to do with it), and… (read more)

I've been watching and following along with a Unreal Engine 4 Course on Youtube for some time now (mentioning in case the resource usage has something to do with it), and in the past couple days I've noticed a pretty serious and annoying bug. When I pause the video, tab (Cmd + Tab on MacOS) into Unreal Engine, do some things, then tab back and resume the video, it will play for one frame and then stop and buffer, but the audio will continue playing. The only way to get the video to resume is to skip forward/backward in the video (either with the arrow keys or the progress bar). I've also tried Troubleshooting/Safe mode and the issue still persits.

Asked by beatzoid 2 months ago

Answered by beatzoid 2 months ago

  • Solved

Firefox ignoring system timezone

Firefox 115.0b7 is not correctly handling my system timezone, and using GMT instead. This only happens in specific pages, such as when accessing a website, or in `about:h… (read more)

Firefox 115.0b7 is not correctly handling my system timezone, and using GMT instead. This only happens in specific pages, such as when accessing a website, or in `about:home`. It doesn't happen in `about:config` or `about:profiles`, for instance.

`privacy.resistFingerprinting` is set to `false`. The problem persists in Troubleshoot mode. The issue isn't present in Firefox ESR 102.12.0.

Running `date -R` with the system shell: `Sat, 22 Jul 2023 12:10:42 -0300`

Javascript console at `about:config`: ``` > Date() "Sat Jul 22 2023 12:10:42 GMT-0300 (Brasilia Standard Time)" > new Date() Date Sat Jul 22 2023 12:10:42 GMT-0300 (Brasilia Standard Time) > (new Date()).getTimezoneOffset() 180 ```

Javascript console at `about:home` or `https://example.com`: ``` > Date() "Sat Jul 22 2023 15:10:42 GMT+0000 (GMT)" > new Date() Date Sat Jul 22 2023 12:10:42 GMT-0300 (Brasilia Standard Time) > (new Date()).getTimezoneoffset() 0 ```

Asked by Felipe Silva 2 months ago

Answered by Felipe Silva 2 months ago

  • Solved

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 … (read more)

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!

Asked by Nathan Verkerk 2 months ago

Answered by Nathan Verkerk 2 months ago

  • Solved

Clickable keypad doesn't show correctly

A website I have to use for my work (for the Queensland Department of Education) requires that I input a 6-digit code; for *security*, they insist it be input by clicking… (read more)

A website I have to use for my work (for the Queensland Department of Education) requires that I input a 6-digit code; for *security*, they insist it be input by clicking on a keypad that scrambles the position of the number keys each time... It's meant to look like the first image attached below, but when I try to open it in Firefox, it looks like the second image and I can't input my code. I'd like to be able to use Firefox for EVERYTHING but I end up having to use Chrome to access this site, which I use pretty much every day for work, and it's very inconvenient.

Asked by nycarrington 2 months ago

Answered by zeroknight 2 months ago

  • Solved

Youtube Basic Buttons not appearing

Buttons like 3 bar preferences button, notification etc are broken or not visible just the highlight is visible and click the notification button also break the whole bro… (read more)

Buttons like 3 bar preferences button, notification etc are broken or not visible just the highlight is visible and click the notification button also break the whole browser

Asked by Oliullah 2 months ago

Answered by jonzn4SUSE 2 months ago

  • Solved

a website wont load on normal but will on private mode

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht… (read more)

the website channel 4 wont load and videos wont play on the normal firefox. it was fine a couple of weeks ago. if i load the website in private window, it works fine wiht no issue.

Asked by nfletcher13 2 months ago

Answered by Terry 2 months ago

  • Solved

Twitter buttons disappearing, notifications page broken.

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the… (read more)

Hey, this has been going on for a few days, but when I try to use twitter on desktop, there are no retweet/like/reply buttons. This problem doesn't exist on Chrome or the Mobile app. I can reply to things, but that's it. I also can't browse through my notifications without the page immediately displaying the "Something went wrong. Try reloading." message. I'm not sure what's causing this or if it's just me or what.

Asked by efrainwriting 2 months ago

Answered by efrainwriting 2 months ago

  • Solved

Bad Request, Size of Request Header Exceeds Server Limit

Here is a sample URL that works on Microsoft Edge (current version) and receives an error message on Firefox (115.0.2): https://www.t-mobile.com/home-internet The error r… (read more)

Here is a sample URL that works on Microsoft Edge (current version) and receives an error message on Firefox (115.0.2): https://www.t-mobile.com/home-internet The error received from the web site when using FF is:

Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

FF was working with all T-Mobile pages a few months ago and now fails with this same error on most pages.

To test on Edge, I pasted the identical address that failed in FF into Edge and it worked fine so I am confident I am comparing the same web page on the two browsers.

Thanks for your help. Claude

Asked by TrainClaude 2 months ago

Answered by cor-el 2 months ago

  • Solved

115.0.1 update for MAC tradingview not working now

just updated to 115.0.1 on the Mac yesterday and now tradingview website isn't working - i tried adding it as an exception in EnhancedTracking and CookieSiteData like i d… (read more)

just updated to 115.0.1 on the Mac yesterday and now tradingview website isn't working - i tried adding it as an exception in EnhancedTracking and CookieSiteData like i did with ebay to get it working again but no luck with tradingview... any ideas ? thx

Asked by fourcolordoctor 2 months ago

Answered by fourcolordoctor 2 months ago

  • Solved

Cannot Access One Website Only

I have already cleared cookies and caches, minimized my Firefox privacy and Avast anti-virus app with an exception for Wyndham Hotels and I still get the same error messa… (read more)

I have already cleared cookies and caches, minimized my Firefox privacy and Avast anti-virus app with an exception for Wyndham Hotels and I still get the same error message:

Access Denied You don't have permission to access "http://www.wyndhamhotels.com/" on this server.

Reference #18.a52c817.1688939580.337c4864

I also tried accessing it on Edge browser with the same message. I called Wyndham and they said their website is not down and working on all browsers. Any help is greatly appreciated!

Tami

Asked by tjmccrystal 2 months ago

Answered by tjmccrystal 2 months ago

  • Solved

FireFox Not Rendering Code Properly

Counter code numbers do not show for me here with FF but do show for Safari (which I don't like): http://robfalcone.com/rf/ Embedded archive sows fine on this ONE site b… (read more)

Counter code numbers do not show for me here with FF but do show for Safari (which I don't like): http://robfalcone.com/rf/

Embedded archive sows fine on this ONE site but all others similar won't show it even tho all are set up exactly the same.

This form is showing correctly. https://www.denisericciardi.org/mailing-list/

This form is NOT. https://amherstrepublicans.org/mailing-list/

This archive shows correctly. https://www.denisericciardi.org/mailing-list/archive-2023/

The one embedded here does NOT. https://bedfordresidents.com/bra/mailing-list/newsletter-archive/


I have about 30 websites with these errors. The only ONE is this that has NO errors even tho setup exactly the same https://www.denisericciardi.org/mailing-list/archive-2023/

Asked by GadsdenGurl 2 months ago

Answered by jscher2000 - Support Volunteer 2 months ago

  • Solved

Just updated to version 115.0 on 7/4/23 and experiencing issues with videos and livestreams.

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do… (read more)

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do not start even with skipping around. Same thing goes for live streams on twitch where the chats will load but not the actual stream. Other videos in news websites appear to be the same. Issue is not resolved in private browsing.

Asked by jgideon01.2019 2 months ago

Answered by jgideon01.2019 2 months ago

  • Solved

Discord time is incorrect by 10 hours and 30 mins

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page… (read more)

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page multiple times, used a vpn, cleared cache and cookies, and even tried and restarted my computer but the issue persists. Any help would be appreciated, thanks.

Edit: this issue only exists within firefox, not with any other browsers nor the app.

Asked by dark.druid07 3 months ago

Answered by dark.druid07 3 months ago