firefox Questions

2

I'm using the following HTML, CSS and Javascript to disguise a video player as an audio player. It works perfectly in Firefox but in Chrome pressing the play button does not actually play anything....
Mischievous asked 25/9 at 6:5

4

I have been unable to deduce why Chrome(97.x.x.x) is unable to load the response for a successful POST XHR. It displays the following message in the response section: Failed to load response data: ...

4

I'm running a Centos 7 desktop with gnome, although similar issues regularly come up with Arch and other distros. When I checked my cpu usage via top, pulseaudio was using nearly 20% cpu. I hunted ...
Fenske asked 20/2, 2021 at 9:57

4

Solved

In the frame I'm working with, I have the following element: <div class="x-grid3-cell-inner x-grid3-col-expRepCol"> New session from client IP 192.168.5.3 (ST=/CC=/C=) at VIP 192.168.5.2 Lis...
Multifoliate asked 20/11, 2014 at 21:2

5

Solved

I'm doing a POST request from my frontend using fetch API. But when I tried in Firefox, it doesn't work. In Chrome works fine. Here's what I'm trying to do. const handleSubmit = async event =&gt...
Pergrim asked 4/12, 2019 at 12:51

2

Solved

I know that editing Javascript code in Chrome Developer Tools is possible - but I have not found a similar option in Firefox. Is there any way to edit the Javascript on a page in Firefox?
Interviewer asked 23/7, 2016 at 4:29

3

Solved

How is it possible to force a hard reload on Firefox for Android? On desktop it works with Ctrl + F5, but how does it work in the app?
Inapprehensive asked 26/1, 2022 at 21:29

2

Solved

I'm developing a webapp and I'm including websocket connectivity. I've installed a websocket server with node.js (5.0.0) with websocket (https://www.npmjs.com/package/websocket). In Chrome it work...
Trump asked 8/11, 2015 at 7:26

9

When using firefox, an ajax post request i have is being reported as aborted in firebug. The ajax post works fine in IE and Chrome. It is not a cross domain request. I tried looking at the issue us...
Solley asked 30/10, 2012 at 22:27

7

Solved

My code looks like this tell application "Firefox" open location "http://rubyquicktips.tumblr.com/" end tell But if I have Firefox open, the link will open in a new tab. But I...
Duchess asked 5/9, 2010 at 10:36

10

Solved

Is there an application or way to render a README.md file in a browser on or offline? I am learning Markdown, and want instant feedback on some of my writing, as sometimes I forget a space or...
Sphene asked 22/8, 2012 at 21:3

4

Solved

Firefox inserts a <br /> tag on press enter whereas the other browsers are adding either a <p> or <div>. I know that chrome and safari are inserting the same tag of the firstchild...
Gynaeceum asked 18/4, 2011 at 15:55

3

Which GUI library is used to develop Firefox? Qt? GTK+? Windows native?
Sunda asked 15/6, 2011 at 2:24

2

Solved

Suppose i want to override a function inside the native code provided by Sencha in the file ext-all-debug.js. The function is defined inside the Ext.util.Renderable-class and has the name cacheRef...
Dormeuse asked 3/11, 2014 at 11:2

2

Solved

I am drawing a simple two rectangle svg as follows: <svg width="72px" height="72px" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg"> <rect stroke-dashoffset="0" x="2.4px" y="2.4px...
Appleby asked 18/8, 2017 at 22:14

6

Solved

I am trying to send a variable from a background script to a content script that is associated with an HTML page. The content script updates the HTML content with the variable received from the bac...

6

Solved

In recent versions of Firefox (since 42 or 43 maybe?), I find some sites unusable due to NS_ERROR_STORAGE_CONSTRAINT errors. I currently have 43.0.4. For example, when I go to https://jsfiddle.net/...
Seidler asked 20/1, 2016 at 12:40

2

I want to be able to test if a specific character, such as 💧 (that's a raindrop emoji, in case you can't see it), will render correctly in a user's web browser, so that if that character doesn't r...
Hotblooded asked 9/3, 2020 at 19:46

3

I am trying to make websocket connection to a backend server that uses a self-signed certificate. In firefox I've added an exception for the self-signed cert. However my websocket connection wss:/...
Leyba asked 31/12, 2014 at 20:20

2

There are some old questions regarding this topic, but the issue I'm facing is just some days old so thought to create a new thread. I am using the content-disposition inline combined with filename...
Bankrupt asked 30/3, 2022 at 14:53

2

Solved

I'm having a problem with Firefox's debugging panel, spcecifically on the Network tab; when a POST request sends some JSON, it shows the request body inside a tree-like viewer; while this viewer is...
Diakinesis asked 10/1, 2018 at 12:25

4

Solved

I'm using the following calc() equation to calculate the width of two divs: CSS .MyClass { width: calc((100% - 800px) / 2); width: -moz-calc((100% - 800px) / 2); width: -webkit-calc((100% - 80...
Ingvar asked 30/5, 2014 at 15:42

11

Solved

There is a similar question about the same issue on Chrome, with an answer that solves it in Chrome. When I try to go to http://localhost:8000/, Firefox redirects me to https://localhost/ . Why? ...
Errecart asked 3/8, 2016 at 21:43

3

Having file:// links within a website e.g. http://localhost will not open because of security reason. In IE and Firefox it's possible to allow such access either in the "Trusted Sites" &...

7

I want to avoid using jQuery or another library for the sake of keeping my code minimal, I need very little in the way of features, I just want to append to a list when the user scrolls to the bott...
Coco asked 23/6, 2011 at 15:43

© 2022 - 2024 — McMap. All rights reserved.