did firefox 79.0 return to normal?

User Help for Mozilla Firefox
Post Reply
zivshosh
Posts: 74
Joined: December 28th, 2011, 7:16 am

did firefox 79.0 return to normal?

Post by zivshosh »

Greetings
OS: windows 10 pro
firefox: 77.0.1
Since last traumatic upgrade that eliminated my bookmarks toolbar, I refused to update.
Did ver.79 return to normal behaviour and let users stay with their bookmarks toolbar?
does firefox has an elegant solution to searching an html page (ctrl F) except using the bottom bar?
thank you
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: did firefox 79.0 return to normal?

Post by Diorser »

You can move the search bar to the top:

~/.mozilla/firefox/<user-profile>/chrome/userChrome.css

Code: Select all

/* --- Find bar to the top --- */
.browserContainer > findbar { -moz-box-ordinal-group: 0; position: fixed !important; }
about:config

Code: Select all

toolkit.legacyUserProfileCustomizations.stylesheets -> true
zivshosh wrote: did firefox 79.0 return to normal?
The difficulty is to define what "normal" is supposed to mean.
If you are looking for better stability, you should use ESR releases (Extended Support Release):
Firefox ESR (actually, from 79, choose 78.1.0esr).
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Re: did firefox 79.0 return to normal?

Post by mightyglydd »

Thanks for that, older code I had was kaput and I hadn't bothered to search for new Image
#KeepFightingMichael and Alex.
User avatar
dickvl
Posts: 54163
Joined: July 18th, 2005, 3:25 am

Re: did firefox 79.0 return to normal?

Post by dickvl »

Do you have a problem with showing the Bookmarks Toolbar ?

Maybe try to rename (or remove) xulstore.json in the profile folder.
http://kb.mozillazine.org/Profile_folder_-_Firefox
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: did firefox 79.0 return to normal?

Post by Diorser »

To reset/refresh toolbars, I would advise to close Firefox, and delete this very long line in prefs.js in user profile.

Code: Select all

user_pref("browser.uiCustomization.state", "{ \"placements\":{..........[\"personal-bookmarks\"]....... [\"PersonalToolbar\"]... };
zivshosh
Posts: 74
Joined: December 28th, 2011, 7:16 am

Re: did firefox 79.0 return to normal?

Post by zivshosh »

Diorser
thank you for your answers
1) I didn't find in my userprofile chrome, or did you mean that I should add it?
2) made the change to about:config and it didn't help. do I have to save it anywhere? after closing firefox and rechecking it was still true
3) ver, 78.1.0esr is above my current version 77.0.1 hence again I'll probably lose my bookmark toolbar (it turned to menu instead of a bar)
thanks again
User avatar
jscher2000
Posts: 11767
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: did firefox 79.0 return to normal?

Post by jscher2000 »

zivshosh wrote:... I'll probably lose my bookmark toolbar (it turned to menu instead of a bar)
Do you mean the items on your Bookmarks Toolbar no longer stay in the bar and show as a list that runs off the screen?

Do you use code in userChrome.css for a multi-row Bookmarks Toolbar?
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: did firefox 79.0 return to normal?

Post by Diorser »

zivshosh wrote:1) I didn't find in my userprofile chrome
This is normal.
'prefs.js' is not in the the chrome folder, but Firefox userprofile folder.
zivshosh
Posts: 74
Joined: December 28th, 2011, 7:16 am

Re: did firefox 79.0 return to normal?

Post by zivshosh »

many thanks to Diorser for instructing me to change location of the find bar.
it is a tremendous help
I'm still in ver. 77.0.1
Is ver.83 is normal in the sense that it will keep my bookmarks toolbar?
(last update to 79 changed boomarks to a side bar and I'd like them to stay as they are now)
thank you
User avatar
jscher2000
Posts: 11767
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: did firefox 79.0 return to normal?

Post by jscher2000 »

The Bookmarks Toolbar has not changed in Firefox 57-83: https://support.mozilla.org/kb/bookmark ... e-websites (last edited in October 2017).
zivshosh
Posts: 74
Joined: December 28th, 2011, 7:16 am

Re: did firefox 79.0 return to normal?

Post by zivshosh »

thank you jscher2000
so probably what happened was added multi-row in userChrome.css like you guessed in an earlier reply
but than I didn't even have the chrome folder in user profile
will try again and report
zivshosh
Posts: 74
Joined: December 28th, 2011, 7:16 am

Re: did firefox 79.0 return to normal?

Post by zivshosh »

indeed I updated from 77 to 83 and the bookmarks toolbar is still there
thanks!
Post Reply