顯示下列標籤的問題: 顯示所有問題

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 於 8 小時前 詢問

cor-el 最近回覆於 19 分鐘前

In Firefox, after a reboot, how can I re open my previouse sessions?

In Firefox, after a reboot, how can I re open my previouse sessions? Originally I had quite a lot of open browsers & tabs. Then I needed to do a reboot, and now I've… (閱讀更多)

In Firefox, after a reboot, how can I re open my previouse sessions?

Originally I had quite a lot of open browsers & tabs. Then I needed to do a reboot, and now I've lost those previouse sessions.

Usually I just open firefox, and this opens one browser, and then all of my previous browser, and tab reopen, but this time firefox crashed, and its popup said it needed to restart, but it would re-open my previous browser and tab, but it didnt.

After following the usuall firefox help giudes, it still wouldn't re open my previouse sessions. Now if I ask it to open my previouse sessions, it just opens the recent help giudes, and not anything before the crash.

So is there a backup file of myu missing sessions that I can roll back to?

macmac 於 2 天前 詢問

jonzn4SUSE 最近回覆於 36 分鐘前

Firefox Screenshot Title Issue

When I used to take screenshots, they would be automatically named with the date, time, and part of the text captured regardless of language. A few days ago and with no r… (閱讀更多)

When I used to take screenshots, they would be automatically named with the date, time, and part of the text captured regardless of language. A few days ago and with no reason I can discern, it now saves any non-English screenshots with something like this "Screenshot 2024-06-23 a[...].png" instead of "Screenshot 2024-06-22 at 08-02-28 Politics Policy Polit[...].png" (usual for English text and what I used to get with all languages).

Which means I have to manually rename screenshots. Does anyone know how I can fix this because I am working on a project with lots of screenshots for topics from different languages?

AA 於 20 小時前 詢問

Agent virtuel 最近回覆於 19 小時前

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 於 2 天前 詢問

Agent virtuel 最近回覆於 11 小時前

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 於 18 小時前 詢問

Agent virtuel 最近回覆於 11 小時前

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 於 20 小時前 詢問

TyDraniu 最近回覆於 14 小時前

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 於 1 天前 詢問

jonzn4SUSE 最近回覆於 1 天前

After the last FF update, I can only connect to FF

After the last FF update, I can only connect to FF ... no other website! I did a system restore to an earlier date which seemed to make it worse. Absolutely zero content … (閱讀更多)

After the last FF update, I can only connect to FF ... no other website! I did a system restore to an earlier date which seemed to make it worse. Absolutely zero content appears on any website I choose to go to. The tab shows the name of the website, however it doesn't "connect."

Please help me rectify this challenge. Thank you.

TruthAndLight 於 1 天前 詢問

Paul 最近回覆於 1 天前

Memory usage

Hi Team, Would love to know how in task manager there are 10+ firefox services running with only 4 tabs open and the usage is ridiculous. Closing one tab the next one t… (閱讀更多)

Hi Team,

Would love to know how in task manager there are 10+ firefox services running with only 4 tabs open and the usage is ridiculous. Closing one tab the next one that was using roughly 250mb shoots to over 600mb...what are you playing at????

See attached.

Marius Geldenhuys 於 2 天前 詢問

jonzn4SUSE 最近回覆於 1 天前

Help my.

Hello. Not working there is a Mozilla Firefox inseriptio on the moniter scrren Error^^Platform version 127.0.1 is not compatible with minVersion 127.0 maxVersion127.0 … (閱讀更多)

Hello. Not working there is a Mozilla Firefox inseriptio on the moniter scrren Error^^Platform version 127.0.1 is not compatible with minVersion 127.0 maxVersion127.0 Please send a photo.? Thank you. Edvardas LITHUANIA.

Edvardas Meskauskas 於 1 天前 詢問

TyDraniu 最近回覆於 1 天前

Youtube Firefox SLOW

YouTube has been so slow in Firefox. It just takes a ton of time for the video to actually play. It's just a spinning circle in a video. I can refresh several times and t… (閱讀更多)

YouTube has been so slow in Firefox. It just takes a ton of time for the video to actually play. It's just a spinning circle in a video. I can refresh several times and then it plays. I cleared my cache, history, data...etc everything from Firefox. That seemed to help for a bit. Then it just resulted back to being slow. It's just in Firefox. I played videos in Edge. It was fine. No issues. It's just FireFox. It started most recently too. It wasn't happening a week ago. I even tried going back to an old version of Firefox. Didn't help. Anyone know how to fix? Not using ad blockers either FYI. I just want videos to play normally and fast.

boohere21 於 2 天前 詢問

TyDraniu 最近回覆於 1 天前

How to get list of All recommended extensions

I would like to review a listing of all the extensions recommended by Mozilla for FF. One would think a list exists somewhere. But my searching for recommended extensions… (閱讀更多)

I would like to review a listing of all the extensions recommended by Mozilla for FF. One would think a list exists somewhere. But my searching for recommended extensions have not yielded the anticipated results. I found an article on the recommended extension program, but no list. If the answer is obvious, forgive me, but I didn't see it.

Thanks in advance,

Umrk

Umrk111 於 2 天前 詢問

cor-el 最近回覆於 1 天前

Error Message error platform version 127.0.1 not compatible with miniversion >= 127.0 miniversion <= 127.0

There was an update posted today. I ran the update this morning. Now Firefox will not open. error platform version 127.0.1 not compatible with miniversion >= 127.0 … (閱讀更多)

There was an update posted today. I ran the update this morning. Now Firefox will not open.

error platform version 127.0.1 not compatible with miniversion >= 127.0

                                                                                  miniversion <= 127.0

Running Windows 10 Version 10.0.19045 Build 19045 64 bit Should I remove and reload program?

Art 於 3 天前 詢問

cor-el 最近回覆於 1 天前

What's New in Enhancer for YouTube?

Did FireFox just officially do an Enhancer for YouTube...I got this on my Firefox screen. List 'what's new' and asks for donation...don't mind donating but is this a sca… (閱讀更多)

Did FireFox just officially do an Enhancer for YouTube...I got this on my Firefox screen. List 'what's new' and asks for donation...don't mind donating but is this a scam message or is it from FireFox?

lavonne2007 於 2 天前 詢問

James 最近回覆於 2 天前

I want to install the older version of Mozilla firefox

I want to install the older version of Mozilla firefox for windows 11 in Spanish and Dutch language, please provide the link for Spanish and Dutch for ex. 125 version of … (閱讀更多)

I want to install the older version of Mozilla firefox for windows 11 in Spanish and Dutch language, please provide the link for Spanish and Dutch for ex. 125 version of Mozilla Firefoz

lav srivastav 於 2 天前 詢問

jonzn4SUSE 最近回覆於 2 天前