• Gelöst
  • Gesperrt
  • Archiviert

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 … (Lesen Sie mehr)

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....

Gefragt von koyotee vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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;}

Gefragt von Trevor George, Bristol, UK vor 1 Jahr

Beantwortet von Trevor George, Bristol, UK vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von firefox1202 vor 2 Jahren

Beantwortet von jscher2000 - Support Volunteer vor 2 Jahren

  • Gesperrt
  • Archiviert

Double spacing in Menus is back :'-(

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the m… (Lesen Sie mehr)

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the menus now take up. Fortunately there was a work around, by setting 'browser.proton.contextmenus.enabled to false they returned to normal

This morning Firefox my got upgraded and the double spacing problem is back again. However there appears to be a bug with the setting and the menus won't return to normal. I'm now stuck with stupidly large menus that won't fit on the screen and lots of painful scrolling.

Does anybody have an alternative workaround until this is fixed?

Gefragt von stormcloud vor 1 Jahr

Letzte Antwort von chrisjsevans vor 1 Jahr

  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von chzuck vor 1 Jahr

Letzte Antwort von Chris Ilias vor 1 Jahr

  • Gesperrt
  • Archiviert

Unable to type a "space"

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all word… (Lesen Sie mehr)

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all words in a sentence running together. Tried other browsers and they work fine. Changed keyboard as well no joy. Typing is normal in applications like adobe, word, etc..... Only happens during Firefox use......... Uninstalled and reinstalled Firefox, also no help..... How do I fix ?

Gefragt von doej79779 vor 6 Monaten

Letzte Antwort von cor-el vor 6 Monaten

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von Nodpete vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von scottish2 vor 3 Jahren

Beantwortet von cor-el vor 3 Jahren

  • Gesperrt
  • Archiviert

Do Not Remove Proton Preferences

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and … (Lesen Sie mehr)

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and to get to the bottom - 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 - AND the "Other Bookmarks" tab, where I also store bookmarked sites.

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. And the "Other Bookmarks" is hidden when the window opens at the bottom. So I'd have to scroll up to get to that as well.

Also, this update changed the size of the command windows - like the copy/paste window, or 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 did find a way to get it back to what it was:

1. Open a tab and enter about:config, click OK after the warning 2. Search proton, a few will come up, change all the ones that are true to false. One was already false so I kept it, and the last one had a 3, which I kept. 3. Exit and open FF.

This will also revert the right-click command boxes back to small squares.

I posted this on this message board but this was added:

==WARNING: There are plans to remove this preference in the next two months The preference setting was created as a toggle for developers when building the new design. Now that the new interface has shipped, the preference will be removed.

If you have any issues with the new design, please let us know what it is you don't like, and we can try provide more permanent solutions depending on the issue.==

No! Do NOT remove this preference! Either that or just get it back to what it was by default. I do not want longer bookmark menus and larger command windows. It was perfect the way it was.

Gefragt von Steve09 vor 1 Jahr

Letzte Antwort von Chris Ilias vor 1 Jahr

  • Gesperrt
  • Archiviert

89.0 update changed theme

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now… (Lesen Sie mehr)

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now uglier than this sick looking theme.

How do I undo 89.0 update? Pretty much looks like (from release notes on another post) 89.0 has nothing at all to do with security and it's just someone at Firefox wanting to change things just for the sake of changing things.

I hope Firefox isn't going to start doing silly things like moving the first floor to the second floor and the second floor to the first floor just because some administrator feels like it.

Gefragt von lee37 vor 1 Jahr

Letzte Antwort von Chris Ilias vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

Latest version adds extra space bookmarks and adds weather to task bar

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like befor… (Lesen Sie mehr)

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like before?

I now have a weather report on my often overcrowded task bar. How do i make it go away?

Jay

Gefragt von blondnblue54 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gesperrt
  • Archiviert

going back to Firefox version 88 (and throw new version 89 in the trash!!!)???

I've used Firefox for years, and this is, by far, the worst update to date...... the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it a… (Lesen Sie mehr)

I've used Firefox for years, and this is, by far, the worst update to date......

the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it approved for "universal design" to make it "disability friendly"? I find it visually unfriendly, it does not allow for the level of adaptation some of us might need to make it more visually friendly and easier to navigate

please provide instructions for those of us who prefer to go back to version 88! or make additional changes to correct version 89 to make it more user-friendly like version 88 was......please!!!!

(and lesson learned, I will stop doing "upgrade/update available" if it's going to result in the horrifically unfriendly version I'm having to deal with right now )(or else you all are really trying to push people to Chrome and/or Edge, which I assure you, is not my preference)

please fix asap!!!

Gefragt von bassets4cat vor 1 Jahr

Letzte Antwort von Chris Ilias vor 1 Jahr

  • Gesperrt
  • Archiviert

Cached Web Content Not Clearing

Win 7 Home Premium Firefox Version 101.0.1 'Privacy & Security'->'Cookies and Site Data', 'Clear Data.' When 'Clear Now,' Cached Web Content; is clicked, it does… (Lesen Sie mehr)

Win 7 Home Premium Firefox Version 101.0.1

'Privacy & Security'->'Cookies and Site Data', 'Clear Data.'

When 'Clear Now,' Cached Web Content; is clicked, it does not zero out. (It used to clear completely).

The browser webpage has been refreshed, the browser closed and reopened, and the computer restarted but the cache does not reset.

This issue started on the morning (Pacific time) of June 26-Is this a known glitch or am I missing a detail?

Gefragt von Buddy2014 vor 8 Monaten

Letzte Antwort von Nicole T. Arnold vor 7 Monaten

  • Gesperrt
  • Archiviert

this happens whn ever i clean history or cache in Firefox

every time i clear cache and history this is what i see in words with frind not it has not always done that seems ince the nest Firefox update it does it I hav … (Lesen Sie mehr)

every time i clear cache and history this is what i see in words with frind not it has not always done that seems ince the nest Firefox update it does it I hav eanother problem when shut dw nte computer and restart Mozlla hangs and will not load could it be my home page I use xfinity

 whay doe it   hang and take forever to  load  at start up

Gefragt von Mary vor 9 Monaten

Letzte Antwort von adnanfarooq5183 vor 3 Monaten

  • Gesperrt
  • Archiviert

Stopping firefox nag popup for an updte

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or sug… (Lesen Sie mehr)

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or suggested in about:config. Nothing about putting policies in .json files in the correct directory.

It is as if Mozilla refuses to let you turn off that nag screen.

Gefragt von jkeating2 vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

89.0b2 Revert new tab design

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and… (Lesen Sie mehr)

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and now became largest and at the same time least information-dense panel in my entire desktop! I searched around the web for a bit in hopes that I will find a theme or an add-on that will revert this particular change but no luck. I really want to revert to old UI look (at least tabs bar), there should be default theme or option to get back to old style. After some investigation I found userChrome.css but don't really want to install it (maybe this is actually the way of doing this kind of styling). Please help me revert UI design to old one.

Gefragt von PepeTheFrog21 vor 1 Jahr

Beantwortet von Terry vor 1 Jahr

  • Gesperrt
  • Archiviert

How to restore old firefox look (before 89)

I hate new firefox 89 looks. I can tolerate buttons. I can even tolerate ugly frameless tabs. But I will not tolerate bookmarks that are twice as fat as before. This is w… (Lesen Sie mehr)

I hate new firefox 89 looks. I can tolerate buttons. I can even tolerate ugly frameless tabs. But I will not tolerate bookmarks that are twice as fat as before. This is waste of space. Before I was able to see all my bookmarks from bookmark menu on screen. Now they are superfat and I have to scroll constantly in every sub-folder. Am I supposed to buy 4k screen now just because devs decided to make everything big like in touch-screen computers, even for mouse and keyboard users? Why is there no compact view anymore, only normal and superfat touch mode?

Is there any easy way, preference or something to restore old thin look? I googled topic and found some info about css styles but it includes too much of interfering with browser for me to do it. I want easy and permanent solution.

Gefragt von Piterk vor 1 Jahr

Letzte Antwort von Chris Ilias vor 1 Jahr