Showing questions tagged: Show all questions
  • Archived

Picture-In-Picture

Everytime I open firefox i have to enable Picture-in-picture in settings, because it somehow gets dissabled everytime i close out of firefox, its annoying and I dont how … (read more)

Everytime I open firefox i have to enable Picture-in-picture in settings, because it somehow gets dissabled everytime i close out of firefox, its annoying and I dont how to fix it, and cant find anyone else having this same problem.

Asked by Philip.s.petersen 6 months ago

Last reply by markwarner22 6 months ago

Question about picture in picture mode

I loved the picture-in-picture mode. However, when I closed the picture in picture mode, the video automatically stopped. Is there any ways where the video still plays ev… (read more)

I loved the picture-in-picture mode. However, when I closed the picture in picture mode, the video automatically stopped. Is there any ways where the video still plays even after I closed the picture in picture mode?

Asked by Lox 3 months ago

Last reply by markwarner22 3 months ago

Pic in Pic not working

the pic in pic feature doesn't work. When I click the icon to go pic in pic Firefox opens a new full screen window with the video. I can't see any way to toggle it to be … (read more)

the pic in pic feature doesn't work. When I click the icon to go pic in pic Firefox opens a new full screen window with the video. I can't see any way to toggle it to be a small screen at the edge of the screen I'm working in.

Please advise.

Asked by wmeades 3 months ago

Last reply by Logosor 3 months ago

Picture in Picture for app suddenly stopped working

Only hours after my previous use of the picture in picture function to watch YouTube via the mobile site on the app browser, the function suddenly stopped working. It w… (read more)

Only hours after my previous use of the picture in picture function to watch YouTube via the mobile site on the app browser, the function suddenly stopped working.

It would play the videos when I was in other tabs, and with the app itself closed. However, as soon as I opened it as a picture in picture window, the video paused and refused to restart playing.

This far, I have:

  • cleared the cache
  • force quit the app and restarted
  • double checked that picture in picture was enabled (it was)
  • made sure the app is up to date (it is) and compatible with my phone (it is)
  • made sure the Video Background Play Fit was still enabled and up to date (it is)

None of these issues has resolved the issue. As the issue is specific to the play to play function, and is not effected by closing the browser or switching tabs, I believe it is an issue with the function, not the site.

Asked by Sabra Schirm 3 months ago

Last reply by Samara Nix 42 3 months ago

Issue with Picture-in-Picture Functionality in Firefox on Ubuntu

I am experiencing an issue with the Picture-in-Picture (PiP) functionality in Firefox on Ubuntu. Unlike on Windows, where the PiP window automatically appears when switch… (read more)

I am experiencing an issue with the Picture-in-Picture (PiP) functionality in Firefox on Ubuntu. Unlike on Windows, where the PiP window automatically appears when switching tabs or pages, this does not happen on my system.

When I manually activate the PiP feature by clicking the button, the window does appear; however, it is placed behind the browser window and remains at the lowest level among other open windows. This causes it to be obscured by other applications and requires me to manually bring it to the front and adjust its position every time.

Is there a way to automate this process or resolve the issue so that the PiP window behaves as expected (i.e., stays on top of other windows and works seamlessly)? Please let me know if there are any settings, extensions, or workarounds that could address this problem.

Thank you in advance for your assistance!

Asked by Henry Mayer 2 months ago

Last reply by jonzn4SUSE 2 months ago

Pop Out Video Keeps Happening On Its Own When I Switch Tabs

I just started having an issue with my browser where every time I tab out of a tab playing media, the pop-out video appears on its own. It's quite annoying. How do I stop… (read more)

I just started having an issue with my browser where every time I tab out of a tab playing media, the pop-out video appears on its own. It's quite annoying. How do I stop this from automatically happening?

Asked by mortalpoet 2 months ago

Last reply by markwarner22 2 months ago

  • Solved
  • Archived

RTX Video HDR turn off when scrolling a page

Hi, Nvidia RTX Video HDR and Super Resolution works fine when I open a link. But if I scroll the page it turn off. The video still play but the colors changes, I can see … (read more)

Hi, Nvidia RTX Video HDR and Super Resolution works fine when I open a link. But if I scroll the page it turn off. The video still play but the colors changes, I can see that RTX enhencement is then inactive on the nvidia panel. Sometime immediately sometimes after more scrolling. Same on Youtube and Twitch. Any Idea ?

Asked by romain.a59 6 months ago

Answered by romain.a59 6 months ago

Websites will not load

Over the last 6 months, and increasing number of websites don't open on Firefox. I've noticed it most consistently on any of the wikipedia/wikimedia pages, but it's not … (read more)

Over the last 6 months, and increasing number of websites don't open on Firefox. I've noticed it most consistently on any of the wikipedia/wikimedia pages, but it's not just those. When I type in an address and press return, or click on a link, the browser just acts as if nothing has happened. There does not show me the loading symbole. If I ask it to open a new tab with the site, the address appears on the tab, but the page itself is just black. Other browsers have no problem loading the same sites. I am on a mac, and using a VPN. Restarting the browser doesn't help, though restarting the computer sometimes does.

Thank you,

Asked by daniel.einstein 5 months ago

Last reply by nick+mozilla 2 months ago

The stylesheet was not loaded because its MIME type, “text/html”, is not “text/css”.

I am sorry if this is not the place to ask this question. I am new to web development and have been trying to solve this issue for days. I have an ESP32 acting as an http… (read more)

I am sorry if this is not the place to ask this question. I am new to web development and have been trying to solve this issue for days. I have an ESP32 acting as an http server. I have developed web pages which have separate html, css, and javascript files. These work as expected when delivered locally (i.e. I double click on the the files), however, when they are served by the ESP the style sheet is ignored and I get the message

The stylesheet (url) was not loaded because its MIME type, “text/html”, is not “text/css”.

from Firefox debugger. The stylesheet is ignore across all browsers (Firefox, Chrome, Opera, Edge), however the error is only shown in Firefox. Normally, of course, I would expect an issue on the ESP32 side, however, the non-Firefox browsers do load the stylesheet (even tough they ignore it) and I am able to verify that the stylesheet is identical to the one served locally.

Oddly, if I open a Firefox tab and load the page, switching to developer mode causes several requests for the stylesheet and the styles are then applied. Subsequent refreshes of the page causes the style to be lost and closing/opening developer mode has no effect.

Although I have disabled javascript to try fix this problem, when javascript is loaded I get a similar message (except the javascript is loaded).

I believe I specified the MIME type because I exactly coped several examples

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/> 
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <link rel="stylesheet" type="text/css" href="styles.css" />
<!--<link rel="stylesheet" type="text/css" href="name-of-stylesheet.css" />    -->
<!--    <script type="text/javascript" src="ESP-UI.js"></script> -->
    <title>My ESP32</title>
</head>


Thanks for the help!

Asked by nairb1958 5 months ago

Last reply by cor-el 5 months ago

Can't keep pinned tabs

Firefox will not longer close without also closing my pinned tabs which pretty much defeats the purpose of pinning tabs for later and makes it much harder to keep track o… (read more)

Firefox will not longer close without also closing my pinned tabs which pretty much defeats the purpose of pinning tabs for later and makes it much harder to keep track of things. I didn't notice the first time and lost my pinned tabs that had been there for months, I immediately put them back but now everytime I try exiting firefox it informs me i'm about to close however many tabs are open + the pinned tabs. Does anyone know how to solve the problem/what might be causing it.

Asked by Lucifer 4 months ago

Last reply by an.beu 4 months ago

viewing pdf file

Every time I try to view a pdf file on Firefox I can view the file but in the lower right 1/4 of the screen I get a graphic of a page with shaded areas representing lines… (read more)

Every time I try to view a pdf file on Firefox I can view the file but in the lower right 1/4 of the screen I get a graphic of a page with shaded areas representing lines with writing on them. There is a type of pen cursor moving along the line.

This happens with different pdfs - from the internet and from my saved files. This doesn't happen on another computer with Firefox.

I've deleted and redownloaded Firefox an number of times, also tried troubleshoot mode - no improvement. Virus scanned, restarted a number of times.

Pdfs work on edge and chrome and reader with no problem.

I have a screenshot.

Any Ideas? Thanks

Asked by mary141 4 months ago

Last reply by cor-el 4 months ago

Unable to use or watch Prime and netflix in this browser

Can you guys check why your netflix account is getting logged out every time regardless of how many times you logged in and for prime video if you play any video i'm gett… (read more)

Can you guys check why your netflix account is getting logged out every time regardless of how many times you logged in and for prime video if you play any video i'm getting video player error, can you please check

Asked by Sankaramoorthy V 4 months ago

Last reply by cor-el 4 months ago

Passwords are no longer syncing between devices in Mozilla sync account.

None of my saved passwords in my Mozilla account are showing up when I switch laptops and try to logon to various sites. Instead I have to manually enter the passwords fo… (read more)

None of my saved passwords in my Mozilla account are showing up when I switch laptops and try to logon to various sites. Instead I have to manually enter the passwords for the sites every time even though the sites show that I have saved passwords for that site in my Mozilla account. When I type the password in a old or new site, Mozilla doesn't even ask if I want to save the password anymore.

Asked by snowwcat 4 months ago

Last reply by jscher2000 - Support Volunteer 4 months ago

  • Solved

System Freeze when using Picture-in-Picture simultaneously with other applications.

Hello. For a while now I have been using the picture-in-picture feature to play a video in the corner while using other applications. It has been a great help as I have a… (read more)

Hello. For a while now I have been using the picture-in-picture feature to play a video in the corner while using other applications. It has been a great help as I have a single monitor.

Unfortunately, I have recently been encountering a severe issue with the feature over the last week. When attempting to use picture-in-picture while my computer is running a videogame (through Steam) my entire system will freeze. The audio still plays as normal, but the image is frozen and the system is unresponsive until I force a shutdown and reboot.

Any help at all in with this issue would be greatly appreciated, thank you.


Hardware Specs: GPU AMD Radeon RX 6750 XT CPU AMD Ryzen 5 5600X 6-Core Processor 3.70 GHz RAM 16.0 GB OS Windows 11 Home

Asked by randomreef 1 month ago

Answered by randomreef 1 month ago

  • Archived

Wikipedia displays a strange mix of fonts when rendering Thai article.

Wikipedia render Thai fonts correctly. But it seems to render Latin texts and numbers in "TH Charm of AU" font for Thai articles, which I did not set anywhere in the brow… (read more)

Wikipedia render Thai fonts correctly. But it seems to render Latin texts and numbers in "TH Charm of AU" font for Thai articles, which I did not set anywhere in the browser (and my operating system). Ticking "Allow pages to choose their own fonts, instead of your selections above" does not fix it either. But it renders fonts correctly in English version of the same article. (See the attached images).

Any ways to fix this?

Thanks in advance.

Asked by jangsoodlor 6 months ago

Last reply by TyDraniu 6 months ago

New Password Requirement to open Firefox

With update 136.0, FF is requiring us to use a master password. I have one already set so my data is protected. I do not need a master password to open FF, but now I do. … (read more)

With update 136.0, FF is requiring us to use a master password. I have one already set so my data is protected. I do not need a master password to open FF, but now I do.

STOP THIS MADNESS

Asked by Brian Donaldson 4 months ago

Last reply by TyDraniu 4 months ago