Menampilkan pertanyaan yang diberi tag: Tunjukan semua pertanyaan

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… (baca lebih lanjut)

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?

Ditanyakan oleh jamescobban 1 bulan yang lalu

Jawaban terakhir oleh Paul 16 jam yang lalu

Firefox Android, want to export history?..please someone make addon for this..

Now that firefox Android supports addons, please someone make addons for History export.. Is there any other better way to export history.. I have tried sync.. but there… (baca lebih lanjut)

Now that firefox Android supports addons, please someone make addons for History export..

Is there any other better way to export history.. I have tried sync.. but there seems to be some limitations in sync, it didn't sync all the history..

Ditanyakan oleh fatec31634 2 hari yang lalu

Jawaban terakhir oleh Paul 17 jam yang lalu

Browser re-sizing on start up

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've take… (baca lebih lanjut)

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've taken a quick look through settings etc and can't see anything wrong...

Ditanyakan oleh matt_parker 2 minggu yang lalu

Jawaban terakhir oleh firefox2801 20 jam yang lalu

text in tab names, address bar and menu boxes

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, wh… (baca lebih lanjut)

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, while they enlarge the text in those places, they make the page content too big.

Ditanyakan oleh LB32005 1 hari yang lalu

Jawaban terakhir oleh Agent virtuel 1 hari yang lalu

Merge Mozilla account and Mozilla Support Account

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked … (baca lebih lanjut)

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked burst of changing passwords. Can we merge them?

Ditanyakan oleh NumbReally 1 minggu yang lalu

Jawaban terakhir oleh cor-el 1 hari yang lalu

Log in to Amazon

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell … (baca lebih lanjut)

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell phone number is an old one. Please help. I have a lot of shopping to do.

Ditanyakan oleh Kerry Kilpatrick 2 hari yang lalu

Jawaban terakhir oleh jonzn4SUSE 2 hari yang lalu

not loading phots and data on products on a store web site

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data an… (baca lebih lanjut)

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data and photos will show up. Nothing shows. (cutterbuck.com)

Ditanyakan oleh hslatery 2 hari yang lalu

Jawaban terakhir oleh jonzn4SUSE 2 hari yang lalu

Editing contacts

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info … (baca lebih lanjut)

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info in Gmail contacts, but when I click the edit button, nothing happens. Do I need to edit it in Firefox, and will that edit migrate back to Gmail? Why can't I edit it in my Gmail contacts (in the Gmail right-hand toolbar), and it will update my Firefox contacts automatically?

If you are going to require "A" file type, fucking say what type it has to be and provide a converter or screenshot tool! I Tried .Docx and PDF. Word does not save to PNG or JPEG so they are not an option.

AT THIS POINT, I AM STRONGLY RECONSIDERING SWITCHING FIREFOX!!!!!!

Ditanyakan oleh rexanderson007 3 hari yang lalu

Jawaban terakhir oleh cor-el 3 hari yang lalu

How do I get a graphical selected tab background back in Firefox 126?

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF … (baca lebih lanjut)

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF 125.3; the left 126.0, which installed itself yesterday. In the userchrome for the old Firefox I have:

    #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 000.bmp") !important;
 }
  #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content[selected="true"]
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 040.bmp") !important;
 }

This gave me the differentiated selected and unselected tabs but does not work for the selected tab in the new Firefox. Any ideas how I have to specify this now?

[I am making this post using the older version of Firefox. If I get some suggestions I'll reinstall the newer version (actually turn auto update back on) and try them out. Thanks.]

Ditanyakan oleh OneMoreName 4 hari yang lalu

Jawaban terakhir oleh cor-el 3 hari yang lalu

URL autocomplete - I want to start over.

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto f… (baca lebih lanjut)

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto fill “weather.com”. Now it auto fills every time with http://www.weatherbase.com/. I don’t know where that came from. Similarly, I used to type the first few letters of “duckduckgo.com” and it would bring up “duckduckgo.com”. Now it brings up a magnifying glass below the url with “Search with duckduckgo”. I am thinking it might be best if I can start over, i.e. clear out any information it’s saved about where it thinks I want to go, and start remembering the sites I am entering now.

Ditanyakan oleh WAYNEOO 1 minggu yang lalu

Jawaban terakhir oleh jscher2000 - Support Volunteer 4 hari yang lalu

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (baca lebih lanjut)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Ditanyakan oleh Andrijan 1 minggu yang lalu

Jawaban terakhir oleh jscher2000 - Support Volunteer 4 hari yang lalu

How do I dismiss a permission dialog?

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out o… (baca lebih lanjut)

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out of my face. The page seems to work otherwise, but the stupid browser keeps the dialog over top of things, and clicking outside of it, and hitting Esc, don't make it go away. I think those actions used to work, and I think there, sensibly, used to be a dismiss option, but that seems to be absent now. There's no sense to trying to force me to make a decision I don't want to make, and doesn't even need to be made, and I want this thing to cut it out.

Ditanyakan oleh Sterrence 1 minggu yang lalu

Jawaban terakhir oleh cor-el 4 hari yang lalu

firefox PDF editor losing changes

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there… (baca lebih lanjut)

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there was no notes I thought I had already made multiple times so I tested it. I edited a text box, scrolled a bit and continued browsing on another monitor. Checked in a minute and boom edit gone. If anyone has a solution I'd appreciate it as I have been using Firefox PDF editor for a bit and quite liked it until now.

Ditanyakan oleh rqcniqsobvdsrxhjet 6 hari yang lalu

Jawaban terakhir oleh cor-el 4 hari yang lalu

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… (baca lebih lanjut)

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]

Ditanyakan oleh Alok Gupta 5 hari yang lalu

Jawaban terakhir oleh jerban pls 5 hari yang lalu

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**. … (baca lebih lanjut)

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.

Ditanyakan oleh jamescobban 1 minggu yang lalu

Jawaban terakhir oleh James 6 hari yang lalu