Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

Text in search bar is scrambled when typing

With the latest update to Firefox (116.0.1) typing anything in the search bar looks as though my keyboard is mapped to everything - every keypress does something differen… (read more)

With the latest update to Firefox (116.0.1) typing anything in the search bar looks as though my keyboard is mapped to everything - every keypress does something different. This only affects Firefox, no other program behaves this way (Word, Excel, Discord, etc.).

Currently running Windows 10, AMD Ryzen 7 1800, DDR4 RAM, Malwarebytes, and ZoneAlarm Extreme Security version: 15.8.139.18543. Had to revert back to Firefox 113 to type this via downloading it via Edge.

Asked by pem79 1 year ago

Answered by Paul 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox shows [object Object] on pages with code blocks

Since a couple of months I see only [object Object] instead of code blocks on (almost) all web pages. For example on StackOverflow. Any ideas what could cause this? … (read more)

Since a couple of months I see only [object Object] instead of code blocks on (almost) all web pages. For example on StackOverflow.

Any ideas what could cause this?

Asked by witek 1 year ago

Answered by witek 1 year ago

  • Locked
  • المُؤرشفة

Your Update is useless

Your new update, like your last several suck. It is sssllllooowww to load most webbsites. Watching a video is frustrating, pausing every few secons. I am SICK OF EATCH… (read more)

Your new update, like your last several suck. It is sssllllooowww to load most webbsites. Watching a video is frustrating, pausing every few secons. I am SICK OF EATCHING THAT WHEEL GO ROUND AND ROUND. What is most frustrating is your damned "Update" looser, piggy-backed of of a windows update. I DID NOT want an update, because you idiots cant create a update that doesnt screw up every aspect of peoples browsing or interne5 experience. To m,ake it worse, you cowards hide. There is no way to contact a HUMAN, your help is a bunch of questions that are never answered by [redacted]. Since nobody can write a workable update, Get a job at a fast food joint, and hire people who give a damn, an can actually write something that [redacted] WORKS!!!!!!! I'm on my second ay trying to un-[redacted] your mess. How about sending me an email with a contact to a human with a functional brain. People should NOT have to spendd ays fixing an update that is worse than a virus.

Contact me @--[email address] OZR [telephone number]

Asked by ariesdoc19 1 year ago

Last reply by Paul 1 year ago

  • حُلّت
  • المُؤرشفة

What directories in Windows store Profile/Sync data?

I am using Firefox Developer Edition in a work environment that only saves directories between weekly restarts by explicitly managed rules. As a result of some missing fo… (read more)

I am using Firefox Developer Edition in a work environment that only saves directories between weekly restarts by explicitly managed rules. As a result of some missing folders from my weekly restarts, I need to sign in to my Firefox account and enable sync each week. Currently my machine retains the %APPDATA%/Mozilla and %LOCALAPPDATA%/Mozilla directories + children.

What other directories are needed by Firefox Developer Edition in Windows to retain the user profile/syncing, et. al.?

Thank you for your time!

Asked by jordwms 2 years ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Closed Captions in YouTube with FireFox

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions… (read more)

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions display at once, one after the other. Then, as play continues there are no more captions. Most videos still show captions normally, that is, captions appearing only when the dialog matches them. But a few videos misbehave by showing all the captions at once. Here is one such video.

https://www.youtube.com/watch?v=ZgqJ5wQF944

I noticed this misbehavior within the last month and assumed that the video was doing something peculiar with the timing of the captions. But when I use the YouTube Show Transcript option to display the captions and associated timing outside the video, the transcript looks quite reasonable.

One further oddity, if I take that same URL and load the video in a different browser, for example, Chrome, the captions are displayed normally.

I've included a screen shot of the video in YouTube showing all the captions displaying at once.

Asked by prairiepedaler 2 years ago

Answered by prairiepedaler 2 years ago

  • حُلّت
  • المُؤرشفة

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (read more)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

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

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Asked by scottish2 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • حُلّت
  • المُؤرشفة

Can't login to usaa.com banking site. FF keeps refreshing login page

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7 I enter/submit my USAA username on the login page via a username d… (read more)

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7

I enter/submit my USAA username on the login page via a username dialog box. I then expect the password dialog box to open, but when I submit the username, FF flashes, i.e. the password dialog box displays for a split second and reverts right back to the username dialog box.

This happens at usaa.com with my user agent set to Windows/FF v 113. BUT if I set the user agent to Android/phone FF v 113, USAA detects the browser as Android/phone FF and it redirects to user agent to https://mobile.usaa.com where I AM able to enter username/password and login.

So what is wrong with FF? There are multiple threads of users unable to login to banking and other sites on the FF browser.

Asked by jenna 2 years ago

Answered by jenna 1 year ago