Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox now saves files that I only wanted to open

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new … (funda kabanzi)

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new behaviour the Downloads folder keeps filing up with useless clutter.

For example, before the update, when I downloaded a .zip file, a pop-up would show up asking if I wanted to save the file or open it with an application. If I chose to save it it would be saved to the Downloads folder, and if I chose to open it nothing would be saved to the Downloads folder.

After the update, when I download a .zip file, Firefox always saves the file to the Downloads folder, even if I choose to open it.

Can you please tell me if there is a way to make Firefox behave like in the previous version?

Asked by bayus.firestorm 1 unyaka odlule

Answered by bayus.firestorm 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (funda kabanzi)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

-------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  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;
}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

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

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

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

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

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by Trevor George, Bristol, UK 1 unyaka odlule

Answered by Trevor George, Bristol, UK 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox saves file when "Open with" is selected.

Hello! I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work … (funda kabanzi)

Hello!

I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work around to get the "What should Firefox do with this file?" prompt.

Is this no longer possible?

Thanks.

Asked by zed 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Search.....

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address … (funda kabanzi)

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address bar... Go back to the Google box on the homepage.... You've made it useless....

Asked by koyotee 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Moving webite tabs below bookmarks

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was… (funda kabanzi)

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was a huge pain-in-the-butt to do.

After a recent re-install, the tabs have moved themselves back to the top of the screen and nothing I do seems to be able to move them back below the bookmarks.

Is there a way I can move the tabs that doesn't involve spending hours hunting through posts on the web, changing hidden Firefox settings, and recoding .css files?

If not, why do you not give the option to move the tabs wherever the user wants? Especially when it makes far more sense to have the website tabs directly above the website being viewed, at least in my opinion?

I'm currently using Firefox 85.0.2 (64-bit).

Asked by sparrowfox 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

All of a sudden my bookmarks are double spaced, what happened ?

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing&nb… (funda kabanzi)

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing ? Thank you.

Asked by Nodpete 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmark Padding in New Firefox Versions

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even b… (funda kabanzi)

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even bigger in 92.0!

I rely on Bookmarks heavily and use hundreds. I guess this was done for touch screens? The main interface is still currently the mouse for computers.

I see the only current fix is a using a stylesheet and it seems a bit involved. I have to give it a try. I am pleading with the designers, please give us the option to use compact padding once again. I am not sure why this is being forced on us. I really like Firefox, please don't make me look for another option. Thanks!

Asked by Steve Goncalves 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Add Files to "Files and Applications" to be asked wether to save or to open with...

Hello. I noticed that Firefox (98.0.2) doesn't even ask if the file should be saved or opened with a program when downloading some file types. Unfortunately, these file t… (funda kabanzi)

Hello. I noticed that Firefox (98.0.2) doesn't even ask if the file should be saved or opened with a program when downloading some file types. Unfortunately, these file types (e.g. GPX) are not listed under Settings --> General --> Files and Applications, so that I could assign them to a program or specify that they should always be asked. And I can't add these files somehow... I have also deleted the file "handler.json" in the profile folder, hoping to be asked then. But that doesn't happen. GPX files, for example, are assigned to the GSAK program in the system - but Firefox just wants to save them and doesn't offer the option to open them directly in GSAK. Does anyone know advice how I can get Firefox to give me the choice? Thanks a lot.

Asked by Oliver 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

The new update removed lines between the tabs. How do I get them back?

With the latest update, my tabs are now a complete blank space with tiny little words. How can I get something back, like a border, to define them again? Thanks for you… (funda kabanzi)

With the latest update, my tabs are now a complete blank space with tiny little words. How can I get something back, like a border, to define them again? Thanks for your help.

Asked by Azalea Grove 1 unyaka odlule

Answered by pg_78 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Wide Bookmark Spacing is Horrible!

When they updated to 89, large spaces were created in between the bookmarked web sites when the window unfolds. So the bookmarks at the bottom don't fit in the window, a… (funda kabanzi)

When they updated to 89, large spaces were created in between the bookmarked web sites when the window unfolds. So the bookmarks at the bottom don't fit in the window, and to get to the ones I can't see, I have to click the arrow at the bottom. But making it worse, is that if I do go to the bottom, the next time I open the bookmark tab, the list will open at the bottom (it doesn't revert to the top). So I'd have to scroll up to get to the ones at the top.

I list my bookmarks in the order they're in so I can get to the ones I go to most often as fast as possible. So they're at the top - I don't have to scroll far to get to them. I also use the "Other Bookmarks" tab since that's at the top. But sometimes that's hidden and I have to scroll up to get to access that as well.

Also, this update changed the size of the command windows - the copy/paste window, the "open in new tab" window, and the window to get the correct spelling of the word. They're so big, they run from the top of the screen to bottom, instead of a small square. So you'll have to scroll way up to get to the command or word you want.

I can't stand this.

There was a simple work-around. Changing the proton preferences to false. But they removed them with 90. I posted a message on these boards a few weeks ago asking for them not to be removed. Of course it didn't do any good.

There supposedly is a "fix" to this, but it has to do with CSS - whatever the heck that is and I'm not even going to attempt to figure it out. Fixing this should NOT be complicated at all (like the proton preferences). And besides, even that CSS thing won't bring everything back to what is was. So why bother?

More scrolling, bigger command windows, etc., are not that big of a deal, but that's not the point. Why can't they leave well enough alone? What part of "If it ain't broke, don't fix it," do they not understand? If I wanted a tedious way to access my bookmarks, I'd use Chrome!

I know it won't happen, but how can we get them to reset the bookmarks and command windows back to the way they were? Is that asking too much? Ask a silly question...

If their objective is to lose Firefox users, congratulations. It just might work.

Asked by Steve09 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (funda kabanzi)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Asked by scottish2 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Stop download drop down box

Hi. Since the last update, everytime I download something, I get a drop down box in the upper right showing me the downloads. I don't need to be shown this every time I d… (funda kabanzi)

Hi. Since the last update, everytime I download something, I get a drop down box in the upper right showing me the downloads. I don't need to be shown this every time I download something. How do I stop this? Thank you.

Asked by Tonester666 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Title Bar and Tab design

Hello i just made the update from version 88 to version 89 and i noticed, that the design of the Tabs was changed. Also the coulor of the title bar does not longer match … (funda kabanzi)

Hello i just made the update from version 88 to version 89 and i noticed, that the design of the Tabs was changed. Also the coulor of the title bar does not longer match my windows theme. I looked trough the new design and i must admit that i does not like that minimalism style at all. Is there any way to get atleast the colour of my title bar back to my normal Windows setting?

Asked by billerus 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox "Print Preview" has disappeared from the File menu in 84.0.2

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgradin… (funda kabanzi)

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgrading error, or is it just the way Firefox will be now?

Asked by firefox1202 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

where is "email link"?

I just upgraded to the new release. There used to be a button with three dots toward the right side of the search/address bar. I used it to email a link to the current pa… (funda kabanzi)

I just upgraded to the new release. There used to be a button with three dots toward the right side of the search/address bar. I used it to email a link to the current page. Two clicks and I'm editing the email. I don't see the button in this new release. How do I email a link to the current page? Ideally in one or two clicks.

Asked by jordanwouk 1 unyaka odlule

Answered by Paul 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Locating Tools on the Menu Bar. It is simply absent

I had asked how to find Tools > Options and then Applications on Firefox. Immediately I received clear advice telling me to go to More Tools and choose Customize whi… (funda kabanzi)

I had asked how to find Tools > Options and then Applications on Firefox. Immediately I received clear advice telling me to go to More Tools and choose Customize which I did. I then clicked Toolbars at the bottom of the window and again Menu Bar and then Done. But still the Menu Bar did not show Tools

Asked by abunoyo 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmarks double spaced

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to chang… (funda kabanzi)

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to change how they are spaced in the bookmarks bar, but not the rest of the bookmarks that are at the top of the page under the favorites icon.

Asked by chzuck 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Installation of Firefox Lockwise for Windows 10

Hi, How do I install Firefox Lockwise for Windows 10? I visited Firefox Lockwise's website (https://www.mozilla.org/en-US/firefox/lockwise/) and there's only installation… (funda kabanzi)

Hi, How do I install Firefox Lockwise for Windows 10? I visited Firefox Lockwise's website (https://www.mozilla.org/en-US/firefox/lockwise/) and there's only installations for Android & iOS devices but I only want it installed in Windows 10. How should I go about it?

Waiting for your reply asap, thank you.

Cool Regards, Pallas

Asked by PALLAS 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule