firefox Questions

13

Solved

position:sticky is said to be working in firefox but I'm not seeing my sidebar stick. My html looks like this: <div class="wrap"> <div class="sticky">side </div> <div cla...
Foskett asked 17/12, 2014 at 8:59

2

I have a form containing an input file field [<input type="file" id="select-file" accept=".md"><label for="select-file">Select import file</label>]. It has defined a jQuery handle...
Edsel asked 12/10, 2016 at 3:36

8

Solved

I am attempting to detect WebGL support across multiple browsers and I've encountered the following scenario. The current version of Firefox appears to report positive support using the following c...
Warner asked 8/8, 2012 at 18:44

2

Solved

I am getting a problem with possibly Cors. I am doing local dev(react frontend, asp.net core 2 api backend). Both IE 11 and Chrome have no problem, but Firefox has a problem with my requests. I j...
Avalanche asked 19/7, 2018 at 17:41

3

I have two CentOS VMs which use Jenkins to run automated tests through firefox. Both have firefox installed. Both versions of firefox are the same (firefox-56.0.1). I do not know if they are both x...
Cutlery asked 8/6, 2018 at 20:36

7

Solved

I have designed a website using Firefox and am now looking to integrate a softphone into the webpage, but unfortunately it is made with ActiveX, so Firefox won't support it. I have tried opening my...
Indisposition asked 4/5, 2011 at 9:34

3

Solved

I'm developing a FileShare application with webRTC. I want to implement the client in JavaScript/HTML. The code should be run on the clients browser. I need to save them when downloaded via webRTC....
Abixah asked 10/10, 2013 at 5:14

5

Solved

Is there a way to make your Selenium script undetectable in Python using geckodriver? I'm using Selenium for scraping. Are there any protections we need to use so websites can't detect Selenium?
Diehard asked 15/11, 2019 at 8:29

4

Solved

I have noticed that in recent versions of Mozilla Firefox there is a super, super annoying bug that disables pastes into the developer console. This has to be the single worst idea ever. However, ...
Jesse asked 27/10, 2014 at 21:7

3

Solved

My webpage converted to full screen mode using this following code. var element = document.getElementById("b"); if (element.mozRequestFullScreen) { element.mozRequestFullScreen(); } else if...
Decato asked 22/1, 2014 at 9:39

8

Solved

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type='text/css'> #body{ margin:0px; } #headerDiv{ background-color:#e0e2eb; }...
Mathildamathilde asked 28/5, 2010 at 2:58

1

I am looking for an equivalent to remote debugging using Safari to debug a JavaScript edge case that only occurs on Firefox (iOS). For this project, a remote console would be enough. Thanks!
Mailbox asked 25/3, 2021 at 15:29

6

Solved

I have a tfevent file already present on my Drive and I have successfully connected it to Google Colab. After searching within the issues of Tensorboard Github, I found that I had to set dom.servic...
Climatology asked 6/10, 2020 at 3:1

6

So I've been working on scraper that goes on 10k+pages and scrapes data from it. The issue is that over time, memory consumption raises drastically. So to overcome this - instead of closing driver ...

2

I have bought a template that comes with hundreds if not thousands of files (Javascript, images, plugins, etc.). I have now chosen one of the homepages (out of many) that I want to use. Rather than...
Flame asked 8/8, 2016 at 15:5

4

I have a link on click of which a request should go to web server and on successful execution a redirection should happen. I have used ajax for this but I am getting NS_Binding_Aborted error in HTT...
Natividad asked 26/10, 2012 at 10:27

5

Solved

I've noticed a slight issue using rems when it comes to comparing how they render in Chrome and Firefox. Using the following CSS: html { font-size: 62.5%; } .rem-test { width: 50%; height: 20...
Plotter asked 25/2, 2015 at 12:8

4

I have my own browser extension with some personal website customizations. Works fine in Chrome, but doesn't work in Firefox. Unlike Chrome, it seems Firefox can't install unpacked extensions or ...
Chasitychasm asked 6/6, 2020 at 19:48

4

Solved

I am looking to disable images in Firefox when using Selenium. It should be a simple update of the preferences in firefox, which is documented on the instructions on Disable images in Selenium Pyth...
Mclaren asked 22/7, 2015 at 18:57

7

Solved

I'm unable to upload my firefox extension using the form provided by mozilla. I'm constantly getting the error Your add-on failed validation with 2 errors. No install.rdf or manifest.json foundAdd-...
Operetta asked 6/12, 2016 at 21:29

7

Solved

Firefox does not honor the hosts file when browsing to an URL. For example; My hosts file says 127.0.0.1 local.webdev.com and entering the local.webdev.com URL into the address bar sends me to the...
Tolbert asked 13/11, 2019 at 17:14

5

Solved

Browser: Firefox 6.0 I've Page A with the following setup to make sure the content is NOT stored in the bfcache of the browser: 1) $(window).unload(function(){}); 2) Following HTTP headers: &...
Maddock asked 30/8, 2011 at 18:40

3

I have been having trouble with my delete requests not working in Firefox with only info given is "error Request aborted". All other requests are working fine but on Firefox, the delete request is ...
Hanway asked 30/4, 2020 at 11:38

9

if the browser window is in bg, then this line doesn't work. from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By # availabl...
Hooge asked 21/4, 2014 at 15:15

2

SVG 1.1 Support in Firefox: SVGSVGElement: Unimplemented bindings: getIntersectionList, getEnclosureList, checkIntersection, checkEnclosure, deselectAll SVG 1.1 spec: 5.11.2 Interface SVGSVGEleme...
Destinydestitute asked 20/1, 2016 at 7:14

© 2022 - 2024 — McMap. All rights reserved.