38,827 questions
-2
votes
0
answers
78
views
CSS marquee with duplicated flex groups overlaps in Firefox but works in Chrome [closed]
I'm trying to create a simple infinite horizontal carousel using pure CSS.
The idea is to duplicate the content and translate it continuously so the loop appears seamless.
It works correctly in Chrome,...
-4
votes
0
answers
48
views
Where does firefox check for system theme (dwm/arch) [closed]
Hi I am using dwm with Arch Linux and am using Librewolf as my web browser, I can't find anything online on where to set a default of dark theme or light them so that sites automatically go into dark ...
1
vote
1
answer
124
views
Prevent Firefox 'Save address?' prompt on form submit in JavaScript address book app
I'm building a web-based address book module for a larger app where users will frequently create/edit contacts. Mozilla Firefox aggressively prompts "Save Address?" or "Update contact?&...
1
vote
2
answers
120
views
WebRTC working on Chrome/Edge and Safari but does not works on Firefox or opera
I’m sending a WebRTC H264 stream from a GStreamer webrtcbin pipeline. It works in Chromium/Edge and Safari (video renders, frames/bytes received). In Firefox, the connection succeeds, and a video ...
0
votes
1
answer
117
views
firefox extension: how do i write/update the side bar from firefox extension?
I'm writing a firefox (v.147) extension and I'm able to open a side bar.
How do I update/dynamically write messages (or add elements) from the extension onto the side bar?
0
votes
0
answers
89
views
Polyfill (scroll-timeline.js) resets CSS
On my website (simple php, html, css, js) I'm using scroll-based animations through js using animation-timeline, which are not supported on Firefox. Google team released scroll-timeline.js (polyfill), ...
0
votes
0
answers
78
views
Angular html image refresh behaves differently in FireFox compared to other browsers like Edge and Chrome
So I have a video feed on my Angular site, except it's not a real video feed and is instead just a static image that refreshes every second. Note that this is intended as the source of the feed doesn'...
0
votes
0
answers
191
views
NS_ERROR_NET_PARTIAL_TRANSFER error when streaming video in Firefox
My site has video hosted on it playing using the HTML5 video element, but when streaming these videos in Firefox, after about 2 minutes the playback stops with an NS_ERROR_NET_PARTIAL_TRANSFER error ...
0
votes
1
answer
123
views
Drag and drop API bugs/strange behavior on Firefox and Chrome [closed]
I want to create an application where you can use drag and drop to transfer some short string data from one browser window to another (where either window can be a popup window). Code in the example ...
-1
votes
1
answer
48
views
How to make table cell horizontally scrollable and fill remaining space in FireFox browser?
I have following table layout:
Table layout (in Microsoft Edge)
The center table cell is horizontally scrollable and fills the remaining space in width.
<table border="1" width="200">
<tr&...
Advice
0
votes
2
replies
45
views
Firefox keeps asking gmail login for udemy
I login to Udemy.com using Gmail, in Firefox. The Firefox browser doesn't remember the Gmail credentials and prompts for login everyday.
In the Firefox Settings > Cookies & Site Data, I have ...
1
vote
0
answers
151
views
Prevent Firefox from repeatedly asking for permission to access the clipboard
I have a webpage that tries to check the contents of the user's clipboard using navigator.clipboard.readText(). There's a button the page that can import something from the user's clipboard, but only ...
0
votes
1
answer
288
views
issue of running playewright using bunjs
i am trying to run playwright in bun. but when i run bun run test.ts, the output hangs at Launching Chromium....
output:
PS D:\\Javascript files\\ss_url_project_copy\\backend\> bun run test.ts
...
0
votes
0
answers
47
views
Chrome only: absolutely positioned floating label shifts/overflows differently when clicking label text vs input
I’m building a floating label input using Tailwind/React. The floating label is an absolutely positioned <span> inside a <label>, and it uses :has(+ input:is(:focus,:not(:placeholder-shown)...
0
votes
1
answer
44
views
Firefox SSO login shows file picker dialog instead of opening browser on Ubuntu 22.04/24.04
I'm developing a Linux application that opens SSO authentication URLs in the default browser.
On Ubuntu 22.04 and 24.04, when Firefox is the default browser, clicking the SSO link shows a file picker ...