Prikaz označenih pitanja:

Menu Layout Misalignment and Image Loading Issues in Mozilla Firefox

On my food menu website (https://cavamenuprice.com/cava-menu-waldorf-md/), I’m encountering an issue in Mozilla Firefox where the menu layout appears misaligned and some … (pročitajte više)

On my food menu website (https://cavamenuprice.com/cava-menu-waldorf-md/), I’m encountering an issue in Mozilla Firefox where the menu layout appears misaligned and some images are not loading correctly. The problem does not occur in other browsers. Has anyone faced similar issues, and what are the best practices for ensuring compatibility and consistent appearance across all browsers?

Arhivirano 1 351

YouTube video not working,buffering?

Starting yesterday, every youtube video I try to watch never plays or is in a constant state of buffering. It works fine in Edge, and Twitch streaming has no issues so i… (pročitajte više)

Starting yesterday, every youtube video I try to watch never plays or is in a constant state of buffering. It works fine in Edge, and Twitch streaming has no issues so its definitely not my internet connection.

I've already tried clearing my cache, rebooting, clearing it again and refreshing Firefox and the issue remains. Disabled adblocker as well. I am currently on version 106.0.5

Riješeno Arhivirano 6 344

Directv streaming on computer

Directv streaming has been operational since I signed up a few weeks ago until today using FireFox browser except today. After signing into Directv , the channels display… (pročitajte više)

Directv streaming has been operational since I signed up a few weeks ago until today using FireFox browser except today. After signing into Directv , the channels display correctly but will not open for viewing. Need guidance on the fix.

Arhivirano 1 342

"Sign In" Screen of "https://torontosun.com/sign-in/" does not Load in Virtual Box VM

My Environment: Host Machine - Intel Core i7-4771 @3.50GHz, 16GB RAM NVIDIA GeForce 210 Display Adapter, Intel Gigabit Network Connection (ISP connection is around 700MBp… (pročitajte više)

My Environment: Host Machine - Intel Core i7-4771 @3.50GHz, 16GB RAM NVIDIA GeForce 210 Display Adapter, Intel Gigabit Network Connection (ISP connection is around 700MBps).

OS - Windows 7 Pro V.22H2 Browser = Firefox ver.128.0.3 64bit.

Virtual Machine (VM) - Oracle Virtual Box Ver. 7.0.20 r163906, RAM = 4GB, Network = Bridged Adapter.

OS = Windows 7 Pro V. 22H2 Browser = Firefox ver. 128.0.3 64bit.

The Problem (In my VM only because I never browse sites on my Host PC): Toronto Sun website "Sign In" Screen never loads. A quarter circle just goes round and round. The website in question is - https://torontosun.com/sign-in/ The website itself does load fine and I can browse the site and all articles. But I cannot log into the site because the "Sign in" screen never loads. Also, Firefox tabs crash very frequently on this whole website.

Firefox is the only browser that I have on both my Host and VM (I have deleted MS Edge since it cannot be uninstalled).

On my VM, I tried installing Google Chrome and it works fine. The Toronto Sun Sign In page loads fine and I can log in.

On my Host PC, Firefox actually works. I tried it to see if the "Sign In" screen appears and it does and I can log in. It is only on my VM that it does not load.

What has Changed:

The Oracle Virtual Box software was just updated from ver. VirtualBox-7.0.18-162988-Win to ver. VirtualBox-7.0.20-163906-Win.

What I have tried: I have already done the following: Cleared - "Everything" including History, cookies, Temporary Cached files and pages and Site Settings.

I do not have any add-ons or themes installed.

I have cleared all Windows and User Temp Folders and files. I have rebooted several times in the past couple of days.

I tried increasing the VM RAM from 4GB to 6GB - did not help.


I would appreciate a solution.

Thanks very much. Kenneth

Riješeno Arhivirano 5 342

Almost every paid streaming service reports errors (Mac)

I have had an issue for months where streaming services like Netflix, Hulu, Max, and Amazon Prime will not work on Firefox. I am updated to the latest version, 127.0 (64-… (pročitajte više)

I have had an issue for months where streaming services like Netflix, Hulu, Max, and Amazon Prime will not work on Firefox. I am updated to the latest version, 127.0 (64-bit), and am able to successfully log in to these streaming services, but without fail get an error message when I attempt to stream a video. Netflix returns a F7531 error, Max returns an error code, and Prime Video says I cannot stream without the latest version of the browser even though I am up to date. I have restarted and updated Firefox multiple times, have toggled and uninstalled extensions and nothing has worked. The extensions I currently use are Auto Tab Discard, Google Analytics Opt-Out, Honey, Return Youtube Dislike, Search by Image, Shinigami Eyes, Sponsorblock for Youtube, UBlock Origin, To Google Translate, and Video DownloadHelper.

Arhivirano 3 333

FIREFOX CAN'T OPEN EMBEDDED SITE

Firefox Can’t Open This Page To protect your security, vimeo.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to… (pročitajte više)

Firefox Can’t Open This Page

To protect your security, vimeo.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window. Many websites show this. How to overcome this

Arhivirano 8 324

I'm getting a popup blocked on a page I need to have the popup working

I have turned off all extensions, allowed all permissions on the page, changed the Privacy to Standard, turned off enhanced protection, but I still cannot get the popup t… (pročitajte više)

I have turned off all extensions, allowed all permissions on the page, changed the Privacy to Standard, turned off enhanced protection, but I still cannot get the popup to show on this page (need login to see actual page)

https://app.gohighlevel.com/location/ApwnvXGFIEHm8LKgmFQz/page-builder/hKQsgETZFHVjwGxTUCeN

I cannot find anything else which can be blocking it, but something is.

If I load the page in Edge, it works fine.

Arhivirano 22 324

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="strokeC… (pročitajte više)

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?

Arhivirano 14 324

Firefox hangs on Wordpress Login

I am using FF 129.0 64 bit on Linux Mint. AFAIK all is up to the latest version. When I log into my website admin on wordpress, my site gets redirected for a security che… (pročitajte više)

I am using FF 129.0 64 bit on Linux Mint. AFAIK all is up to the latest version.

When I log into my website admin on wordpress, my site gets redirected for a security check on the server (lightspeed or PC Guard). Once this is complete, the login continues.

Unfortunately for the last 6 weeks, my website redirects with a message, "Verifying that you are not a robot" and it hangs there permanently.

I have tried to get my server to disconnest Lightspeed and PC Guard (but then have NO security protection). Nothing seemed to work, and access was sproradic, but seemed best when FF was completely cleaned, cache, cookies, etc. However, even this did not guarantee a login.

Then I found that all worked perfectly using Chrome. Further, having logged in using Chrome, the FF version would now be unlocked and work perfectly.

So it seems as though FF is not clearing a status/flag/file somewhere and that Chrome clears this, leaving FF working again - for another 24 hours. Then the whole cycle starts again.

Any ideas?

Mark

Riješeno Arhivirano 1 307

Linked image (via "src=") not displaying (FF 126.0.1 & 127.0)

Hi Guys, This is a recent hiccup and only seems to affect Firefox 126.0.1 & 127.0 (I'm running Win64 EME-free): I have a HTML file which displays images from various … (pročitajte više)

Hi Guys,

This is a recent hiccup and only seems to affect Firefox 126.0.1 & 127.0 (I'm running Win64 EME-free):

I have a HTML file which displays images from various weather-cam websites, using the HTML "img src=" tag.

On previous versions of Firefox all was fine, however since 126.0.1 one image in particular will not display - it simply shows a broken image place-holder. Using MS Edge and Chrome, it displays correctly.

This is the image in question:

http://119.17.143.158:8777/Streaming/channels/102/picture/?auth=U1BDRzo1NG5keXAwMW50IQ==

I suspect it's something to do with the "auth=" 'key'?

Thanks in advance for any suggestions/assistance.

Mike.

Riješeno Arhivirano 5 298

can't open messages.google.com

I used to have no problem opening messages.google.com/web/conversations to link my messages to my Pixel phone. Just recently the site will not open in Firefox. Not an err… (pročitajte više)

I used to have no problem opening messages.google.com/web/conversations to link my messages to my Pixel phone. Just recently the site will not open in Firefox. Not an error message, it just won't open the page.

Arhivirano 1 297

E*Trade analyst research tab not displaying properly

The E*Trade analyst research tab does not display properly with text appearing over top of other text, strange numbers, and certain links inactivated. See attached exam… (pročitajte više)

The E*Trade analyst research tab does not display properly with text appearing over top of other text, strange numbers, and certain links inactivated. See attached example screenshots showing issues (yellow highlighting with Firefox) and proper display (green highlighting with Chrome). Thanks!

Arhivirano 3 288

Google Photos, when editing photos, creates visual issues in Firefox (works fine in Chrome) - graphics settings?

When I try to edit & crop in Google Photos, I get the image artifacts as you can see in the image with lines and the image doesn't correct itself so it's impossible t… (pročitajte više)

When I try to edit & crop in Google Photos, I get the image artifacts as you can see in the image with lines and the image doesn't correct itself so it's impossible to edit well. If I save the image after all the lines are added, then reload it will show but then I have to start the crop over again to get both sides.

This works fine in Google Chrome, so there is some issue with the Firefox browser on my laptop. graphics: Intel Iris Xe Graphics 1920x1080 x 8bit 60.05 Hz refresh rate

What could be causing an issue on Firefox but not Chrome?

Arhivirano 3 279

Discord crashes as soon as someone else joins VC

Hey, I have noticed recently that Discord crashes its tab as soon as someone else joins a voice call and microphone access is given. I am on Linux/NixOS/Hyprland and am … (pročitajte više)

Hey,

I have noticed recently that Discord crashes its tab as soon as someone else joins a voice call and microphone access is given.

I am on Linux/NixOS/Hyprland and am not experiencing this issue on Linux/Endeavour/Gnome.

The crash report mainly complains about libxul.

Any ideas or directions are greatly appreciated.

Best

Arhivirano 2 279

Scrambled test on certain websites

On certain websites I am getting scrambled text, mostly in headings and titles, not so much in body text. I have followed several tips from other posts like mine, i.e., i… (pročitajte više)

On certain websites I am getting scrambled text, mostly in headings and titles, not so much in body text. I have followed several tips from other posts like mine, i.e., installed Open Sans font, but that did not do it. I turned off hardware acceleration, and cleared the cache. The only thing that did work was to start Firefox in troubleshooting mode. I only have two add-ons running, Short URL and Dashlane, I doubt they're responsible for this. Any other ideas?

Riješeno Arhivirano 5 271

Can't play netflix. Error code F7701-1003

I'm getting the F7701-1003 error every time I try to play Netflix (works fine on other browsers). I tried every step of this guide this guide and triple checked it. I tri… (pročitajte više)

I'm getting the F7701-1003 error every time I try to play Netflix (works fine on other browsers). I tried every step of this guide this guide and triple checked it. I tried uninstalling, resetting profile, I that checked resistfingerprinting is turned on. I'm kind of at a lost. At this point I'm being forced to use other browsers...

Riješeno Arhivirano 7 271

The website https://www.thehindu.com/myaccount/ does not open up in Firefox.

The website https://www.thehindu.com/myaccount/ does not open up in Firefox (129.0.1). But it duly opens up in Edge. I cleared the cache in Firefox and tried number of ti… (pročitajte više)

The website https://www.thehindu.com/myaccount/ does not open up in Firefox (129.0.1). But it duly opens up in Edge. I cleared the cache in Firefox and tried number of times. But the page expected to open a login page, so I even added pop-up exception for the web site. But it still does not open in Firefox. Opening the site in Edge was a cakewalk without clearing cache or adding a pop-up exception.

Arhivirano 1 270

DirecTV Stream no longer supporting Firefox browser

As of today, DirecTV is no longer supporting Firefox for watching live streaming. They show the attached image. Brave works, too, btw (Chromium-based browser). Do you kno… (pročitajte više)

As of today, DirecTV is no longer supporting Firefox for watching live streaming. They show the attached image. Brave works, too, btw (Chromium-based browser). Do you know why this is happening? Has Mozilla been in talks with DirecTV about this? I use this feature every day.

Arhivirano 7 270