I have not been able to get rid of "your browser is being managed by your organization" this is my personal computer linux mint21.2

I have uninstalled firefox according to help from mint forum but when reinstalled it reappeared. could startpage be causing this issue Thank you Ron Mischnick

Asked by mischn 1 நாள் முன்பு

Last reply by cor-el 1 நாள் முன்பு

unable to open Firefox when clicking on a link in Outlook email...a MS edge windows opens up with the web page.

Dear Sir: I have used Firefox as my default browser. However, when ever I click a link in my outlook email...it opens the page in MS edge. How can fix the issue and ensu… (மேலும் படிக்க)

Dear Sir:

I have used Firefox as my default browser. However, when ever I click a link in my outlook email...it opens the page in MS edge. How can fix the issue and ensure the page opens only in Firefox.

Alok Gupta [removed email and phone# from public support forum]

Asked by Alok Gupta 2 நாட்கள் முன்பு

Last reply by jerban pls 2 நாட்கள் முன்பு

Moving to Windows 11

I am moving my data from my current Windows 10 computer to a Windows 11 system. Can I transfer all my Firefox data, bookmarks etc. to my new computer?

Asked by dforrest 3 நாட்கள் முன்பு

Last reply by jscher2000 - Support Volunteer 2 நாட்கள் முன்பு

The "Triage Manager" for Mozilla Refuses to assign anyone to a seven year old open problem

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. … (மேலும் படிக்க)

I need to go over the head of the Mozilla Triage manager who has left https://bugzilla.mozilla.org/show_bug.cgi?id=1406865 open without a resolution for **seven years**. How do I do that? This is a bug reported in Firefox 57 and **still** not fixed in Firefox 125. I cannot find any support category anywhere in the Mozilla website that covers appealing a decision by one of their employees. The last comment from this uncooperative indivisual is "But given we support it on macOS and Windows yeah, it seems not very objectionable." Who is this **clerk** to override the fact that a number of customers very much find this "objectionable". I cannot find anything on https://www.mozilla.org/en-US/contact/ that addresses this issue. I cannot find even a surface mail address for Mozilla. For example my complaint has nothing to do with any of the following:

   I’m having problems with using Firefox
   I want to donate to Mozilla
   I have questions about using Mozilla’s trademarks
   I’d like to report misuse of a Mozilla trademark
   I want to hold an event in a Mozilla space
   I want Mozilla to sponsor my event
   I’d like permission to use a Mozilla logo
   I’m interested in Pocket’s sponsored content on Firefox
   I’m a member of the Press and have a question for Mozilla

Yes I am having a problem with Firefox, but the clerk responsible has, through sitting on this issue for **seven years**, basically told the entire community that he doesn't give a reservoir.

In particular I feel this unacceptable behaviour should be brought to the attention of senior management, but there are no contacts for anybody in senior management.

Asked by jamescobban 3 நாட்கள் முன்பு

Last reply by James 2 நாட்கள் முன்பு

passwords

hello firefox support, i recently signed into firefox on desktop but now i cant seem to remeber the account password so after making a new password after clicking on for… (மேலும் படிக்க)

hello firefox support, i recently signed into firefox on desktop but now i cant seem to remeber the account password so after making a new password after clicking on forgot password ,will i lose my bookmarks and ad-ons and all the customized settings? pls help me in this situation i dont want to lose my data pls .

Asked by Origin17 17 4 நாட்கள் முன்பு

Last reply by cor-el 2 நாட்கள் முன்பு

Search Engine

I have made Firefox my default browser, and set Google as my default search engine. I'd like to keep it that way, BUT ... Every morning when I come to work and open my … (மேலும் படிக்க)

I have made Firefox my default browser, and set Google as my default search engine.

I'd like to keep it that way, BUT ...

Every morning when I come to work and open my browser and begin to search .. Yahoo comes up .. or Bing ???? I delete them, and again set Google as the default ... BUT FIREFOX CONTINUES TO REVERT TO YAHOO, or BING SEARCH RESULTS  ?!?!?!?!?!?

Even when I deliberately open Google and search in Google .. the results appear and then suddenly, a new window pops up with Yahoo results, covering up the Google results????

How can I make Firefox respond to the default search setting I choose????

This is intolerable. If I can't get ride of Yahoo and Bing and all these other inferior search engines, then I'm going to go back to using Chrome.

Asked by Kevin 3 நாட்கள் முன்பு

Last reply by cor-el 2 நாட்கள் முன்பு

Firefox browser issue

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that w… (மேலும் படிக்க)

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that we were looking to book, but I can see them when using Google Chrome. Why won't Foxfire allow me to view the excursions - it use to allow me to see them.

Asked by bright13 2 நாட்கள் முன்பு

Last reply by cor-el 2 நாட்கள் முன்பு

Games display 'disconnected' when attempting to access server.

Whenever I try going on to a multiplayer (e.g. .io) game website it will not let me access its server. The website itself works fine and I can access it but as soon as I … (மேலும் படிக்க)

Whenever I try going on to a multiplayer (e.g. .io) game website it will not let me access its server. The website itself works fine and I can access it but as soon as I press play or anything else it just says 'disconnected' or 'trying to reconnect to server'. please see if you can fix this as I couldn't find anything to resolve this problem do anything.

Asked by Tangtengtingtongtunk 3 நாட்கள் முன்பு

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (மேலும் படிக்க)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Asked by jamescobban 4 வாரங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 3 நாட்கள் முன்பு

Font size problems on websites

Using Firefox on windows 10 pro, 64 bit Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely … (மேலும் படிக்க)

Using Firefox on windows 10 pro, 64 bit

Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely small like on google news, others have widely mixed sizes, extremely large and extremely small. Even on this page, support.mozilla.org, I have to zoom 250% to make it readable.

I tried troubleshoot mode and there is no difference. The problems are still there.

I tried the Edge browser and the problem is not there.

I didn't have this problem before the update. I tried adjusting windows and the screen dpi, but I can't find a solution. Just seems to make things worse.

Anyone else having this problem? Any suggestions for a solution ?

Asked by dee_veloper 3 நாட்கள் முன்பு

YouTube gets very laggy after a while - best way to restore performance?

I always keep two Youtube tabs open at all times on my computer. After a while of running, however, the site starts to get increasingly laggy, in a way that simply reload… (மேலும் படிக்க)

I always keep two Youtube tabs open at all times on my computer. After a while of running, however, the site starts to get increasingly laggy, in a way that simply reloading the tab does not fix. (I am aware that this is likely a result of one of the extensions I have installed that affects Youtube's behavior, specifically SponsorBlock and Return Youtube Dislike, but I am not willing to uninstall these.) I also know of a "force reload" - pressing ctrl + shift + R instead of just ctrl + R in order to clear the cache or something.

However, whenever Youtube starts getting really slow, I instead like to do something I call "crashing the tab" - I open my system monitor, look for the current most CPU-intensive "Isolated Web Co" process, and end it. This pops up an error message in Firefox that says "Gah - your tab just crashed!" and offering me the option to restore it. After restoring it from this window, the performance is back to normal.

My question is, is this beneficial, or is it functionally identical to a normal force-reload? Is the improvement I see between this method and force-reloading the page just placebo? And if not, is there a simpler way to do it without opening a second program?

Asked by alanwilson772 3 நாட்கள் முன்பு

Last reply by Skgh12 3 நாட்கள் முன்பு

Webcam reversed

The webcam video image is being reversed or being flipped horizontally when using the latest version of Firefox. This is not happening in other browsers. I reset Firefox,… (மேலும் படிக்க)

The webcam video image is being reversed or being flipped horizontally when using the latest version of Firefox. This is not happening in other browsers. I reset Firefox, but the issue still occurs. Can you advise/fix please?

Asked by Peter G 3 நாட்கள் முன்பு

we transfer web site

when I log into wetransfer.com the file transfer box is greyed out and I cant use. It works in Microsoft edge. Cheers, Adam … (மேலும் படிக்க)

when I log into wetransfer.com the file transfer box is greyed out and I cant use. It works in Microsoft edge.

Cheers, Adam

Asked by stan64 3 நாட்கள் முன்பு

Last reply by jonzn4SUSE 3 நாட்கள் முன்பு

How can I make different profiles appear in Sync as different entities?

Hi folks, I've searched, but I haven't found anything to help with this particular situation ... I love Firefox/Mozilla Sync and I use it a lot, but I've recently had a… (மேலும் படிக்க)

Hi folks,

I've searched, but I haven't found anything to help with this particular situation ...

I love Firefox/Mozilla Sync and I use it a lot, but I've recently had a desire/need to set up a scenario that some may think perculiar - let me set the scene ...

  • Work PC running Firefox - 1 profile
  • Work VDI running Firefox - 1 profile
  • Work laptop running Firefox - 2 profiles (work & personal)

Mainly for the sake of sending tabs to the appropriate Firefox profile on the laptop, I want/need to be able to config things in Sync to treat those 2 profiles as being different entities. Currently, it appears that all profiles on a device (or within the same user profile on a Windows computer) are treated as the same entity by Sync.

Any ideas on how to achieve what if trying to do? Is it possible with Firefox/Mozilla Sync?

Thanks for your time.

BTW., for clarity, if it matters, the devices listed above are all Windows. FWIW., I also use FF on Android and Linux ... and MacOS.

Asked by Graeme 3 நாட்கள் முன்பு