Showing questions tagged: Show all questions
  • Solved
  • Archived

Full screen border

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a… (read more)

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a weird pixelated border around the video.

Asked by John Glesby 2 years ago

Answered by John Glesby 2 years ago

  • Solved
  • Archived

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

  • Solved
  • Archived

Firefox 113 - tab bar moved to above tool bar

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anyt… (read more)

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anything in UserChrome and in fact that file is still dated 2020. I've searched but haven't found an explanation. Anyone know what changed or is this just a bug? Thanks

Asked by bobbd 2 years ago

Answered by cor-el 2 years ago

  • Archived

FirefoxTranslations, download(s), my incompetence

Hi I would need some help Example. Let's say I'm using FirefoxTranslations to translate an average-sized article, on Wikipedia, from German into English. On the to… (read more)

Hi

I would need some help

Example. Let's say I'm using FirefoxTranslations to translate an average-sized article, on Wikipedia, from German into English.

On the top left hand side of the screen, FirefoxTranslations tells me it has downloaded 17'140'835 bytes.

It always seems to be the same amount of bytes. This is downloaded for every single translation.

I thought that, once downloaded, the vocabulary would be stored, locally, on my computer. Permanently.

Doesn't look like it's happening.

What am I doing wrong?

Thanks for any help

Christian

Asked by vvld-ml-2020 2 years ago

Last reply by vvld-ml-2020 1 year ago

  • Archived

Submit on close

I filled in a website active form (an online insurance claim), but because they had very little documentation, I started to fill it in to find out what information I need… (read more)

I filled in a website active form (an online insurance claim), but because they had very little documentation, I started to fill it in to find out what information I needed. I intended and did abandon the page before the "submit button" closing the tab because I needed a real phone number (I had filled in a dummy just to progress the form). Well the claim was submitted and I got an email acknowledgement. I did not hit the submit button. I thought it an odd fault with the website and didn't think much of it, (it is just a pain to have to go and correct information). Well I am pretty sure it happened again. On an unrelated website with a complaint form, I filled in the form and left up in the browser, with the intention of rereading it in an hour or so to see if it made sense. But I decided not to proceed and just closed the browser. The form was submitted and I got a reply. Pretty sure I did not hit the submit button. It may be a configuration error or a extension problem but I think it happened with the 112 update, but I can't be sure. It is certainly only recent (~28 April ~8 June) but I have never used either of these online forms before so it may be coincidence.

Asked by bernie4 2 years ago

Last reply by bernie4 2 years ago

  • Archived

When I try to launch a movie from Netflix I get an screen with an error code F7701-1003. Other browsers I have do not have this problem and play the vifdeo normally.

If you can find out what causes this error code to appear, we would be on the road to solving the problem. BTW, it can play videos on the selection screen but only raises… (read more)

If you can find out what causes this error code to appear, we would be on the road to solving the problem. BTW, it can play videos on the selection screen but only raises the error when i try to launch the movie. I also have difficulty with News videos where the wait symbol never stops, it just keeps trying to play it and never succeeds.

Asked by oneandrew9 2 years ago

Last reply by Lee Enfield 1 year ago

  • Archived

Firefox 113.0.1 Checksum error installation file

I have downloaded Firefox 113.0.1 for Windows x64 but the file seems to be corrupt. When I check the installation file with 7Zip Test Archive appeared a Warning Message d… (read more)

I have downloaded Firefox 113.0.1 for Windows x64 but the file seems to be corrupt. When I check the installation file with 7Zip Test Archive appeared a Warning Message due to a Checksum error. All others versions of Firefox downloaded can be checked correctly by 7Zip, but this installation file show an error message that I never have received. Is there a problem with the file? Thanks

Asked by enriquespain 2 years ago

Last reply by lexluthermiester 1 year ago

  • Archived

Firefox built-in Screenshot feature: TIFF format, but change to PNG (Mac)?

The built-in screenshot feature in Firefox is great in many ways, but for some reason when selecting "Copy" (Copy screenshot to clipboard) instead of "Download", and then… (read more)

The built-in screenshot feature in Firefox is great in many ways, but for some reason when selecting "Copy" (Copy screenshot to clipboard) instead of "Download", and then pasted into the Apple Mail app the receiver will get a file attachement named "PasteGraphic-1.TIFF".

It would be a lot more practical to have it saved in the PNG format which makes the file smaller and more compatible. I haven't been able to find any option for this though, but is it perhaps hidden somewhere like in "about:config", or is this something the developers can look into?

Asked by MLA 2 years ago

Last reply by MLA 2 years ago

  • Archived

Lat 2 updates has made my browser way too slow compared to normal.

The last update 113.0.1 was when I really noticed it being slow. None of the current suggestions have any effect. I have restarted several times, cleared cookies and his… (read more)

The last update 113.0.1 was when I really noticed it being slow. None of the current suggestions have any effect. I have restarted several times, cleared cookies and history, flushed dns and have gone through all settings. Privacy is set at "standard" and not using a VPN and have turned off add blockers with no effect either. I have to check, but I don't think I have any add-ons except for color on home page.

If I do a speed test, ping is kinda slow, download is half what it should be at times, and every test shows ZERO upload all using several sites to test from . The only thing not done is shutting down av which I won't do. Anyone else seeing this issue? Any other suggestions than the go-to stuff here? Windows 10

Asked by Nightowl 2 years ago

Last reply by MyPhotoJourneys 1 year ago

  • Solved
  • Archived

Error in event Viewer......Event 2 Firefox Default Browser Agent

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1… (read more)

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1 and still get this error. Firefox is my default browser. Below is an image of what I see in my Event Viewer and also the full view of the event itself. I seem to not be having any problems with the browser but I was wondering if anyone could shed some light on why this is happening or forward to the Devs.

Respectfully, Don


Log Name: Application Source: Firefox Default Browser Agent Date: 5/14/2023 4:19:42 PM Event ID: 2 Task Category: None Level: Error Keywords: Classic User: N/A Computer: DESKTOP- Description: The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

 <System>
   <Provider Name="Firefox Default Browser Agent" />
   <EventID Qualifiers="32775">2</EventID>
   <Version>0</Version>
   <Level>2</Level>
   <Task>0</Task>
   <Opcode>0</Opcode>
   <Keywords>0x80000000000000</Keywords>
   <TimeCreated SystemTime="2023-05-14T20:19:42.8333225Z" />
   <EventRecordID>9023</EventRecordID>
   <Correlation />
   <Execution ProcessID="0" ThreadID="0" />
   <Channel>Application</Channel>
   <Computer>DESKTOP-         </Computer>
   <Security />
 </System>
 <EventData>
   <Data>0x80070002 in RegistryDeleteValue:320</Data>
 </EventData>

</Event>

Asked by new_aged2perfection 2 years ago

Answered by cor-el 2 years ago

  • Archived

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0

I am on a Apple Silicon MacMini M1 ARM running the latest Mac OS of Ventura. why does Firefox think I am on an Intel machine under Mac OSx 10.15 when I am on Mac OS Vent… (read more)

I am on a Apple Silicon MacMini M1 ARM running the latest Mac OS of Ventura. why does Firefox think I am on an Intel machine under Mac OSx 10.15 when I am on Mac OS Ventura? I assume that Mozilla does not have a ARM version or is this a configuration issue? Or is there a different issue at play here?

Asked by Hari Seldon 2 years ago

Last reply by cor-el 2 years ago

  • Archived

downloading from google drive: this page isn't redirecting properly

Whenever I try to download a file from google drive, I get: "The page isn’t redirecting properly An error occurred during a connection to drive.google.com. This problem… (read more)

Whenever I try to download a file from google drive, I get: "The page isn’t redirecting properly An error occurred during a connection to drive.google.com. This problem can sometimes be caused by disabling or refusing to accept cookies."

Downloading google docs files from drive works fine, they convert to word and save to my downloads like normal. But downloading image files or pdfs yields this error. Right-clicking and downloading them from the folder view just does nothing. There is no difference between shared files and my own drive files. This error only happens in firefox, I can download files on microsoft edge just fine.

This has been happening for a few weeks now. Things I've tried:

-clearing cookies and cache -restarting firefox, restarting computer -checking for updates and updating firefox -disabling all my add-ons -clearing startup cache -adding drive.google.com and google.com to the exceptions for enhanced tracking protection -switching from standard to custom and unchecking cookies from the list of trackers and scripts to block, then clearing all cookies and cache -attempting to download in firefox troubleshoot mode -attempting to download in incognito mode -refreshing firefox -re-installing firefox by following the steps here: https://support.mozilla.org/en-US/questions/1233618 -turned off real-time protection on computer antivirus (default for windows 10) -turned off microsoft defender firewall

I don't even know what else I can try. I assume it's a firefox error because this only happens using firefox on my laptop - I use firefox mobile and can download the same files on my phone. Does anyone have any advice?

Asked by jslamovits 2 years ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

Cannot drag files from download list

I am working on a new computer with Kubuntu and have FF installed via .deb. On my previous computer, I could drag files from the downloads dropdown (eg download a file a… (read more)

I am working on a new computer with Kubuntu and have FF installed via .deb.

On my previous computer, I could drag files from the downloads dropdown (eg download a file and then drag it into gmail as an attachment).

Now this is not possible. Instead, I need to go to the downloads folder in order to drag and drop a file. An extra step and rather annoying.

The problem is persists in Safe Mode.

Is there any way to get the old functionality back?

Asked by yves 2 years ago

Last reply by yves 2 years ago

  • Archived

Firefox crashing when previewing files on upload

When I try to upload a file through Google chat, Firefox crashes on the image preview of a file that is selected. When I restart Firefox, it uploads fine on the first att… (read more)

When I try to upload a file through Google chat, Firefox crashes on the image preview of a file that is selected. When I restart Firefox, it uploads fine on the first attempt. If I continue to upload images, Firefox crashes again. This has been happening over the past few weeks. I'm using a mac desktop and Firefox version 113.0.1 - is there a way to disable the image preview when uploading files? Thanks in advance.

Asked by tamara5 2 years ago

Last reply by tamara5 1 year ago

  • Archived

Why doesn't FireFox honor my Mac's TEXT REPLACEMENT shortcuts, but garbage browsers like Chrome do?

I use thousands of text replacement shortcuts on my Mac, which are all honored by Safari, Chrome and virtually every other browser, but not FireFox. What's up with that? … (read more)

I use thousands of text replacement shortcuts on my Mac, which are all honored by Safari, Chrome and virtually every other browser, but not FireFox. What's up with that?

Asked by albertmonaco 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Firefox causes whole system to crash frequently, often multiple times a day

I use Firefox on Ubuntu 22.04, and my system has 16GB RAM. I have been facing this problem of frequent crashes for the past few months. By crash, I mean not Firefox alone… (read more)

I use Firefox on Ubuntu 22.04, and my system has 16GB RAM. I have been facing this problem of frequent crashes for the past few months. By crash, I mean not Firefox alone, but the entire system. I use several apps and run several processes that require great compute resources, often simultaneously. I have narrowed the cause of frequent system crashes to Firefox alone; the system rarely crashes when I use other resource-heavy apps. Due to this, I have to restart my system several times a day.

Before this problem arose, I would use multiple tabs (including YouTube, often 10+, close to 20) and multiple windows (2+). Such usage very rarely caused crashes, which is why it is surprising that Firefox now causes the entire system to simply hang sometimes with as low as 3-4 tabs.

I have disabled Hardware Acceleration, refreshed Firefox, even tried disabling WebGL. I also tested it after removing all add-ons, but it still didn't help (I use only 2 add-ons: a simple wide-spectrum ad-blocker and an EPUB reader). Even in troubleshoot mode, Firefox will cause my system to heat up, although it takes some more effort to crash in this case. I use one of the standard themes, so it could not have been the problem.

Many people report Firefox crashes, but in my case, Firefox causes my entire system to crash. How do I fix this issue? Thank you in advance.

Asked by DrunkenDefenestrator 2 years ago

Last reply by DrunkenDefenestrator 1 year ago