Showing questions tagged: Show all questions

There is no horizontal scrolling

Hi, when I want to zoom in to the website page, I cant seem to find the horizontal scroll, thus I cant see the left side of the page that I zoomed in. Please make the hor… (read more)

Hi, when I want to zoom in to the website page, I cant seem to find the horizontal scroll, thus I cant see the left side of the page that I zoomed in. Please make the horizontal scroll available. Thank you.

Asked by rei.tei17 2 months ago

Last reply by jonzn4SUSE 2 months ago

Background has turned white

Windows 10 on PC with Thunderbird 140.1.0esr (64-bit) Since the last update, the background on my Tbird messages list, email panel and in my compose email panel have turn… (read more)

Windows 10 on PC with Thunderbird 140.1.0esr (64-bit) Since the last update, the background on my Tbird messages list, email panel and in my compose email panel have turned from my eye-friendly light grey to glaring white and this is literally causing me a headache and a "flimmer" in my eyes (common in people with blue eyes). All other programs in Windows show me the light grey background as they should, it's Thunderbird itself which isn't picking up the light grey. The only place in all the tools and settings menus that I was able to find ANYTHING about background colour was (three bars) -> tools -> Settings -> HTML Style [ ] Use reader's default colours <- makes no difference whether this box is marked or not Beneath that: Text Colour is set to black. Background colour is set to light grey. There is no way to Save the settings page, so one presumes they are automatically saved. Restart (done several times) Thunderbird - still this blasted white background. I do not use HTML for emails, I use plain text. Could someone please tell me how I can get my light grey background back ?

Asked by Helvetica 5 months ago

Last reply by Matt 3 months ago

Cannot receive FOX or CNN straming recently.

I have Verizon FIOS and have been able to receive cable channels on my laptop until recently. Now I cannot access them without a sign-in which leads to some sort of error… (read more)

I have Verizon FIOS and have been able to receive cable channels on my laptop until recently. Now I cannot access them without a sign-in which leads to some sort of error that I don't understand. Any help?

Asked by jbspe 3 months ago

Last reply by Denys 2 months ago

Eingabefenster (Chats) werden hinter Tastatur verborgen

Hallo Community, Seid dem neuesten Update von Android schiebt sich das browserfenster nicht automatisch nach oben. Wenn die tastatur eingeblendet wird. Sprich der chat, … (read more)

Hallo Community,

Seid dem neuesten Update von Android schiebt sich das browserfenster nicht automatisch nach oben. Wenn die tastatur eingeblendet wird. Sprich der chat, also das was ich schreibe, verbirgt sich hinter dem tastaturfeld.

Vor dem Update musste ich das auf vielen websiten nach oben schieben. Um das zu lesen, was ich aktuell tippe. Nun kann ich das nicht mehr hochziehen. Und muss jedesmall die tastatur verbergen, lesen, korrigieren.. weiter tippen :/

Meine versuche, die bisher erfolglos geblieben sind: Firefox app neu installieren. Andere tastatur für android installieren. Neu starten vom smartphone.

Das Smartphone hat kaum apps installiert. Ist also ziemlich blank. In anderen browsern habe ich nicht das problem. Ausschließlich in firefox. Und das auf jeder Homepage mit einem chatfenster.

Firefox ist das aktuellste aus dem playstore. Also frisch. Samsung tastatur Samsung galaxy s 23 ultra. Neuestes betriebssystem (update novemer 2025) Wenige apps installiert, wie krankenkasse oder email.

Asked by Paul Soroyu 3 months ago

Last reply by Kiki 3 months ago

Dashlane

I have been using Dashlane Password for a long time. For several weeks it hasn't worked. The program used to ask for my address and master password, but it no longer does… (read more)

I have been using Dashlane Password for a long time. For several weeks it hasn't worked. The program used to ask for my address and master password, but it no longer does. Now it asks for a code number of 6ix digits instead, stating that the number has been sent to my address. However, I never receive the number. My address has never changed and is the first thing it asks for. Then, no code arrives.I have sent many requests, including specifics about the change and lack of access, but have not gotten a reply to any. I think Dashlane died and customer support also did. My 147 passwords, financial information, personal address and SSN are all still there at Dead Dashlane. If they won't answer Mozzilla either at least I tried.

Asked by ActivTrade 4 months ago

Last reply by Paul 4 months ago

mozilla keeps sending messages that i am not current with payment

mozilla keeps sending messages that i am not current with payment to spectrum. Spectrum says i am current and mozilla is sending this messagesaying i'm not and that i sho… (read more)

mozilla keeps sending messages that i am not current with payment to spectrum. Spectrum says i am current and mozilla is sending this messagesaying i'm not and that i should contact you

Asked by morkb 5 months ago

Last reply by Rick 5 months ago

How to Improve Screen Reader Support in Firefox?

I’ve been using Firefox with a screen reader, and while it works for most basic browsing, I’ve noticed some issues with certain sites. For example, form fields aren’t alw… (read more)

I’ve been using Firefox with a screen reader, and while it works for most basic browsing, I’ve noticed some issues with certain sites. For example, form fields aren’t always announced properly, and sometimes navigation landmarks are skipped. When I test the same pages in Chrome, the experience feels smoother.

I’d like to keep using Firefox, so I’m wondering — is there something I can adjust in my settings to improve screen reader support? Or is this more of a compatibility issue that needs to be reported as a bug?

If others here use screen readers with Firefox, I’d love to know what has worked for you. Are there specific add-ons, preferences, or troubleshooting steps that make accessibility better?

Thanks in advance for any guidance.

Asked by Fenius Herb 4 months ago

Last reply by TyDraniu 4 months ago

Firefox dark mode(s) lack contrast in context menus on ChromeOS

When using any dark Firefox theme on ChromeOS, the contextual menu text and background are both dark. This means there is little to no contrast, and so the text is very d… (read more)

When using any dark Firefox theme on ChromeOS, the contextual menu text and background are both dark. This means there is little to no contrast, and so the text is very difficult to read.

Unfortunately, the ChromeOS screenshot tool doesn't work on Linux apps, and so I'm unable to share a screenshot. Tested using several dark themes, including the default -- behaviour was consistent in all.

Firefox installed using the official package through the built-in ChromeOS Linux VM "crostini". Issue has been reported by other users on other platforms in the past, so this seems to be a long-standing bug.

Asked by Brandon Cooper 1 month ago

Last reply by Denys 1 month ago

"Find" highlighted text background is really tough for this color blind person.

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find? What I … (read more)

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find?

What I would like: Find (focus): yellow text on black background Find All: white text on black background

Yes, of course it would be nice if that would auto switch to black on yellow if the website default is black background.

I can hack userContent.css and get the selection function to work:

/* General highlight (for text selection, etc.) */

selection {
   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I can hack userContent.css and get the Find All (sans the focus) to work.

But firefox always provides the focus with white on green. Even if I do something like this:

/* Customize the color of highlighted search text */ input[type="search"]:focus::selection {

   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I tried several themes. No change. I tried changing Windows Preferences. No change.

There must be a way to make this "find" feature useful for me.

Asked by jonathan67 1 month ago

Last reply by TyDraniu 1 month ago

Return and restore the way Firefox settings were this morning.

I do not like the current Firefox. I am 'trying' to get my firefox the way it was in the previous session yesterday. Monday 19th. For some reason I click a tab this ev… (read more)

I do not like the current Firefox. I am 'trying' to get my firefox the way it was in the previous session yesterday.

Monday 19th.

For some reason I click a tab this evening and I lost everything. Now it is a lavender color (ugg) and all my information, tabs, everything is gone.

Please help.

Donna Hall [edited email from community support forum]

Asked by Donna Hall 1 day ago

Last reply by Bob Hamel 4 hours ago