The pause button on the keyboard doesn't stop the video in Firefox.

When I press the pause button on my keyboard, it doesn't stop the YouTube video like it used to. I'm not sure why it stopped working. I've checked the key, and it works f… (ďalšie informácie)

When I press the pause button on my keyboard, it doesn't stop the YouTube video like it used to. I'm not sure why it stopped working. I've checked the key, and it works fine in Chrome.

Otázku položil(a) Robert Clave Pred 16 hodinami

Posledná odpoveď od Robert Clave Pred 50 minútami

Unable to sign in Qobuz from few days ago

I was unable to sign in Qobuz from yesterday. I have been using Firefox ver 115 to play streaming music from Qobuz on my Windows 8.1 PC as its sound quality is better t… (ďalšie informácie)

I was unable to sign in Qobuz from yesterday. I have been using Firefox ver 115 to play streaming music from Qobuz on my Windows 8.1 PC as its sound quality is better than other browsers. Yesterday, I found nothing happened after clicked the SIGN IN button on Qobuz's login page, however I had no problem using Google Chorme to login.

So I uninstalled/re-installed Firefox, and tried different older/newer versions, still didn't work.

I tried another PC running Windows 10, with Firefox ver 124.0.2, got the problem.

Please fix the problem ASAP, Firefox team. Thanks.

Its purer sound is the main reason I use firefox, instead of other browsers.

Otázku položil(a) s2222440 Pred 1 hodinou

recaptcha problem

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck… (ďalšie informácie)

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck on infinite loading. Every website I visited the problem was there. I tried fixing it from the tips I found in the forum here but nothing seems to work. I was frustrated. Then I tried Brave browser and it was working. Please help me fix this problem. Thank you.

Otázku položil(a) MOVIE BOSS Pred 1 dňom

Posledná odpoveď od MOVIE BOSS Pred 1 hodinou

is my old, even deleted cache/cookies/data/bookmars in the data reporting folder?

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular … (ďalšie informácie)

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular cache/cookies/data/bookmark folders

Otázku položil(a) 7843256 Pred 1 hodinou

The startup page requires me to log in. I use my Gmail but the password is incorrect. The password is not incorrect

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password c… (ďalšie informácie)

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password comes up as being incorrect which I know is not the case. If I try to change it I get as far as a Gmail code being sent to my account but when I enter that it says that is incorrect. I have not been able to load the getting started page since.

Otázku položil(a) Stephen Hobbs Pred 1 hodinou

Space bar not working.

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space be… (ďalšie informácie)

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space between words. Tried 2 different keyboards w/same problem. Doesn't seem to happen on Chrome or Safari. Re-installed Firefox with same results. Any thoughts, please? Thank you.

Otázku položil(a) fullyladenswallow Pred 1 dňom

Posledná odpoveď od fullyladenswallow Pred 5 hodinami

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (ďalšie informácie)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Otázku položil(a) Slouch Pred 3 dňami

Posledná odpoveď od Slouch Pred 6 hodinami

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (ďalšie informácie)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

Otázku položil(a) chcats Pred 8 hodinami

Posledná odpoveď od chcats Pred 6 hodinami

recapcha doesnt wor last version firefox

Hello, since the latest version of Firefox, as always, it breaks now if I want to enter instantgaming or it does not enter no matter how much I click on enter or in kingu… (ďalšie informácie)

Hello, since the latest version of Firefox, as always, it breaks now if I want to enter instantgaming or it does not enter no matter how much I click on enter or in kinguin.net, when it asks me for the recapcha, it stays in an infinite loop and does not show the images. .

I have done safe mode and installed firefox from 0 and nothing, it is tedious that at this point a browser that has been having this type of problems for years because in opera, edge they do not give me these errors, it is tiring to always have to have a browser that fails due to anything.

I look forward to your help, thank you

Otázku položil(a) kire Pred 8 hodinami

Posledná odpoveď od kire Pred 7 hodinami

Cant use Tineye- used to work great until yesterday

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). N… (ďalšie informácie)

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). Now it won't search, a verify you're human window comes up, and I have to keep clicking squares, which I do - but then it says to allow cookies and start over. Well I don't want to allow cookies (I assume it's one of the options I have thru Firefox to block cookies), and I can't find where to allow cookies even if I did (I went to Firefox preferences etc) and I don't want to disable my VPN. Maybe I should mention that I just added or started a Mozilla account, as I have had immense trouble with my aol emails, and am trying to move everything over to a gmail account. My sign in to Firefox was the aol email, and I had to (try, I thought I did it) add another account, which I think I did successfully. So it was right after that, that all this started. Help please! Thank you!

Otázku položil(a) PocketDan Pred 13 hodinami

Posledná odpoveď od PocketDan Pred 7 hodinami

Weird fonts Wing Dings??

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing th… (ďalšie informácie)

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing the issue?

Otázku položil(a) Doug Sooley Pred 11 hodinami

Posledná odpoveď od Doug Sooley Pred 10 hodinami

ff pass words gone

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app instructions ive found on web are for everything except wha… (ďalšie informácie)

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app

instructions ive found on web are for everything except what i need thanks

Otázku položil(a) bill Pred 4 dňami

Posledná odpoveď od bill Pred 10 hodinami

Boldfaced "S" does not print

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem… (ďalšie informácie)

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem does not occur with Google. Running macOS Catalina, all maintenance applied, Firefox is at 125.0.3.

Otázku položil(a) TheOld Crab Pred 1 dňom

Posledná odpoveď od TheOld Crab Pred 10 hodinami

Help search results don't show list by date

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a de… (ďalšie informácie)

Your help utility needs help. -results don't show date, must open each item. Results seem to not be listed in date order. What a mess to sort through. I can't select a desired date range, or select by release version number. -your search tool isn't very effective, I keep getting unrelated results. I do better by searching google to find the help I want regarding Firefox.

Otázku položil(a) Davyboy Pred 10 hodinami

Repeated freezing/crashes with Firefox browser despite refreshes/new installs

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing… (ďalšie informácie)

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing and freezing. Sometimes I can't restart it for several minutes. Whenever this happens, I refresh it. I've refreshed it about twice. I've re-installed it twice too, but it keeps happening. Most settings are default, but I wanted to include the settings in case this could be the problem: - I've turned off Firefox home content - I've turned off all passwords and autofill features - Never Remember History - Do Not Track and Tell Websites not to share/sell my data are turned on - I left the standard-level security settings as is

I have one extension installed.

The only other browser I have installed is Safari and I am not having these issues. I should add that I don't receive any error messages when this happens, it just freezes. The most recent issue is that I was clicking on buttons on a website and it wasn't working, but when I started using the Safari browser (which also set to private mode) it worked fine.

When it works I love Firefox and would like to keep using it. I am wondering if there is anything I can do to fix this.

Otázku položil(a) mozillauser1234 Pred 12 hodinami

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (ďalšie informácie)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Otázku položil(a) AshenLion Pred 3 dňami

Posledná odpoveď od AshenLion Pred 14 hodinami