Showing questions tagged: Show all questions
  • Archived

VPN connection

I am in Amsterdam NL and my Mozilla Browser is recognized in Czech Republic, but I can´t connect to browse like beeing there. Two days ago there was a country list on my … (read more)

I am in Amsterdam NL and my Mozilla Browser is recognized in Czech Republic, but I can´t connect to browse like beeing there. Two days ago there was a country list on my pc, now not to find anymore. Where is it now? please help

Asked by Suzan Nierop 1 year ago

Last reply by Paul 1 year ago

  • Archived

New tabs in Firefox

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down &… (read more)

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down & open it up again which is intensly annoying. This never used to happen say a year ago.

Asked by carolyn.reayyoung 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Site recovered ... but I still cannot access them? HELP!

https://www.nhlottery.com Recently, https://www.nhlottery.com had experienced a hostile act & then shut down their site. They were super great at being transparent… (read more)

https://www.nhlottery.com

Recently, https://www.nhlottery.com had experienced a hostile act & then shut down their site. They were super great at being transparent, etc. However, as of today, staff have reported it is up and running with no risk.

I have an account that I am unable to access due to browsers reporting security issues. I don't know what to do? Im sooooooo not a techie, but I can follow directions. Help! ST

Asked by Terzakis & Associates 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

How do i fix freezes?

ok so ive tried everything and from what ive seen firefox has a sudden spike in cpu in a random proccess and stops working before firefox kills it off and everything goes… (read more)

ok so ive tried everything and from what ive seen firefox has a sudden spike in cpu in a random proccess and stops working before firefox kills it off and everything goes back to normal

one place where it happens consistently is the sign in page on ebay. the only fix ive found is opening firefox in troubleshoot mode

before you ask, ive reset everything on firefox. brand new install of it too. nothing on this version of it. still happens. its not the plugins nor settings

please help me im not the only one having this issue

Asked by Redthesonic123 1 year ago

Last reply by RachelGomez161999 1 year ago

  • Archived

Does Firefox/Mozilla honestly not care that their latest update is locking up and do not want to recieve any feedback about their issues from the people they want to purchess/donate money from

That the firefox auto-downloads cause browser/computer issues effecting usability until you install them is bad enough, but today's automatic download once installed has … (read more)

That the firefox auto-downloads cause browser/computer issues effecting usability until you install them is bad enough, but today's automatic download once installed has repeatedly locked up the browser and apparently there is no interest on mozilla's part to hear said feedback? Or is there actually some way to actually report a bug in a firefox update to firefox/mozilla?

Asked by Wildcatter1963 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Feature request: clear indication of local results in "Firefox Suggest"

I appreciate the effort and work that has gone into Firefox Suggest, but I find that it obscures and hides the real source of the found URLs. I have no way to know if it'… (read more)

I appreciate the effort and work that has gone into Firefox Suggest, but I find that it obscures and hides the real source of the found URLs. I have no way to know if it's from my browser history or bookmarks or from, potentially, external sources.

The possibility that "Firefox Suggest" results might be from external sources (depending on what you have configured) makes it (to me) like an opaque black box in everyday use. And even if the source isn't external, the fact that there even exists a doubt is itself a problem.

So a constructive idea: it would be very comforting if at least local results would be clearly indicated in the results in the address bar. And preferably also a distinction of "history" and "bookmarks".

Thanks for considering it! :)

Asked by greyguy 1 year ago

Last reply by greyguy 1 year ago

  • Archived

Print popup window ghosted except for Format field

I'm on FF Beta v105.0b6, and a recent upgrade (I'm guessing from 104 to 105) has caused popup windows to be ghosted when saving files, leaving only the file selector fiel… (read more)

I'm on FF Beta v105.0b6, and a recent upgrade (I'm guessing from 104 to 105) has caused popup windows to be ghosted when saving files, leaving only the file selector field visible and floating above the main window, often indistinguishable from the text below it. I've been able to work around this by temporarily jumping to another screen or window and then back to find the complete popup window magically revealed.

I've attached two clips from windows a see after clicking Download link on the https://www.mozilla.org/en-US/firefox/new/ page. This ghost behavior also happens on pages where I right-click context to "save as" or click download link for TXT, PDF, PKG or other types of files.

This doesn't seem to be a popup blocking issue, since my FF is not configured to block these specific sites and the popup is minimally visible. Also, the temporary workaround of simply switching my view away and back points more to a page rendering issue.

I'd appreciate any ideas on resolving or preventing this behavior. If these clues point to a bug, I hope they help resolve the issue.

Thanks for any suggestions!

Asked by Focksee 1 year ago

Last reply by Focksee 1 year ago

  • Archived

105.0.1 (64-bit)

I have installed every update that you have provided, and allowed the install at my discretion. Question; why is it I have no problems at all in any way until I allowed … (read more)

I have installed every update that you have provided, and allowed the install at my discretion. Question; why is it I have no problems at all in any way until I allowed these updated to install. I have never had so many times when the screen stall's, even had to restart the PC with the reset button. Your updates are getting worse and worse :( When I last installed Firefox, I had limited and or no problems with this program, and yet you claim every time you update that you are fixing bugs, glitches, and a whole load of other stuff, but I never had any of these thing's happen until you started updating :( Can you please stop messing with a program that works properly, but putting it back too a version that works without constant problems :(

Asked by GrahamEverson 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

WebGL2.0 doesn't allow flipping frame with blitFramebuffer()

Hi. So in desktop OpenGL it is totally valid to write the following in order to flip the frame vertically into dst buffer: glBlitFramebuffer(0, h, w, 0, 0, 0, w, h, GL_… (read more)

Hi. So in desktop OpenGL it is totally valid to write the following in order to flip the frame vertically into dst buffer:

 glBlitFramebuffer(0, h, w, 0, 0, 0, w, h, GL_COLOR_BUFFER_BIT, GL_NEAREST));

In WebGL if I do this:

gl.blitFramebuffer(0, h,w,0 , 0, 0, w, h, gl.COLOR_BUFFER_BIT, gl.NEAREST);

I am getting WebGL warning: blitFramebuffer: If the source is multisampled, then the source and dest regions must match exactly.

Similar error is reported in Chrome.

When I am looking into the related C++ code I can see this:

        if (dstX0 != srcX0 ||
           dstX1 != srcX1 ||
           dstY0 != srcY0 ||
           dstY1 != srcY1)
       {
           webgl->ErrorInvalidOperation("%s: If the source is multisampled, then the"
                                        " source and dest regions must match exactly.",
                                        funcName);
           return;
       }

I am not sure why this restriction has been imposed. GLES2/3 support this kind of dimensions setup with no errors. Can someone explain the reason behind this? And if it is a bug/missed functionality, where should it be reported?

Asked by ivspcom 1 year ago

Last reply by TyDraniu 1 year ago

  • Archived

Why are bookmarks not automatically saved in the search engine (Firefox) you are using?

Windows 8.1 would not load last Wednesday, so I "refreshed" it using F10; which stated all files and apps would be retained (what a lie.) Most apps were disabled, or rem… (read more)

Windows 8.1 would not load last Wednesday, so I "refreshed" it using F10; which stated all files and apps would be retained (what a lie.) Most apps were disabled, or removed, and needed to be re-loaded, as well as about 200 updates which needed to be downloaded, and still being downloaded. When re-loading Firefox my previous bookmarks were not retained, although I think may have located them via a Microsoft remedy (Firefox remedies have been fruitless.) They are not not the old Firefox folder (my most recent entry was 2019,) and not in the places Firefox has suggested looking. I will backup my current 5 days worth of bookmarks, when all of the downloads are current, and try to download the Microsoft suggestion. My question is; why are they NOT automatically saved? And if somebody has a remedy for me please send it as I will not do anything with my bookmarks for a few days.

Asked by newsie2000 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

How do I find a problem on the Support Page that I reported yesterday?

I posted a problem yesterday and received an email from Mozilla Support asking me for information. I have NO IDEA how to find my original support problem to add comments … (read more)

I posted a problem yesterday and received an email from Mozilla Support asking me for information. I have NO IDEA how to find my original support problem to add comments - PLEASE let me know HOW to answer the Mozilla Support email (other than this way). Here is what I got in the email:

"I can replicate the issue in 105.0.3 and see that it works in Chrome. see screenshot What version of macOS? What version of Firefox are you running?"

My answers are: macOS Monterey 12.6 (put on a few days ago - upgrade from Big Sur) 105.0.3 (64 bit) - which is marked "Up to date"

So, I have the latest operating system for my MacBook AIr and the latest Firefox Browser and the display issue still exists.

Asked by HealthNut01 1 year ago

Last reply by cor-el 1 year ago

  • Solved
  • Archived

Credit dard site says I need to update browser,

Cannot access banking website - get page that is all type-written down the left side, credit card site says I need to up date my browser, computer says it is up to date; … (read more)

Cannot access banking website - get page that is all type-written down the left side, credit card site says I need to up date my browser, computer says it is up to date; downloaded and reinstalled firefox - no change i don't know what to do next

Asked by suenurseperson 1 year ago

Answered by cor-el 1 year ago