drag and drop keeps breaking.

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently. i think i have f… (tuilleadh eolais)

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently.

i think i have figured out how i can consistently recreate the bug as well as sort of fix it temporarily.

i start with a newly launched browser. everything works fine. but then if i attempt to drag and drop something shortly after i drag and dropped something else and it did the little animation where it returns to its original position, i find that i cant drag and drop anything FROM firefox to anywhere else. and i also cannot rearrage tabs.

it seems to fix itself whenever I drag something from another program TO firefox successfully such as text into a textbox, or a .html file into the window to view it.

Asked by goombabomber11 1 seachtain ó shin

Picture-in-picture not working properly

Ever since the latest update, the picture-in-picture function stopped working properly. If I activate it, the video will automatically go to full screen, and I need to pr… (tuilleadh eolais)

Ever since the latest update, the picture-in-picture function stopped working properly. If I activate it, the video will automatically go to full screen, and I need to press the full screen button multiple times to move it down to a small box. I am using Firefox on a Mac laptop.

Asked by benh2097 6 lá ó shin

Last reply by zeroknight 6 lá ó shin

What and where is my Security Key and how do I touch it?

Please see the attached image. Firefox believes I have a security key. What is a security key? Where do I find it? Why does Firefox think I have one? And why is the… (tuilleadh eolais)

Please see the attached image.

Firefox believes I have a security key.

What is a security key? Where do I find it? Why does Firefox think I have one?

And why is there no helpful information to explain this confusing UX?

Asked by kurrent93 2 sheachtain ó shin

Last reply by zeroknight 2 sheachtain ó shin

Trying to update email address

Am trying to update my email address. When I try to make the secondary the primary, it wants a verification code entered. The field for this code will not let me paste it… (tuilleadh eolais)

Am trying to update my email address. When I try to make the secondary the primary, it wants a verification code entered. The field for this code will not let me paste it or enter it manually. Will this glitch be fixed soon?

Asked by Carmen 6 lá ó shin

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (tuilleadh eolais)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 2 lá ó shin

Last reply by cor-el 46 nóiméad ó shin

Cannot open Charles Schwab's "Streetsmart Edge" trading platform if using Firefox browser

After signing into an account with Schwab.com, the site has a "Launch" button that opens the Schwab "Streetsmart Edge" trading platform. However, after signing into Schw… (tuilleadh eolais)

After signing into an account with Schwab.com, the site has a "Launch" button that opens the Schwab "Streetsmart Edge" trading platform. However, after signing into Schwab.com with the Firefox browser, clicking on the "Streetsmart Edge" Launch button does not work. "Streetsmart Edge" does not open.

This problem only occurs when using Firefox. If using Microsoft's browser there is no problem.

Previously, until about two month ago, the Firefox browser never caused this problem. It worked fine for many years.

I prefer the Firefox browser versus Microsoft. Please research and repair this issue.

Asked by abrody775 2 sheachtain ó shin

Last reply by zeroknight 2 sheachtain ó shin

on 15.9 esr channel, last update all extensions are now disabled

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen… (tuilleadh eolais)

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen.

I reloaded Lastpass from their site and this is now working on my Menu bar.

But what happened to cause this

Asked by Chris Walstow 2 sheachtain ó shin

Last reply by cor-el 2 sheachtain ó shin

Hotmail won't load on Firefox

Hi there, About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've go… (tuilleadh eolais)

Hi there,

About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've googled a ton and tried all the things I can find to try, but nothing is working. I am by no means a tech person and so I'm out of ideas and need some help. I know I can use Safari, but I really hate using it and prefer Firefox. Any ideas on what to do? I am using a MacBook Pro - Sonoma 14.4.1

Thank you so much! Jocelyn Pascall

Asked by jocie809 2 sheachtain ó shin

Last reply by zeroknight 2 sheachtain ó shin

How do I get curvy tabs?

Hello, I want to get funky looking tabs like this: https://imgur.com/a/Xbc4Kih But I can't figure out how to do it. I've tried searching for a way to do this, but every… (tuilleadh eolais)

Hello, I want to get funky looking tabs like this:

https://imgur.com/a/Xbc4Kih

But I can't figure out how to do it. I've tried searching for a way to do this, but everything I find is very old and doesn't work. One thing I keep finding is this: https://github.com/wilfredwee/photon-australis

But that doesn't work for me, it just makes the tabs less tall. I've tried switching to nightly and that didn't do anything so I'm pretty lost. I don't know CSS or anything so I cant do it myself.

If anyone knows how to do this then please tell me!! thx!

Asked by ScriptGoober 1 lá ó shin

Last reply by cor-el 1 lá ó shin

Website not workin

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, … (tuilleadh eolais)

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, and it still doesn't work. I'm really needing help as this is dampering my business.

Asked by shannonharrisphotography 3 huaire ó shin

Spell Checker still does not work even with multiple dictionaries and language packs installed and enabled, plus "Check your spelling as you type" ticked

Title, The option to switch languages is also not present in the right click menu (see attached image) I'm really unsure how to figure this out so any advice would be g… (tuilleadh eolais)

Title,

The option to switch languages is also not present in the right click menu (see attached image)

I'm really unsure how to figure this out so any advice would be greatly appreciated.

Thank you for your time.

Asked by eftdlcoy 7 n-uaire ó shin

Last reply by cor-el 4 huaire ó shin

403 and 404 errors on firefox started 4.29.24

Starting yesterday firefox, no recent updates etc, gives a 403 error for several large corporate sites and 404 page not found for most paypal payment pages. These sites/p… (tuilleadh eolais)

Starting yesterday firefox, no recent updates etc, gives a 403 error for several large corporate sites and 404 page not found for most paypal payment pages. These sites/pages work fine with Chrome. There were no changes by by myself to my firefox installation, not any antivirus changes.

Within the last hour today everything is working properly. What is going on? jn

Asked by buy21 1 lá ó shin

Not able to scroll down for Internal Menu on website

For one site I go to there is an internal menu where I should be able to scroll down. In Firefox, there is no option on the right side for me to scroll down...but in Chr… (tuilleadh eolais)

For one site I go to there is an internal menu where I should be able to scroll down. In Firefox, there is no option on the right side for me to scroll down...but in Chrome I have no problem. The owner of the website said it should work in Firefox but it's not. I have attached images from the 2 browsers. I have attached 2 screenshots. For Chrome you can see to the right of the numbers under the Acct # column that I can scroll down. But in Firefox I don't have that option to scroll down to see entries at the bottom of the list.

Help! How can I fix this so I can scroll down in Firefox for this sub-menu item?

Thanks, Steve

Asked by mbpros 2 sheachtain ó shin

Last reply by cor-el 2 sheachtain ó shin

I am stuck on "Widevine Content Decryption Module provided by Google Inc. will be installed shortly"

I'm trying to watch videos on Disney plus and Amazon prime. I can't get them to work. I tried various tutorials but many were irrelevant because they referred to google c… (tuilleadh eolais)

I'm trying to watch videos on Disney plus and Amazon prime. I can't get them to work. I tried various tutorials but many were irrelevant because they referred to google chrome which I don't even have. I tried checking and unchecking the enable DRM checkbox. Widevine never seems to update. I do not know how to install in manually.

Asked by Terra Jones 2 lá ó shin

Last reply by zeroknight 2 lá ó shin

Unwanted page loads up during windows startup

The page https://www.stardock.com/products/groupy/update opens during the loading of the OS background processes. I have looked up on the windows task manager, the about:… (tuilleadh eolais)

The page https://www.stardock.com/products/groupy/update opens during the loading of the OS background processes. I have looked up on the windows task manager, the about:config and haven't found anything related to this process.

Asked by raphaelfhb 2 sheachtain ó shin

Last reply by jonzn4SUSE 2 sheachtain ó shin

Firefox On Facebook Webcam feature doesn't work......

Hi Everyone! I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video ch… (tuilleadh eolais)

Hi Everyone!

I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video chatting on facebook when chatting I can't see the "Cam" Icon to call up. Yet on Crome all is good.

Any help?

Asked by Welshman1981 2 sheachtain ó shin