Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Firefox in windows 11 is not throwing online/offline events

I have a component that depends on browser events for online/offline events to let know the user when he is disconnected from the activity. I was checking on firefox, an… (funda kabanzi)

I have a component that depends on browser events for online/offline events to let know the user when he is disconnected from the activity.

I was checking on firefox, and for some reason Im not able to see the event been emitted when disabling the network (I did test it, turn it the wifi on/off).

in the image , there is side by side with chrome and firefox, so I know my event listener works, but doesnt seems like firefox is sending the events,

I have a js using same examples from the documentation,

has someone else notice this? , or is some sort of settings in firefox?, according to the documentation it should be supported by default,

my poc code->

<title>Online Offline</title> <script type="text/javascript"> console.log(" ******** Online Offline in real time **********"); const handlerOnline = async () => { console.log("online handler :: ", new Date().toISOString()); }; const handlerOffline = async () => { console.log("offline handler :: ", new Date().toISOString()); }; window.addEventListener("online", () => handlerOnline(), false); window.addEventListener("offline", () => handlerOffline(), false); window.document.addEventListener("online", () => handlerOnline(), false); window.document.addEventListener("offline", () => handlerOffline(), false); window.onoffline = (event) => { console.log("1:: The network connection has been lost."); }; window.ononline = (event) => { console.log("A:: online"); }; window.addEventListener("offline", (event) => { console.log("2:: The network connection has been lost."); }, false, true); window.addEventListener("online", (event) => { console.log("B:: online"); }, false, true); window.addEventListener("offline", (event) => { console.log("3:: The network connection has been lost."); }); </script>

Asked by Edgar Lopez 2 izinyanga ezidlule

Email Often Asks for a New Password

I don't know if this is a Thunderbird problem or Windstream server problem. About half the time it will load immediately. It often will load all of the email and then f… (funda kabanzi)

I don't know if this is a Thunderbird problem or Windstream server problem. About half the time it will load immediately. It often will load all of the email and then flash up a message that I need to retry or ask for a new password even though the email just downloaded from the server. This started about a week ago. No change in software versions.

ifish25@windstream.net

Asked by Rondogardener 2 izinyanga ezidlule

Thunderbird will receive, but not send

I downloaded thunderbird to my PC w/windows 11 and was successful in connecting to the ISP server. I am receiving emails, but it will not connect to send emails. The sm… (funda kabanzi)

I downloaded thunderbird to my PC w/windows 11 and was successful in connecting to the ISP server. I am receiving emails, but it will not connect to send emails. The smtp settings and port seem correct. I am exploring Outlook alternatives, since the "New Outlook" will not work and Microsoft can;t seem to be able to fix it yet. My ISP is Consolidated Communications and am using their Webmail currently.

Incoming Server (POP): mail.surewest.net Port: 995 Incoming and Outgoing Server (IMAP): mail.surewest.net Port: 993 Outgoing Server (SMTP): mail.surewest.net Port: 465

Asked by cornelius5 2 izinyanga ezidlule

download file location setting

When I change the file download location using the Browse button, the location shows the change but if I quit Firefox and next time I try to downlaod a file the location … (funda kabanzi)

When I change the file download location using the Browse button, the location shows the change but if I quit Firefox and next time I try to downlaod a file the location reverts back to the original location. Please help. Thank you.

Asked by wa0bkp 3 izinyanga ezidlule

Since Thunderbird 115.6.1 was installed files disappear when I move them to an Archive or Draft folder.

Since Thunderbird 115.6.1 was installed files disappear when I move them to an Archive or Draft folder. How can I fix this and how can I recover those files from the ser… (funda kabanzi)

Since Thunderbird 115.6.1 was installed files disappear when I move them to an Archive or Draft folder. How can I fix this and how can I recover those files from the server?

Asked by RichJan 3 izinyanga ezidlule

Stopped working

It just stopped working. Restarted Mac, updated Thunderbird, does not work as before. Many features don't work but I can't download. Spent 1.5 hours with my server compa… (funda kabanzi)

It just stopped working. Restarted Mac, updated Thunderbird, does not work as before.

Many features don't work but I can't download. Spent 1.5 hours with my server company, and verified all is well there. I can send out email, but cannot download new ones.

I have directory of files on my mac and none are now visible on Thunderbird. What happened?

Asked by larry147 2 izinyanga ezidlule

Firefox thinks I am in India

Why does Firefox think me location is India when I am not? Pocket gives me mostly stories about India. British Airways website also gave me India as my location. I went… (funda kabanzi)

Why does Firefox think me location is India when I am not?

Pocket gives me mostly stories about India. British Airways website also gave me India as my location.

I went to Settings > Cookies and Site Data And clear all the data.

But still getting India stories in Pocket.

or does everyone get loads of stories about India in Pocket?

Asked by guyldn 2 izinyanga ezidlule

Filelink - fails to upload file

System: Kernel: 5.4.0-169-generic x86_64 bits: 64 compiler: gcc v: 9.4.0 Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint 20.3 Una … (funda kabanzi)

System: Kernel: 5.4.0-169-generic x86_64 bits: 64 compiler: gcc v: 9.4.0

          Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint 20.3 Una 
          base: Ubuntu 20.04 focal 

tb: v 116.6.0 filelink : box & Thunderbird Send (pref: >5MB) - both services connected with 10GB free space attach: ppt 18MB

File upload always fails, regardless which service; no error message just "file failed to upload" - suggestions for resolution appreciated

Asked by Steve 2 izinyanga ezidlule

Firefox crash

m using arm7 phone and with unrooted termux and xfce desktop to export display to vnc i use tool to enter whatsapp web in my vncviewer but when i enter any conversation o… (funda kabanzi)

m using arm7 phone and with unrooted termux and xfce desktop to export display to vnc i use tool to enter whatsapp web in my vncviewer but when i enter any conversation on firefox in the vnc firefox crashes immediately

this is the geckodriver traceback

Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=80.6358) Exiting due to channel error. Exiting due to channel error. 1705551185835 geckodriver INFO Listening on 127.0.0.1:39869 1705551195254 mozrunner::runner INFO Running command: MOZ_CRASHREPORTER="1" MOZ_CRASHREPORTER_NO_REPORT="1" MOZ_CRASHREPORTER_SHUTDOWN="1" MOZ_NO_REMOTE="1" "/dat ... 46607" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "/data/data/com.termux/files/> Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 console.warn: services.settings: Ignoring preference override of remote settings server console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 Read port: 39865 1705551197478 Marionette INFO Marionette enabled Read port: 39865 Read port: 39865 1705551197732 Marionette INFO Listening on port 36577 Read port: 36577 WebDriver BiDi listening on ws://127.0.0.1:46607 1705551198233 RemoteAgent WARN TLS certificate errors will be ignored for this session console.error: ({}) console.error: "Translations: SIMD not supported" (new CompileError("at offset 15: bad type", "chrome://global/content/translations/simd-detect-worker.js", 14)) DevTools listening on ws://127.0.0.1:46607/devtools/browser/a45657dd-1c54-44ff-ba84-056b9b8dd960 JavaScript warning: https://web.whatsapp.com/main.0cf917fc9b3d8f353e54.js, line 5: unreachable code after return statement JavaScript warning: https://web.whatsapp.com/main.0cf917fc9b3d8f353e54.js, line 5: unreachable code after return statement JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 102: Error: Could not get children of file(/data/data/com.termux/files/usr/tmp/rust_mozprofileSvOYg0/thumbnails) because it does not exist Exiting due to channel error. Exiting due to channel error.

is it problem because the tmp folder in directory that maybe cant be reachable due to rootless android and how i can change it to sdcard because i saw a comment for you about it i hope

i know its not about your tools sir but i appreciate any help since no one helped me on gecko and selenium github

Asked by ppt6gyjn5q 2 izinyanga ezidlule

extended search not working

When I enter a search string for both yahoo or google (but not as yet duckduckgo) somewhere the string is "edited" before it is sent and all extended search characters de… (funda kabanzi)

When I enter a search string for both yahoo or google (but not as yet duckduckgo) somewhere the string is "edited" before it is sent and all extended search characters deleted so "field1 field2" and "field1 -field2" return identical results. Some of the editing can be seen when the text is transferred from the search window to the address window. for example my try at ' "-"field2' was edited to '- field2' with a space between '-' and "field2". I am running Linux Mint and have done a Firefox update with no effect. Note that this not how it used to behave.

Asked by Dave Finn 2 izinyanga ezidlule

No 2024 email archive - Thunderbird.

My Archives stopped taking emails on 12/31/23 and a 2024 folder did not appear. In the past a folder for the current year automatically appeared. This has happened on m… (funda kabanzi)

My Archives stopped taking emails on 12/31/23 and a 2024 folder did not appear. In the past a folder for the current year automatically appeared. This has happened on multiple accounts. I am using 115.64.1 64-bit.

Asked by Hayseed 2 izinyanga ezidlule

XHR requests on the network tab of the DevTools don't show stack trace

I am doing XHR post requests from javascript. The requests entries don't show the stack trace tab. Am I missing some configuration? https://firefox-source-docs.mozilla.… (funda kabanzi)

I am doing XHR post requests from javascript.

The requests entries don't show the stack trace tab. Am I missing some configuration?

https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html#network-monitor-request-details-stack-trace-tab

Asked by hey+firefox.com 3 izinyanga ezidlule

Pocket blank place holder how to remove

I removed a Pocket link now I have a Blank Place Holder I would like to know how to remove the Blank Place Holder ? I am not subscribed to Pocket at least I do not … (funda kabanzi)

I removed a Pocket link now I have a Blank Place Holder I would like to know how to remove the Blank Place Holder ? I am not subscribed to Pocket at least I do not think I am

Asked by dwightrph 3 izinyanga ezidlule

Full screen videos leave blank notifications bar at top of screen.

When I open videos in full screen the notifications bar stays a blank white while in light mode, and grey in dark mode. There is nothing in the bar, it is just a differen… (funda kabanzi)

When I open videos in full screen the notifications bar stays a blank white while in light mode, and grey in dark mode. There is nothing in the bar, it is just a different colour than the video's black bars. I have tried all manner of resetting and toggling with add-ons and setting, within the app and on my phone. Is there any way of getting rid of the bar?

Asked by owenkloepfer 2 izinyanga ezidlule