Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Ikhiyiwe

Address bar suggestions suddenly wrong

As of an hour ago suddenly all of the usual suggestions and autofill with bookmarks in my address bar are wrong and out of order. I didn't close out of or update Firefox,… (funda kabanzi)

As of an hour ago suddenly all of the usual suggestions and autofill with bookmarks in my address bar are wrong and out of order. I didn't close out of or update Firefox, I was just browsing online. I didn't change anything in my settings or have opened that up in days at the minimum. I cannot figure out how to either revert back or tell Firefox to not show me these choices so I can get my old ones.

I'll give an example: When I typed in "ma" it would show me mangadex.com, which I often go to. Now when I do it not only is 5th on the list it shows up and fills in "https://www.manticgames.com/", which I don't have that specific page bookmarked. I have "https://www.manticgames.com/games/kings-of-war/" bookmarked, but not that homepage. But now all of a sudden it is showing me the homepage of that site when I begin to type in "ma".

This is incredibly irritating and I have no idea why it's doing this at me out of nowhere. I don't want about anything showing up besides my bookmarks and specifically only the pages I bookmarked.

Asked by konahrik20 4 emasontweni adlule

Answered by zeroknight 4 emasontweni adlule

  • Kusonjululiwe

Black and Pink flicker after update

Ever since the update, I have had pink flickers on videos on youtube and twitter. They last for less then a second, so I couldn't grab a screenshot of it. After doing som… (funda kabanzi)

Ever since the update, I have had pink flickers on videos on youtube and twitter. They last for less then a second, so I couldn't grab a screenshot of it. After doing some reading online, I turned off hardware acceleration which turned the pink flicker black and now effects several sections of the web browser.

Asked by Deus Mortis 1 inyanga edlule

Answered by Deus Mortis 4 emasontweni adlule

  • Kusonjululiwe

remove search from new tab page (not search from address bar)

Just updated a friend's computer from Windows 7 to 10. Installed firefox over previous ESR and now there's no way to remove the search bar from the new tab page. On my … (funda kabanzi)

Just updated a friend's computer from Windows 7 to 10. Installed firefox over previous ESR and now there's no way to remove the search bar from the new tab page. On my W10 system, the search bar isn't there, not sure how or why, but on her's there's no option NOT to show it as there used to be.

I found some VERY old (2014) info on this but doesn't seem to be up to date.

PLEASE give us our options back and stop taking them away, sheesh, getting as bad as Microsoft.

Is there a workaround for this to remove the redundant search bar from the new tab page since you can search from the address bar?

Thanks!

Asked by firefoxsync52 1 inyanga edlule

Answered by zeroknight 1 inyanga edlule

  • Kusonjululiwe

File not downloaded: Potential security risk - Allow download don't work

Hi! On the latest version Mozilla Firefox 125.0.1 when i download .docx files i get the message 'File not downloaded: Potential security risk.' I select Allow download an… (funda kabanzi)

Hi! On the latest version Mozilla Firefox 125.0.1 when i download .docx files i get the message 'File not downloaded: Potential security risk.' I select Allow download and the file downloaded can't be opened.

Thanks!

Asked by Laurentiu Marin 4 emasontweni adlule

Answered by Laurentiu Marin 3 emasontweni adlule

  • Kusonjululiwe

FireFox Download Excel File in D365 System But Change to HTML File

Dear all, We develop a system on D365 platform. On Chrome enviroment, I click the export option, it will download the excel file, I can open it on Excel. However, I cli… (funda kabanzi)

Dear all,

We develop a system on D365 platform. On Chrome enviroment, I click the export option, it will download the excel file, I can open it on Excel. However, I click the export option on FireFox, it will download the excel file but I can't open it on Excel. When I use the notepad to open the file to see the content, I found the file become HTML content. I can see the file on web broswer. I don't know why the file content will be change HTML content when I use the Firefox to download it.

Please help....

Andrew

Asked by luckyhohk 4 emasontweni adlule

Answered by zeroknight 4 emasontweni adlule

  • Kusonjululiwe

Why I can't take screenshot?

I am writing to report an issue I have encountered while using the Firefox browser. Specifically, I am unable to take screenshots on the website https://hescoebill.pk/hes… (funda kabanzi)

I am writing to report an issue I have encountered while using the Firefox browser. Specifically, I am unable to take screenshots on the website https://hescoebill.pk/hesco-mis/. This issue persists despite numerous attempts, and it seems to be unique to this particular website. Is there any other way to take screenshot of site? I really want to take a screenshot for personal reason. Is it not allowed from the site owner side or what?

Asked by Hamza Shareef 3 emasontweni adlule

Answered by jscher2000 - Support Volunteer 3 emasontweni adlule

  • Kusonjululiwe

Web site not answering

I am trying to connect to a website but I keep getting error code 522. I've tried using Chrome and it connects to the website with no problem. I've checked my privacy s… (funda kabanzi)

I am trying to connect to a website but I keep getting error code 522. I've tried using Chrome and it connects to the website with no problem. I've checked my privacy settings and I do not have that website blocked. What else can I check?

Asked by w5513 2 emasontweni adlule

Answered by jscher2000 - Support Volunteer 2 emasontweni adlule

  • Kusonjululiwe

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (funda kabanzi)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Asked by Slouch 2 emasontweni adlule

Answered by cor-el 2 emasontweni adlule

  • Kusonjululiwe

Corrupted PDF Downloads from Intranet sites after 125.0.1 Update

Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files … (funda kabanzi)

Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files download but are corrupted. The site was added to the trusted webpage without improvement.

Adobe Acrobat Reader could not open ********.pdf because it is either not a supported file or because the file has been damaged

Asked by Jeff@work 4 emasontweni adlule

Answered by NoahSUMO 4 emasontweni adlule

  • Kusonjululiwe

Extension appears to be corrupt

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted be… (funda kabanzi)

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Asked by Bob4K 2 emasontweni adlule

Answered by TyDraniu 2 emasontweni adlule

  • Kusonjululiwe

Cannot remove "Your browser is being managed by your organisation" in home settings

I cannot remove "Your browser is being managed by your organisation" and seems to be stopping the home settings saving. They simply revert back to the default (see image)… (funda kabanzi)

I cannot remove "Your browser is being managed by your organisation" and seems to be stopping the home settings saving. They simply revert back to the default (see image) when I restart Firefox. Not sure what is meant by "your organisation" as I am a personal user, not organisation. I'm the single user of the browser (e.g. just one user on my PC, which is me) and also Admisitrator. Can someone help me remove this. Thanks John

Asked by john.udale 1 inyanga edlule

Answered by TyDraniu 1 inyanga edlule

  • Kusonjululiwe

default colors have somehow changed

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch… (funda kabanzi)

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch the colors back to normal or to the colors that now appear automatically, but this only works for one tab. If I open a new tab, it shows the weird colors (see images below). I tried looking up specific shortcuts for Firefox considering the shortcut mentioned before (Ctrl+Alt+D) only works on Firefox. But I can't find any shortcut tied to that combination. I'm unsure what to do and how to fix this.

I would appreciate it if someone could tell me how to fix this.

Asked by link 1 inyanga edlule

Answered by zeroknight 1 inyanga edlule

  • Kusonjululiwe

Keep getting message "Failed to check for updates."

Recent issue, April 2024. Had version 124 Firefox on Win10 computer and went to Help - > About to have Firefox check for updates. This has worked just fine up until … (funda kabanzi)

Recent issue, April 2024. Had version 124 Firefox on Win10 computer and went to Help - > About to have Firefox check for updates. This has worked just fine up until now. The message "Failed to check for updates." is shown in the About screen. I have uninstalled and re-installed Firefox with the same results. Have also un-installed Firefox, un-installed Mozilla Maintenance, then removed Firefox data from App Data folder in user directory, then re-installed with the same results. Also, now when I access a local media server, I keep getting the message "Firefox is installing components needed" and that never goes away. Any ideas?

Asked by R_Welsh 4 emasontweni adlule

Answered by R_Welsh 4 emasontweni adlule

  • Kusonjululiwe

Firefox 125.0.1 32 in Windows 10/64

I just switched to Windows 10 from Windows 7. Firefox was working fine, but now many or most pages are garbled; see screen-capture fragments at http://www.fenichel.net/f… (funda kabanzi)

I just switched to Windows 10 from Windows 7. Firefox was working fine, but now many or most pages are garbled; see screen-capture fragments at http://www.fenichel.net/firefox/. I tried a new Firefox 64-bit, but it crashed on most pages.

Asked by bob380 4 emasontweni adlule

Answered by bob380 4 emasontweni adlule

  • Kusonjululiwe

Feature request: option to prevent videos from shifting after scrolling

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes… (funda kabanzi)

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes it to jump to a sticky position in the lower right corner of the window. (See attached screenshot.) Also, even if various disable-autoplay boxes are ticked in my settings, the shifted video will always start playing.

Granted, most sites provide a little "X" to close the video. At worst, there is the pause option. But still, it's an annoyance to have to do this on soooo many sites, every time I visit to read something.

Key word there: read.

My point is: if I wanted to watch the video, I would have, when it was right there in front of me. Since I have scrolled past it, this ought to be an indication that I do not want to watch the video.

So, the request is some sort of option in Settings that would prevent this behavior. Enabling it would do nothing else to the page except prevent the behavior as described.

Thanks for listening!

Asked by bjkeefe 2 emasontweni adlule

Answered by Paul 2 emasontweni adlule

  • Kusonjululiwe

message said Firefox could not update automatically, requested I install Firefox. I did. Next day, same thing, can't update, intall Firefox. And again today. I don't know what to do.

I have two desktop icons for Firefox. Each opens to a different file. How do I clear the old file? What do I do about the message that Firefox can not update automatical… (funda kabanzi)

I have two desktop icons for Firefox. Each opens to a different file. How do I clear the old file? What do I do about the message that Firefox can not update automatically? Where do I look to see Firefox file and see what date it is downloaded? If it is operational? Why is the same series of problems repeating daily?

Asked by beth.woodworth1 3 emasontweni adlule

Answered by beth.woodworth1 2 emasontweni adlule

  • Kusonjululiwe

How to get "Favorites" or "Bookmarks" spelled out on top of page rather than Star icon

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favor… (funda kabanzi)

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favorites was spelled out toward the top of the page on the left hand side. I see now it is just a star icon. Is there any way to get it the way it used to be? I'm sure I will get used to it the new way, but I still liked it the other way. Thanks

Asked by Larry/Nancy Jones 1 inyanga edlule

Answered by zeroknight 1 inyanga edlule

  • Kusonjululiwe

Unable to install any extensions.

When trying to install any extensions on either the Mozilla Addons website or directly via the Extension settings, it fails to do so. I've attached a screenshot of the M… (funda kabanzi)

When trying to install any extensions on either the Mozilla Addons website or directly via the Extension settings, it fails to do so.

I've attached a screenshot of the Mozilla Addons website when it fails to install the extension. On some other addons that I've attempted in the past, it just shows the throbber forever.

I have checked the Multiprocess Browser Console and it says that it fails to move the file because it's locked (NS_ERROR_FILE_IS_LOCKED). I have also attached a screenshot of that.

Asked by Kate 4 emasontweni adlule

Answered by Kate 3 emasontweni adlule