LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-23-2018, 08:18 PM   #1
Brant
Member
 
Registered: Oct 2007
Posts: 281

Rep: Reputation: 35
Firefox loses icons in toolbar when new tab is opened


For some time I have had an intermittent problem with Firefox: when I open a new tab it no longer shows the icons I have placed in the toolbar--most importantly, the bookmarks.
When I open "Customize" I don't seem to need to anything--they simply reappear in the tabs I have opened.
This has been happening from time to time over the last few months, over more than one computer and various installations of Mint 18.3 and Mint 19, and of course several updates.
Is there a fix?
 
Old 11-23-2018, 08:29 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I've had a problem for a wee while with Firefox that sometimes the address bar extends to the right hand side of the page, meaning that the search bar and icons ("View history...", "Show sidebars", NoScript, uBlock Origin etc.) are not displayed. I am able to rectify this by selecting View->Toolbars->Customise and then hitting Esc. Are we talking about the same thing here?

If so, I would also like to know what causes this and whether or not there is a fix!
 
Old 11-24-2018, 06:50 PM   #3
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
I think we are talking about the same thing: although for me the address bar does not quite reach the edge of the page; the icons for "more tools" and "Menu" are still showing. As soon as I open Menu>Customize the missing icons reappear; once Customize has opened I don't actually need to perform any actions.
 
Old 11-24-2018, 07:03 PM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Yup. I only hit Esc at the Customise window to get rid of the window again.

I've been looking at a potential CSS solution that would set a maximum size for the address bar. Not perfect as different values would have to be used for different resolutions, but a new Firefox version, 63.0.3, came down the pipes a few days ago and I haven't seen the issue occur since then. In the off-chance that this version has solved the problem, I'm going to wait until it occurs again before working any more on this.
 
Old 11-25-2018, 07:21 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Hi Brant. The problem occurred again today when I opened up Firefox after resuming my laptop from sleep. I've tried to replicate it but in vain.

So, for the moment, I've set the address bar to a fixed width to see if that makes any difference.

Edit/create the file ~/.mozilla/firefox/<profile name>.default/chrome/userChrome.css and populate it with:

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

#urlbar-container {max-width:730px !important}
then restart Firefox.

Change the width depending on your screen resolution. I'm using 1366x768.

You might want to try this and see if this resolves the issue. I'll let you know how it goes at my end.
 
Old 11-25-2018, 07:39 PM   #6
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
I would be curious to know how common this problem is. I know for me it has existed in the last few editions of Firefox.
 
Old 11-26-2018, 06:43 AM   #7
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,732

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
FWIW, I've never seen this problem here or on my Windows box. One thing I've done, however, is move the Home button to just after the Search box, so that may affect how the toolbar works.
My toolbar:
Back Next Address Reload Search Home Download...various button far right (and right-aligned) as add-ons create them.
 
1 members found this post helpful.
Old 11-29-2018, 07:01 PM   #8
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
I am not sure if this was caused by the latest Firefox update, but since the update this problem is constant. I have not tried modifying it yet.
 
Old 11-29-2018, 07:48 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Brant View Post
I am not sure if this was caused by the latest Firefox update, but since the update this problem is constant. I have not tried modifying it yet.
On the other hand, I haven't experienced the problem again since adding the setting in my post above.
 
Old 12-04-2018, 04:16 PM   #10
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
I thought scasey's suggestion (see post above) was elegant. I moved the Home icon, and, so far, the problem has not showed itself. On the other hand, I keep hitting Home by mistake!
I'll call this solved (although I still find it a funny bug).
Thanks everyone!
 
Old 12-04-2018, 04:23 PM   #11
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,732

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Quote:
Originally Posted by Brant View Post
I thought scasey's suggestion (see post above) was elegant. I moved the Home icon, and, so far, the problem has not showed itself. On the other hand, I keep hitting Home by mistake!
I'll call this solved (although I still find it a funny bug).
Thanks everyone!
I do that because some previous version change moved the Home somewhere else, and my mouse expects it to be there. I also have the download icon there, for the same reason. You could probably put anything there with the same effect.

And Thank You. I don't often get "elegant" about much of anything these days.
 
Old 12-05-2018, 08:41 AM   #12
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
Aand. . .I've marked it unsolved.
I still think the answer was elegantly simple, but the problem repeated this morning. Sigh.
 
Old 12-05-2018, 09:31 AM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Brant View Post
Aand. . .I've marked it unsolved.
I still think the answer was elegantly simple, but the problem repeated this morning. Sigh.
Have you tried my solution above? I haven't seen the problem re-occur since I adopted it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE 3.5.9 - Konqueror - location toolbar can't be placed next to the main toolbar bhy Linux - Desktop 2 07-23-2008 07:50 AM
LXer: A response to Patrick Durusau: Who Loses If OpenXML Loses? LXer Syndicated Linux News 0 03-26-2008 11:50 AM
LXer: A response to Patrick Durusau: Who Loses If OpenXML Loses? LXer Syndicated Linux News 0 03-26-2008 09:20 AM
LXer: A response to Patrick Durusau: Who Loses If OpenXML Loses? LXer Syndicated Linux News 0 03-26-2008 08:20 AM
LXer: A response to Patrick Durusau: Who Loses If OpenXML Loses? LXer Syndicated Linux News 0 03-26-2008 05:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration