Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων

Why are sites no longer working on Firefox?

I am finding more and more sites that I regularly go to are no longer working on firefox. One site was because HTML5 apparently does not work on firefox. But others I don… (διαβάστε περισσότερα)

I am finding more and more sites that I regularly go to are no longer working on firefox. One site was because HTML5 apparently does not work on firefox. But others I don't know about why are no longer working on firefox. I thought it might be streaming related but just today I could not access one of my banks on firefox, and I tried many times, but had no problem signing on using Chrome.

Ερώτηση από bjhansen53 3 ημέρες πριν

Τελευταία απάντηση από cor-el 1 ημέρα πριν

Development: Very specific problem with getting the caret position in a contenteditable div

Hello, I'm a web developer. I'm using the Firefox Developer Edition and currently working on a project that requires caret manipulation. I have this function right here t… (διαβάστε περισσότερα)

Hello, I'm a web developer. I'm using the Firefox Developer Edition and currently working on a project that requires caret manipulation. I have this function right here that fetches the caret's client rect: ``` function getCaretRect(): DOMRect | null {

 const sel = window.getSelection()
 if (!sel || sel.rangeCount === 0) return null
 const range = sel.getRangeAt(0)
 const rects = range.getClientRects()
 if (rects.length === 0) return null
 return rects[0]

} ``` Here is where the issue arises. Suppose I have a contenteditable div with two line breaks (no new lines), and the second line is smaller than the first one. If the caret is positioned somewhere that is further than the end of the second line, and I press the down arrow key, then left, for some reason the caret rect I get has all values set to zero, like this: `{ x: 0, y: 0, width: 0, height: 0, top: 0, right: 0, bottom: 0, left: 0 }` I will add an image to explain further.

I don't have this issue on Chromium based browsers, but cross browser support is important for me.

There is one more issue to do with caret manipulation which is how contenteditable divs are handled. On a Chromium based browser, if I have a parent div that's contenteditable, then another div that's not contenteditable (contenteditable="false" explicitly), then two children divs which are both contenteditable (or more), I can navigate through the divs freely using the arrow keys and focus is managed better alongside event handlers. This is not present on Firefox, however.

If this is not the right place to ask for help then please guide me where is more suitable.

Ερώτηση από Rayane Benamre 2 ημέρες πριν

Τελευταία απάντηση από cor-el 1 ημέρα πριν

Picture In Picture mode isnt sticky

Im using Ubuntu 22.04 LTS Intel cpu I7 9th gen NVIDIA gpu but i disabled it My problem is that the Picture in Picture mode isnt sticky if i press anything it vanishes fro… (διαβάστε περισσότερα)

Im using Ubuntu 22.04 LTS Intel cpu I7 9th gen NVIDIA gpu but i disabled it My problem is that the Picture in Picture mode isnt sticky if i press anything it vanishes from view.

Ερώτηση από Mcmunhuu 6 ημέρες πριν

Τελευταία απάντηση από cor-el 1 ημέρα πριν

Firefox opens up a second browser screen automatically when I am already in a website!

When I login to my main Firefox browser and then access a website within a short while the browser screen opens up again automatically. In other words, a second window w… (διαβάστε περισσότερα)

When I login to my main Firefox browser and then access a website within a short while the browser screen opens up again automatically. In other words, a second window which is very irritating. How can I stop this from happening?

Ερώτηση από graemesmith300653 4 μήνες πριν

Τελευταία απάντηση από munrorod 2 ημέρες πριν

audio no firefox

gente, o que aconteceu com o firefox (normal, beta e nightly) que não funciona mais áudio. já tentei de tudo para reconfigurar, baseado em tutoriais na web, porém não se … (διαβάστε περισσότερα)

gente, o que aconteceu com o firefox (normal, beta e nightly) que não funciona mais áudio. já tentei de tudo para reconfigurar, baseado em tutoriais na web, porém não se consegue mais ouvir áudio nos firefox.

Ερώτηση από nelioj 3 ημέρες πριν

Τελευταία απάντηση από jonzn4SUSE 2 ημέρες πριν

Bing "ate" my Firefox setup.

As a longtime user of Firefox, I had a nice setup where after the start page, clicking on the Firefox icon would take me to a page headed "Firefox" in large letters. On t… (διαβάστε περισσότερα)

As a longtime user of Firefox, I had a nice setup where after the start page, clicking on the Firefox icon would take me to a page headed "Firefox" in large letters. On that page I had placed the icons for my frequently used programs. Each of the small "icon boxes" had menus that would allow entering a URL so that when clicked, the desired app would open. I was exploring MS Bing, mostly because I like the pictures they put up each day. It looks as though a "new Improved" version of Bing brings along the new MS AI component. Together they seem to have removed my Firefox setup or hidden it where I can't retrieve it. By using Firefox settings, I was able to remove the Bing URL. Good riddance!, but can I retrieve my page of links to most-used programs? I don't know where to look for that. If I have to reconstruct it, how is that done. Or how can I start a replacement. Sincere thanks, Greg Schultz

Ερώτηση από GregS 2 ημέρες πριν

Τελευταία απάντηση από James 2 ημέρες πριν

SCORM modules hang on loadingn

Hi, I need to take part in a course that is delivered via moodle and that employs SCORM videos. After some modules I am experiencing an issue where firefox does not loa… (διαβάστε περισσότερα)

Hi,

I need to take part in a course that is delivered via moodle and that employs SCORM videos.

After some modules I am experiencing an issue where firefox does not load them anymore. When you try to load a module a spinner appears and stays there indefintely.

Initially, trying to reload the module could eventually unblock it. Now this is not possible anymore. Disabling the enhanced protection does not change the situation.

The modules work just fine with chromium.

Having firefox being a stopper for online learning resources is a real issue. Any help will be appreciated.

Ερώτηση από sergio.callegari 2 ημέρες πριν

Τελευταία απάντηση από TyDraniu 2 ημέρες πριν

Separate Themes for Private Browsing

Is there a way to set a separate theme for the private browsing option? I like being able to visually distinguish between the normal browser and the private one, but enab… (διαβάστε περισσότερα)

Is there a way to set a separate theme for the private browsing option? I like being able to visually distinguish between the normal browser and the private one, but enabling a theme seems to set the same visuals for both.

If separate themes are not a thing, perhaps they could be added in a later update?

Thanks for all your time and effort.

Ερώτηση από Manny 4 ημέρες πριν

Τελευταία απάντηση από Agent virtuel 2 ημέρες πριν

Google Sign in's

Ive tried everything under the Sun to try to get rid of that Annoying ( Sign in with Google) out of my computer but nothing works ?? Is there a solution ?? I ca… (διαβάστε περισσότερα)

Ive tried everything under the Sun to try to get rid of that Annoying ( Sign in with Google) out of my computer but nothing works ?? Is there a solution ?? I cannot open most of my Sites with it there !! Anyone Please HELP !!

Ερώτηση από particolor 2 ημέρες πριν

Τελευταία απάντηση από Agent virtuel 2 ημέρες πριν

I did did buy a new PC, and i can't find my Password's and Bockmark's anymore?? They was saved in my Account but they got deleted how ?

I need a Backup from my Account because all my Passwords and Bookmarks are not there anymore. They was saved in my Account it work't allways well till yesterday ! … (διαβάστε περισσότερα)

I need a Backup from my Account because all my Passwords and Bookmarks are not there anymore. They was saved in my Account it work't allways well till yesterday !

Ερώτηση από Musti 43 2 ημέρες πριν

Τελευταία απάντηση από Paul 2 ημέρες πριν

No Youtube Network Activity on Firefox only (videos won't finish loading)

I have been having consistent issues with Youtube when played on Firefox. Opening the "Stats for Nerds", I see that I have decent connection speed. However, I get a burst… (διαβάστε περισσότερα)

I have been having consistent issues with Youtube when played on Firefox. Opening the "Stats for Nerds", I see that I have decent connection speed. However, I get a burst of network activity, and then it stops. Therefore, i can't watch the video. Refreshing Youtube does not help at all.

Trying on other browsers, I do not have issue. While I sometimes get low network activity, most often than not, I can play Youtube videos fine.

I have done the following:

  • Confirmed that I'm running the latest Firefox version (127.0.0)
  • Cleared Firefox cache
  • Confirmed having issue (sometimes worse as I get no network activity even on refresh) on Firefox Troubleshoot mode

Ερώτηση από desmond.wan913 2 ημέρες πριν

Τελευταία απάντηση από TyDraniu 2 ημέρες πριν

Default search engine switches back to ebay

Hello, I use Duck Duck Go as a default search engine, with Google and others as alternatives. Since I switched my compter, Firefox resets the default engine back to ebay,… (διαβάστε περισσότερα)

Hello, I use Duck Duck Go as a default search engine, with Google and others as alternatives. Since I switched my compter, Firefox resets the default engine back to ebay, which cannot be deleted in the list and also shows up in the address bar. Could you please tell me how to get rid of it? Thank you very much!

Ερώτηση από Brigitte 2 ημέρες πριν

Τελευταία απάντηση από Swarnava Sengupta 2 ημέρες πριν

Firefox does not reliably follow settings

I have a fresh install of Debian 12.5, which came with Firefox 115.7.0esr. Firefox is inconsistent in following the settings I put in. For example, I specified the down… (διαβάστε περισσότερα)

I have a fresh install of Debian 12.5, which came with Firefox 115.7.0esr. Firefox is inconsistent in following the settings I put in. For example, I specified the download folder, but it still automatically saved to the original default folder. But when I clicked to ask me before downloading, it does! And it gives me the 1st option to save the the folder I specified. But if I uncheck the "ask me" button, it goes back to putting downloads in my home directory, which I don't want. Another example is I've set it to "open previous windows and tabs on startup", but it doesn't. When I close Firefox with several tabs open, the next time I start it I have just the home tab. Yet when I look in "settings" it still says it's supposed to be opening my previous tabs. This is more annoying than the download issue. How can I get Firefox to follow the settings, which ARE being saved?

Ερώτηση από jms 2 ημέρες πριν

Τελευταία απάντηση από cor-el 2 ημέρες πριν

Desaturated Icons

Hi, I am experiencing an issue with desaturated icons in the toolbar and tabs of Firefox. I don't think any extesion may be causing this problem and i have already tried … (διαβάστε περισσότερα)

Hi, I am experiencing an issue with desaturated icons in the toolbar and tabs of Firefox. I don't think any extesion may be causing this problem and i have already tried reinstalling and resetting Firefox, but this did not resolve the problem.

Ερώτηση από gabricordella87 3 ημέρες πριν

Τελευταία απάντηση από cor-el 2 ημέρες πριν

FireFox 127.0.1 (64 bit) crashes on Windows 10

FireFox just updated itself to the latest version (127.0.1 (64 bit)) on my Windows 10 laptop. Now every time I try to close it, instead of closing, it starts a backgroun… (διαβάστε περισσότερα)

FireFox just updated itself to the latest version (127.0.1 (64 bit)) on my Windows 10 laptop. Now every time I try to close it, instead of closing, it starts a background process and then crashes after about 25 seconds.

Ερώτηση από ActsNowAV 3 ημέρες πριν

Τελευταία απάντηση από jonzn4SUSE 3 ημέρες πριν