• தீர்வுற்றது
  • Archived

Title bar and tab colour

In most standard Windows applications, the title bar and tab colour follows the default Windows settings, e.g. (in my case) the title bar and tab colour of active applica… (மேலும் படிக்க)

In most standard Windows applications, the title bar and tab colour follows the default Windows settings, e.g. (in my case) the title bar and tab colour of active application windows is blue. This is true even in Thunderbird. Since FF 89, title bar and tabs are something between white and light gray, which is extremely user-un-friendly. FF developer team should return to the previous colour scheme. Yes, I know the circumstances of free software but this is NO excuse to alienate millions of users. Developers that change fully functionable software just, well, just to CHANGE it should consider that they are doing WRONG. Could anyone tell them? I am just user, not developer and I am not willing to learn developer tools like BugZilla just for this simple guiding principle.

Asked by Semilynx 2 ஆண்டுகளுக்கு முன்பு

Answered by Semilynx 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Cursor goes to address bar instead of search bar

In Ubuntu 18.04, I bring up a new page, click in the search bar in the middle of the page. Then when I start typing it jumps to the address bar although I have already pl… (மேலும் படிக்க)

In Ubuntu 18.04, I bring up a new page, click in the search bar in the middle of the page. Then when I start typing it jumps to the address bar although I have already placed and preferred the search bar to the right. No! NO! NO!

I use Duck Duck Go but Google does the same.

It is bad enough that the upgrade was automatically loaded but on top of that, changing preferences including dumping my home page. Change privacy settings without asking ( to a lower level on top of that ).

Really POOR form.

Asked by dee3 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Where is the video downloader helper icon in the latest version?

Hello, until yesterday, I had the video downloader helper icon on the right hand side of my top list of sites near my Firefox account icon. Now in the 89.02 version, it's… (மேலும் படிக்க)

Hello, until yesterday, I had the video downloader helper icon on the right hand side of my top list of sites near my Firefox account icon. Now in the 89.02 version, it's gone so I can't download directly movie trailers for example. How do I put that icon back on around there? Thanks Luc

Asked by CL 2 ஆண்டுகளுக்கு முன்பு

Answered by FredMcD 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

White line on the bottom of the screen

When I use firefox on my main display (1920x1080 144h 16:9) in full screen there is a noticeable white line in the bottom, not using full screen fixes it, but a pain in t… (மேலும் படிக்க)

When I use firefox on my main display (1920x1080 144h 16:9) in full screen there is a noticeable white line in the bottom, not using full screen fixes it, but a pain in the ass to resize it all the time. I tried using the browser on my secondary smaller display (1920x1080 60h 16:9) and there is no white line. This seems to be a bug, how do i fix it?

Asked by TheSpiffyOne 2 ஆண்டுகளுக்கு முன்பு

Answered by TheSpiffyOne 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (மேலும் படிக்க)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


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

/* TABS: below nav-bar - fixed for 108+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: 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;
}

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vremovew !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#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;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}

________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 2 ஆண்டுகளுக்கு முன்பு

Answered by DB-1 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

moving tabs back to below menu bar

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css … (மேலும் படிக்க)

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css and changed user preferences but it sets the tabs to the bottom of the screen not just below the address bar. I think I need a different set of code for the css but cant find a copy. Does anyone know what to do?

Asked by sharkeyandgeorge 2 ஆண்டுகளுக்கு முன்பு

Answered by sharkeyandgeorge 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Remove the "New Tab" option on Right Click Tab

How can we remove the "New Tab" option when right clicking a tab? I find this feature absolutely useless as there's already and "+" tab button to create a new tab. I use… (மேலும் படிக்க)

How can we remove the "New Tab" option when right clicking a tab? I find this feature absolutely useless as there's already and "+" tab button to create a new tab. I used to be able to reload tabs easily and quickly by Right-Click tab, Left-Click and the Reload option was selected. NOW, I have to move the mouse down to the Reload option, or press the "R" key on the keyboard. Simple things, yes, but something that is easily annoying if it's added when it's not needed and having to change the way we use the browser. What would of been nicer is that "Pinned" tabs would always be pinned, regardless if that window was the last to be closed or not.

Asked by Korishan 2 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Updating Firefox on a Chromebook

I downloaded Firefox on my Chromebook using the instructions found here: https://support.mozilla.org/en-US/kb/run-firefox-chromeos However, I have not been able to update… (மேலும் படிக்க)

I downloaded Firefox on my Chromebook using the instructions found here: https://support.mozilla.org/en-US/kb/run-firefox-chromeos However, I have not been able to update it since. It says updates are disabled in Firefox itself, and I have not been able to fine what files I need to update via Terminal to get the most current version. (I have been able to update other files through Terminal). Can someone please point me in the direction of how to update Firefox if installed in the manner described in the link?

Asked by weshamner 1 வருடத்திற்கு முன்பு

Answered by weshamner 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

newtabpage shortcut icon size

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full siz… (மேலும் படிக்க)

Firefox updated to 89.0 today, and my newtabpage looks odd. The shortcuts now have really small previews, as shown in the attached image. How do I get them to be full size again (i.e. fill the box)? It was easier to tell them apart at a glance before the update, post update there's too much empty space. Is there something in about:config that controls this?

Thanks in advance!

Asked by xlucine 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Revert curved tabs to square tabs after new update (89.0)

I recently updated Firefox to version 89.0 which made my tabs curved rather than square/blocky. Is there any method to revert the look of my tabs? This is strictly for ae… (மேலும் படிக்க)

I recently updated Firefox to version 89.0 which made my tabs curved rather than square/blocky. Is there any method to revert the look of my tabs? This is strictly for aesthetic purposes.

Asked by bobbotboy 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox 89 on Linux : use not existing Helvetica font broke lot of website

I have Firefox ESR on debian Linux , I didn't have Helvetica font on my font: i didn't need it. With Firefox ESR : the font used for github menu or for twitte are "… (மேலும் படிக்க)

I have Firefox ESR on debian Linux , I didn't have Helvetica font on my font: i didn't need it.

With Firefox ESR : the font used for github menu or for twitte are "Liberation Sans" But on 89 version , on same computer with same font preferences : it's the unexisting Helvetica : then website are really awful.

How can than happen ? How can i fix this , I really don't need Helvetica, why is this font set ?

I put some screenshot showing the issue and the preferences set.

Thanks you

Asked by Shnoulle 2 ஆண்டுகளுக்கு முன்பு

Answered by Shnoulle 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

I absolutely bloody hate the new dumb look for the shortcuts is there a way to change it back?

After the update to 89.0 the Shortcuts have taken an 'visual upgrade' that makes all the images chosen for them half as small as they need to be because they need to have… (மேலும் படிக்க)

After the update to 89.0 the Shortcuts have taken an 'visual upgrade' that makes all the images chosen for them half as small as they need to be because they need to have a 'cute little grey border' almost as big as the image between it and the corners of the square.

I have twenty four shortcuts, that I differentiate at a glance through the images without having to stop to read the text on each one and this stupid change is really roasting my mellows, I have taken a look and haven't found any option to revert it to the previous look, anyone knows any way to do it or do I have to install the previous firefox update and stop updating and give up security updates to save myself from this stupid change?

[Offensive content removed by moderator. Please read Mozilla Support rules and guidelines, thanks.]

Asked by wemaxi6674 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Bookmarks Menu - why does the 'Manage Bookmarks' entry appears twice?

Thanks to Proton expanding my Bookmarks Menu off the bottom of the screen, I was re-arranging my bookmarks folders. While wondering which of my folders I had to prune, I… (மேலும் படிக்க)

Thanks to Proton expanding my Bookmarks Menu off the bottom of the screen, I was re-arranging my bookmarks folders. While wondering which of my folders I had to prune, I noticed another in-built redundancy. The entry "Manage Bookmarks Ctrl+Shift+O" appears twice, at the top and the bottom of the menu. Incidentally the bottom entry is misaligned (Firefox v89 on Windows).

Is there a particular reasons for this duplication? Can I remove either of these entries?

Asked by hutcheonke 2 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

No speaker icon after updating to 89.0 on Windows 10

After updating to 89.0 on Windows 10, I don't see a speaker icon on the tab that's currently playing audio unless I hover over the tab. In to previous releases, any tab … (மேலும் படிக்க)

After updating to 89.0 on Windows 10, I don't see a speaker icon on the tab that's currently playing audio unless I hover over the tab. In to previous releases, any tab that was playing audio had a speaker icon that showed you which tab(s) are playing.

Asked by JK 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Icons have just become smaller with a WIDE white space after update - can it be reversed?

Firefox was working well - and unfortunately I had forgotten to switch updates off. Now display settings on some pages are really grim from a "not great eyesight and now … (மேலும் படிக்க)

Firefox was working well - and unfortunately I had forgotten to switch updates off. Now display settings on some pages are really grim from a "not great eyesight and now things are tinier" point of view.

I use Protopage (custom home page with news etc) and if you open a second tab, it allows you to have a selection of Icons each with a regularly used link. It still works, but after FF upgraded itself, the image in the tile has shrunk to a fraction of the original size - and is now surrounded by a thick border of white (with rounded edges of course).

Is there a "high vis" option which simply removes wasted white space which seems to have just been added at the expense of clarity?

Is there a way to either revert to a previous version OR to undo the visual messing about they have decided we all must want? If so, please let me know, as this "let's change something to make it harder to see", approach is a bit annoying.

Alas I cannot do a "before" image, but the "after" one is shown, complete with my efforts to explain what has changed.

Any guidance on either reversing the update or switching of the "shrink image and surround with large white border" geratfully received please.

Many thanks.

Asked by Guy 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

New Tab with many shortcuts looks messy

New redesign update 89 somehow changed New Tab design. I don't know how it should look, but I think this is not what is intended. There is only one setting left - an amou… (மேலும் படிக்க)

New redesign update 89 somehow changed New Tab design. I don't know how it should look, but I think this is not what is intended. There is only one setting left - an amount of rows, which doesn't solve this alignment problem. Highlighting an item also looks misaligned.

Asked by gritsany 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Web page displays graphics intead of text

I have encountered one web site that has several pages that display as graphics instead of text. I have visited this site before several months ago and the display was a… (மேலும் படிக்க)

I have encountered one web site that has several pages that display as graphics instead of text. I have visited this site before several months ago and the display was accurate then. The first image is how it looks now. The second image is how it looked several months ago. I am running Ubuntu 20.04.2 and Firefox 89.0.2. It's very strange that this is the only page that displays this way. I checked the page in Chromium and it displays correctly in that browser. Is this Firefox or quirky html?

Asked by ska.adley 2 ஆண்டுகளுக்கு முன்பு

Answered by ska.adley 2 ஆண்டுகளுக்கு முன்பு