Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Close Multiple Tabs sub-menu in context menu

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context … (читать ещё)

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context menu. Is there's a way to change this so that they will appear directly in the main context menu? I use "close tabs to the right" often and I find this very annoying.

Задан gershonido 4 года назад

Дан ответ gershonido 4 года назад

  • Архивировано

tabs and auto updates

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed tod… (читать ещё)

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed today and aren't part of what I need to restore.

How do I get my tabs back? I've seen no 'restore previous session' option. My laptop only shows the few I have open now. What do I do to restore them?

Задан Katerpie 8 месяцев назад

Последний ответ от Paul 7 месяцев назад

  • Архивировано

Hardware Video Encoding seems broken on Arch Linux with an AMD RX 7800 XT

I have a problem where if I install the packages needed to get hardware video decoding working in firefox it completely breaks YouTube playback. I can't find any info on … (читать ещё)

I have a problem where if I install the packages needed to get hardware video decoding working in firefox it completely breaks YouTube playback. I can't find any info on the internet about the problem and I am having a lot of trouble with it. YouTube playback with libva-mesa-driver and libva-vdpau-driver will start stop restart start playing audio then crash with a this error every single time. I am at my wits end trying to figure out this problem and I would love help figuring out the problem I am using firefox-developer-edition as a note thanks Ozzy

Задан Ozzy Helix 8 месяцев назад

Последний ответ от Ozzy Helix 8 месяцев назад

  • Решено
  • Архивировано

Full screen border

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a… (читать ещё)

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a weird pixelated border around the video.

Задан DayronPL 1 год назад

Дан ответ DayronPL 1 год назад

  • Архивировано

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?

Задан jamescobban 9 месяцев назад

Последний ответ от Paul 8 месяцев назад

  • Архивировано

Firefox 109.0 - Forced "Extensions" icon

I will be to-the-point: Firefox 109.0 has forced the "extensions" icon (a puzzle piece) on my Bookmarks toolbar. (1) I do not wish for it to appear there (2) I am not gi… (читать ещё)

I will be to-the-point: Firefox 109.0 has forced the "extensions" icon (a puzzle piece) on my Bookmarks toolbar.

(1) I do not wish for it to appear there (2) I am not given the possibility to remove it from the "Customise toolbar" screen

Please assist.

Задан Hevin Bhujan 2 года назад

Последний ответ от Paul 1 год назад

  • Решено

How to change menu font in version 132

I haven't upgraded browser versions for a while and I'm now going from 109 to 132. Pretty bad I know. I'm having a number of issues but for this post I'd like to concent… (читать ещё)

I haven't upgraded browser versions for a while and I'm now going from 109 to 132. Pretty bad I know.

I'm having a number of issues but for this post I'd like to concentrate on userChrome.css.

In version 109, I had a custom font for the top menu bar, the top menus, the bookmark toolbar, the bookmark toolbar menus, and the right click menus. I did this by including the following in userChrome.css (as per [https://support.mozilla.org/si/questi.../1335097|here]:

  1. navigator-toolbox { font-family:"MyFont" !important }

This worked great, but it is no longer working in version 132. Obviously I don't know in which Firefox version this stopped working.

Has this been disabled by Mozilla or has it been changed? If it's been changed, how can I achieve it now?

I'm very grateful for any help!

Задан BlohoJo 3 месяца назад

Дан ответ BlohoJo 3 месяца назад

  • Архивировано

HIde pinned tabs problem

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image .tabbrowser-ta… (читать ещё)

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image

.tabbrowser-tab[pinned="true"] { display: none !important;}

All of a sudden, it reverted back

That first image, with the hidden tabs, is actually from Librewolf, with has the identical setting.

Задан noel_envode 1 год назад

Последний ответ от noel_envode 1 год назад

  • Архивировано

Autofill address not working anymore

Autofill has been working perfectly fine until yesterday. There's not even a manage addresses in the privacy and security settings anymore. Autofill card still works, bu… (читать ещё)

Autofill has been working perfectly fine until yesterday. There's not even a manage addresses in the privacy and security settings anymore.

Autofill card still works, but not addresses.

Задан allanrivers99 10 месяцев назад

Последний ответ от jonzn4SUSE 10 месяцев назад

  • Архивировано

New Addons blank on Firefox restart, return when disabled and enabled.

New addons on Firefox become blank on restarting the browser. They return when I manually disable and enable them once. How to fix this? Doesn't happen to older addons.… (читать ещё)

New addons on Firefox become blank on restarting the browser.

They return when I manually disable and enable them once.

How to fix this? Doesn't happen to older addons.

Задан nanup.personal+firefox 1 год назад

Последний ответ от nanup.personal+firefox 1 год назад

Autorefesh Pages

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a pa… (читать ещё)

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a page refresh every time it is brought back to the foreground from the background. And all the data already entered is lost! This is a fairly well-known problem with FF on Android! Chromium manages this better and leaves the memory management to Android. Why can't FF do that? Why can't I switch off this feature? I can't edit any relevant websites with the FF. I have to use Chrome for that! Hooray!

Задан me267 4 месяца назад

Последний ответ от Carlos 3 дня назад

  • Решено

Removal of New "List All Tabs" Button.

A new version of the "List All Tabs" appeared on my toolbar today, shown on the left and hovered over in the attached screenshot (ignore the Malwarebytes extension icon).… (читать ещё)

A new version of the "List All Tabs" appeared on my toolbar today, shown on the left and hovered over in the attached screenshot (ignore the Malwarebytes extension icon). The old icon for this button was a chevron with approximately the same functionality. I was able to remove the old icon, but I'm unable to find a way to remove this one. Here is what I've tried so far:

  • Like the old one, the Customize Toolbar feature is unable to remove it since it is grayed out.
  • For a while, I was able to remove the old icon by going to about:config and setting browser.tabs.tabmanager.enabled to false. This solution does not work for the current and some recent versions of the button.
  • I attempted to create a userChrome.css file (following all the steps according to this this website) and added the following string: #alltabs-button { display: none !important; }

None of these attempted fixes have removed the button following a browser restart. Is there a way to remove it? I have no need of a button that shows me what tabs I have open when I can simply look at my toolbar.

Задан Shabcarb 4 месяца назад

Дан ответ cor-el 4 месяца назад

  • Решено
  • Архивировано

Fiefox RAM usage increases on its own

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improv… (читать ещё)

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improvement. I have 6 tabs opened. Firefox has crashed several times the past couple fo months. I have been away on travel for 2 weeks, and today the problem is much worse.

Firefox (37916) 51GB, Extensions (34308) 370MB, GPU (33072) 298MB , and everything else < 100 MB.

I really love Firefox - use across my 4 devices. Only on my desktop am I seeing this. Laptop, iPad, and Android all work fine. Running Win 11

Задан Mike 9 месяцев назад

Дан ответ Mike 9 месяцев назад

  • Решено
  • Архивировано

firefox and ublock origin

When I open Firefox. Firefox Will NOT open any websites. If I disable ublock origin then enable again Firefox works but I get all the ADS. What I have to do is: Close fir… (читать ещё)

When I open Firefox. Firefox Will NOT open any websites. If I disable ublock origin then enable again Firefox works but I get all the ADS. What I have to do is: Close firefox and restart Firefox but then I get this message "Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window." Sometimes I have to restart Firefox as many as 10 times before Firefox works. I got to the point where I stop after the second try and just switch to Brave browser.

Before: Firefox use 99%. Brave Use 1% Now: Firefox use 75%. Brave use 25%

Задан mrlucky92022 10 месяцев назад

Дан ответ zeroknight 10 месяцев назад

  • Архивировано

Firefox 102.0.1.8221 launch causes Windows 7 64bit to reboot

Last few days any Firefox 102.0.1.8221 launch causes my Windows 7 64bit to reboot, usually when I try to mouse click anything in Firefox after it's fired up and restored … (читать ещё)

Last few days any Firefox 102.0.1.8221 launch causes my Windows 7 64bit to reboot, usually when I try to mouse click anything in Firefox after it's fired up and restored open tabs, however even if I don't mouse click anything Firefox will force a reboot within a minute or so.

This Firefox Win 7 reboot behaviour only started after the last Firefox update, though I would point out that around update version 100.nn I started getting failed update notifications from within Firefox which necessitated a manual newer version Firefox download and install.

Running Windows 7 in safe mode with networking on allows Firefox to function without crashing, albeit slowly and with no MSE protection available etc.

Only one crash report dated 16/07/2022 with following content: Crash ID: bp-d8383165-9c77-45e4-9929-a3ce12160527

Please note I'm sending this report via Firefox on my iMac coz that still works...

Задан JabbaLeChat 2 года назад

Последний ответ от JabbaLeChat 2 года назад

  • Архивировано

Downloads on phone

For the last month I've been having this issue when downloading things from Firefox beta I get this "com.android.phone has stoped working" along with "phone has stopped"… (читать ещё)

For the last month I've been having this issue when downloading things from Firefox beta I get this "com.android.phone has stoped working" along with "phone has stopped" error anytime I download something.

Задан Señor bruh 1 год назад

Последний ответ от Paul 1 год назад

  • Архивировано

Firefox developer edition crashes all the time, Crash ID: ⁨bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507⁩

Dear, I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Un… (читать ещё)

Dear,

I have been using Firefox Developer Edition for many years without any problem. I sync Firefox on my different PCs, so they are basically all the same in setup. Unfortunately, Firefox now crashes constantly on my main PC. I have therefore temporarily switched to the default FF variant.

Of course I have tried all the steps shown here on the forum but without any result that I can see. Both in safe mode with or without addons. No matter FF crashed.

The error ID: Crash ID: bp-20d91ca4-1f79-4211-a3d5-4fd7c0240507

I hope someone can help me on my way ,

Regards,

Reinder

Задан rmeijer 8 месяцев назад

Последний ответ от rmeijer 8 месяцев назад