Showing questions tagged: Show all questions

Don't know how to permanently change AO3's default font to one my Screen-reader can see formatting with in Firefox

So my last thread on this was archived without anyone giving me a reason or answering my question. I have had issues with the website Archive of Our Own since last Nove… (read more)

So my last thread on this was archived without anyone giving me a reason or answering my question.

I have had issues with the website Archive of Our Own since last November, when I tried to change the site skin and permanently changed the default font of that site to something called Lucida Sans Unicode, when it's apparently meant to be Lucida Grande.

This much I was able to work out via my previous thread, but when I asked for that last bit of help, nobody answered and my thread was instead archived.

I don't know how to change a font on a specific website. I don't even know if the site has tools I could use that would work for me. All I know is I still cannot read bold or italics on Archive of Our Own with my screen-reader, NVDA, unless I use reader view, which excludes author's notes and comments, and I had thought I was close to a breakthrough before my thread was unceremoniously archived.

For reference, the thread is here: https://support.mozilla.org/en-US/questions/1403415

I tried inserting a link via the button above this box but it did not give me the necessary code used in this forum for links, so a straight url is the best I can do.

Asked by Trix 1 month ago

Last reply by Trix 2 days ago

Text Cursor jumps around Google Docs at various moments while typing

In Google Docs, my text cursor will randomly bounce backwards on the page if I perform certain actions, such as pressing Tab in a bullet point list to create a subitem, s… (read more)

In Google Docs, my text cursor will randomly bounce backwards on the page if I perform certain actions, such as pressing Tab in a bullet point list to create a subitem, setting the text to italic, or sometimes just clicking the cursor to the end of a document. Sometimes reaching the end of the line is enough to make the cursor jump back to a random position on the line.

I have tried this in a new profile with no addons and the problem persisted. I could not confirm this in Chromium last I tried. (But I swear I remember it happening in Chromium once or twice before) I have confirmed it on my PopOS laptop and my main PC booted into both Linux Mint and Windows 10.

I am running Firefox version 116.0.3 (64-bit).

Asked by MajorThomasFisher 6 days ago

Round corners disabled

It really irritates me whenever i use youtube, facebook and other kinds of websites. The missing of the round corners makes the whole page sucks and ugly. I tried updatin… (read more)

It really irritates me whenever i use youtube, facebook and other kinds of websites. The missing of the round corners makes the whole page sucks and ugly. I tried updating firefox, checked my settings, nothing changed. Is there a way to fix this?

Asked by Po 6 hours ago

Last reply by Po 5 hours ago

Duo Security Website keeps looping

Hello, On my firefox browser the Duo Security website keeps looping and not letting me login. I have tried private window and also have tried to install firefox again. T… (read more)

Hello,

On my firefox browser the Duo Security website keeps looping and not letting me login. I have tried private window and also have tried to install firefox again. The Duo security website is able to load on other browsers like Chrome and Edge without any issues. I also deleted the appdata and app profile and it is still not functioning. Any other recommendations that I can try?


Website is: https://api-263d2dfd.duosecurity.com/frame/frameless/v3/auth?sid=frameless-0e4e2d68-a138-4a07-8ad9-d7aae0f9fe5d&tx=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJkdW9fdW5hbWUiOiJzcGlrZXAiLCJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3NoaWJib2xldGguYXJpem9uYS5lZHVcL2lkcFwvcHJvZmlsZVwvQXV0aG5cL0R1b1wvMkZBXC9kdW8tY2FsbGJhY2siLCJzdGF0ZSI6IjVlMDNmOGM5OTcxM2MxZDdhYzRkNjlkMzZlYTAxYTU4LjY1MzM3MzMyIiwiZXhwIjoxNjk1OTU5NzU0LCJjbGllbnRfaWQiOiJESURLMkhSNEdGMTVJWUhMNEQ3VCJ9.wnLBrsdlaHjvudLT9w6rcD43QyQurgYR0UGIHYg2BXqP8TqNiFP5PN1C3l8jtYgA37LHrGbP6YvOYlY1MMOpYw


Thank you,

Asked by V Spike Peterson 4 days ago

Last reply by V Spike Peterson 3 days ago

Can't access gmail or yahoo mail

Get this error when I try to open either gmail or yahoo mail. Did not connect: Potential Security Issue Firefox detected a potential threat and did not continue to mail.y… (read more)

Get this error when I try to open either gmail or yahoo mail. Did not connect: Potential Security Issue Firefox detected a potential threat and did not continue to mail.yahoo.com because this website requires a secure connection. I get the same for gmail.

Asked by Terry Watts 7 minutes ago

Netflix, Hulu, Prime, Disney content not playable on Firefox

as of 2023/09/29 hulu, netflix, prime and disney+ are not playing videos on firefox, after making zero changes to settings or configuration. I tested Netflix on Google… (read more)

as of 2023/09/29 hulu, netflix, prime and disney+ are not playing videos on firefox, after making zero changes to settings or configuration.

I tested Netflix on Google Chrome and videos played, confirming this is a Firefox issue. I cleared recent/all history and changed passwords for those sites. Netflix logs me out if I attempt to play content. Speedtest reports 200 mb/s. Mozilla VPN is installed but turned off. Netflix sign in reports a new device/login in my state which is different from the VPN setting so this confirms that the VPN is not active and blocking content. HBO/Max videos play correctly and that site does not have the same issues. Firefox has crashed numerous times in the last two weeks. Sometimes just a single tab, sometimes a full application insta-quit.

I prefer to compartmentalize usage across different browsers for privacy/security reasons and would like to continue to use Firefox for these streaming services.

Asked by bmagner 3 days ago

Last reply by bmagner 3 days ago

ServiceWorker won't register and crash with TypeError when using import

Hello all, I'm building a website which uses a `ServiceWorker`. This worker uses `import` to load another JS module. As far as I understand, this should be possible star… (read more)

Hello all,

I'm building a website which uses a `ServiceWorker`. This worker uses `import` to load another JS module. As far as I understand, this should be possible starting Firefox 114 (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#browser_compatibility). However, it's crashing with an `TypeError: ServiceWorker script at https://localhost:9292/sw.js for scope https://localhost:9292/ threw an exception during script evaluation`. The worker script is loaded as module using `navigator.serviceWorker.register('./sw.js', { type: "module" })`, and working on Safari and Chrome as expected. When I remove the `import`, the worker loads and works. Tested on Firefox 118, 119, 120.

Here is a full sample: https://gist.github.com/fnordfish/9b38b90fba54093ee601887a3bd3e11e

I can't find any related bug in Bugzilla or anywhere else. Which makes me wonder what I am missing.

PS: Non module `importScripts` work.

Asked by Robert 5 days ago