Questions tagged as 'firefox'

1
answer

Variable returning null only in Firefox

I have the following piece of code: var cta = document.querySelector('.cta'); In Chrome / Opera it returns the element correctly, only in Firefox it is returned the error: TypeError: cta is null Does anyone know what it can be? I'm...
asked by 28.12.2016 / 14:36
1
answer

How to preserve Log of the Mozilla Firefox Browser Console?

In the Google Chrome browser, on the consola tab, there is an option for preservar log while we are testing things or developing our site so we do not have to retype the code all over again in case we need to update the page to tes...
asked by 24.02.2016 / 03:09
1
answer

WebView with GTK

In Swift I have a webview which is basically a Safari window, in C # .NET I have a webview which is practically an IE window. But in the other crossplataform languages that use eg GTK for generating windows like that I create a webview? how to u...
asked by 27.03.2015 / 03:25
1
answer

Activate / deactivate an ActionButton on a certain page

I'm developing an extension for Firefox browsers, so the need arose to control the action button so that it is inactive until the user enters a certain page. For example, I'll use the link page as an example. Well, I would like the button t...
asked by 13.09.2014 / 19:16
3
answers

Transparency of a SWF with wmode = transparent does not work in Firefox [closed]

I need to display a SWF with transparency. <wmode = transparent> is working in all browsers, except in Firefox. What can it be? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="root"...
asked by 15.09.2014 / 18:33
1
answer

Bootstrap Navbar Collapse problem with firefox

I recently started working with Bootstrap and am trying to create a navbar . The problem is that navbar appears to be normal until we decrease the size of the window where it gives collapse as it should, but the toggle...
asked by 03.03.2014 / 19:15
0
answers

Problem with CSS in Firefox

Hello, I'm working on an Angular design (2 and 4) and Materialize + Angular Material. The problem is, I can not apply the zoom CSS property. Where in Chrome everything is ok but in Firefox it does not have this property. Which alternative can...
asked by 04.06.2018 / 19:09
1
answer

Range: change progress bar color in chrome

In firefox it is possible to change the bar color using: ::-moz-range-progress . Is there any way to do in chrome as well? HTML <input type="range" class="bar" min="1" max="100"> CSS .bar::-moz-range-progress{ backg...
asked by 26.12.2017 / 19:40
0
answers

Selenium 3.8 + Firefox 56/57 does not run in Background

I have a service currently running with Firefox 46+ Selenium 2.53. But I need to update it and I'm trying to use Firefox 56 or 57 with Selenium 3.8. When I run on my machine the service runs nice, but when I run it as windows service, it does no...
asked by 12.12.2017 / 13:13
0
answers

Selenium works with Firefox, but not with Chrome

I was normally using Firefox in Selenium with Python, but wanted to do some testing using Google Chrome, so I made the following change: self.driver = webdriver.Firefox() To self.driver = webdriver.Chrome() It opens Google Chrome but s...
asked by 16.11.2017 / 12:50