Most voted "firefox" questions
Mozilla Firefox is a free and cross-platform browser developed by the Mozilla Foundation (Mozilla Foundation) with help from hundreds of contributors.
Learn more…120 questions
Sort by count of
-
1
votes0
answers112
viewsBizarre bug in player only happens on Chrome
I’m making a site with music playlist everything works fine on my pc on all browsers, but when I go up to the server, something bizarre happens, where only on google Core after I play 6 songs no…
-
1
votes1
answer95
viewsWebview with GTK
In Swift I have a webview which is basically a safari window, in C#. NET I have a webview which is practically a IE window. But in other cross-platform languages that use for example GTK for window…
-
1
votes0
answers48
viewsProblems with the <video> tag in Chrome
I’m having an unusual problem here with Chrome. With the tag . As you can see in the image, compared to Firefox the video in Chrome is distorted. Upei the part of the code referring to the affected…
-
1
votes0
answers32
viewsAdd function to firefox
I am wanting to make a modification to firefox so that it automatically updates the page after a period. In other words, I want to "trigger F5" in a certain time interval and on a certain page. I’ve…
-
1
votes0
answers79
viewsProblem with Firefox Printing
I have a system structure basically like this: <ul id="tabs" class="nav nav-tabs"> <li><a style="border-color: transparent;" data-toggle="tab" onclick="alterarAba(1)" href="#tabs-1"…
-
1
votes1
answer968
viewswamp Localhost in firefox does not work
Good afternoon everyone, I have the mysql package and wamp installed on my computer and I chose firefox as the default to open on wamp’s localhost. I did all the procedure to make his icon green,…
firefoxasked 9 years, 7 months ago Leonardo Gustavo Maran 93 -
1
votes1
answer1102
views@media in CSS does not work properly
I have two CSS links on my site: The normal layout, and the "responsive fixes" with @media. To do the tests with different screen sizes, I’m using Firefox’s Resposive Design Mode. When I did the…
-
1
votes1
answer79
viewsHttp request - log
I am developing a Curl process, and for this I am checking the pages necessary to manage the urls. However there is a page that performs Http Request 302 (redirect), and I’m unable to capture it as…
-
1
votes1
answer132
viewsHow to preserve Mozilla Firefox Browser Console Log?
In the Google Chrome browser, in the tab consola, there is an option for preservar log while we are testing things or developing our website so that we don’t have to rewrite the whole code again if…
-
1
votes0
answers108
viewsYslow does not work on Firefox
I have installed Yslow 3.1.8 in Firefox 49.0.1 but any link I click inside Yslow does not work. Does anyone know how to solve this problem so that you can browse all of Yslow’s features in Firefox?…
-
1
votes0
answers68
viewsSelect inside a button does not work in Firefox
I have a select inside button as follows: <button type="button" class="btn btn-primary" id="l_ns" data-toggle="button"> Choose the N to be stage <select id='n_selector' class="btn…
-
1
votes1
answer93
viewsBackground-size (Mozilla Firefox)
I have the following code background-image: url(#minha0imagem#); background-size: contain; background-repeat: no-repeat; Chrome is the way I want it, in the center and full screen. Firefox is not.…
-
1
votes2
answers519
viewsPlaceholder does not appear after applying "padding" to input
Hello, I have a very silly and simple problem that is making me waste a P#@& time! come on.. I’m using the Bootstrap v3.3.6 CLASS="form-control" In case someone wants to make an inspection on…
-
1
votes1
answer443
viewsHelp with placeholder that does not change color
Guys I really need your help. I am developing a website. So studying more precisely Html5 and css3 and I have a huge problem that I cannot solve... Here the format of the site in Codepen:…
-
1
votes1
answer40
viewsHow to analyze javascript error in Firefox DEV response
Using firefox dev, there is the console (Ctrl+shift+k), and within that console there are answers, PHP error responses are simple, or when a variable is passed empty, but when it is a javascript…
-
1
votes0
answers34
viewsmousedown in select Firefox
At the time of click in a <div> the <select> should open. That way I can open the <select>. $('.teste').click(function(){ var element = $('#select')[0]; var ev = new…
-
1
votes1
answer57
viewsVariable 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 me the error : TypeError: cta is null…
-
1
votes1
answer258
viewsDifferent responsiveness between browsers (Webkit & Mozilla)
I use Bootstrap 3 in my project. I used Mozilla throughout the creation process, and the responsive design works great on it and Edge. When I went to test the pages in browsers that use Webkit…
-
1
votes1
answer1230
viewsRange: change color of progress bar in Chrome
In the firefox it is possible to change the color of the slider using: ::-moz-range-progress. Is there any way to do Chrome also? HTML <input type="range" class="bar" min="1" max="100"> CSS…
-
1
votes2
answers200
viewsCombobox without formatting Bootstrap / Firefox
I’m using Bootstrap in a project, but I noticed that in Firefox the combobox is not formatted. See: Already in Chrome and Opera is perfect: How do I fix this in Firefox? I saw on the internet that…
-
1
votes1
answer418
viewsHow do I go through the Firefox Insecure Connection alert page with Geckodriver?
How to pass certificate error screen (insecure connection) with Geckodriver Firefox Webdriver? I’m hitting a URL that displays this alert. I already added in the browser exceptions, but the problem…
-
1
votes0
answers173
views(ASP MVC) Glyphicons Bootstrap does not work in Firefox
I have an ASP MVC 5 application where I use the Bootstrap that comes along, however, both in debug and in publishing, the Bootstrap icons (glyphicons) are not being loaded, see image: I am using the…
asp.net-mvc bootstrap-3 firefox bootstrap-glyphiconsasked 7 years, 6 months ago Guilherme Golfetto 743 -
1
votes1
answer36
viewsWhat is the meaning of the "raced" result in Firefox?
I was doing some tests for cache control in my web application and started receiving the result raced in Firefox 68.0.1.…
-
1
votes2
answers16
viewsHow to enable firefox extensions in Selenium?
I installed an extension in firefox but when Selenium opens firefox it starts without the extension, is there any way that Selenium can start firefox with the extension that is installed or make it…
-
1
votes0
answers169
viewsclick jquery does not work on firefox
Good morning, after the code that fills the table, click handling does not work on firefox, but works on Chrome, someone has some light, please? function carregarItens(){ //variáveis var itens = "",…
-
1
votes0
answers359
viewsSelenium works with Firefox, but not with Chrome
I was normally using Firefox on Selenium with Python, but I wanted to do some testing using Google Chrome, so I made the following change: self.driver = webdriver.Firefox() To self.driver =…
-
1
votes0
answers34
viewsMake it open and reopen every time a number of Python and Selenium tabs
I need this code of mine every hour to make the process of reopening all tabs or setting up or just closing everything and running this code every hour. Has as? from selenium import webdriver import…
-
1
votes0
answers88
viewsSelenium 3.8 + Firefox 56/57 does not run on Background
I have a service currently running with Firefox 46 + Selenium 2.53. However 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…
-
1
votes0
answers346
viewsProblem with CSS in Firefox
Hello, I’m with a project in Angular (2 and 4) and Materialize + Angular Material. The problem is, I can’t apply the CSS property zoom. Where in Chrome everything is ok but in Firefox it does not…
-
1
votes1
answer488
viewsRequests POST AJAX ASP net MVC
Good afternoon, I’m with a small doubt, I’m making a POST request with AJAX on ASP net MVC and it works normal, but in firefox I get an error on the console However, this error does not appear on…
-
1
votes1
answer255
viewsDisplay Flex property does not work on Firefox
I am developing a website and using a lot of display: flex. The problem is that I went to open the site in the Firefox browser and realized that it does not apply this property. I even looked in…
-
1
votes1
answer50
viewsCompile error using Selenium: Binary is not a Firefox Executable
I made the following script: #/usr/bin/env python3 -u import time import sys from datetime import datetime from selenium import webdriver from selenium.webdriver.common.keys import Keys from…
-
0
votes2
answers562
viewsTable being rendered by Firefox with different border thicknesses
I have a problem specifically for tables rendered in firefox. I need to use the border-Collapse property on my tables to join the edge of the cells. But when firefox renders the table, the edges are…
-
0
votes0
answers60
viewsHow to get the source code of an HTML page opened in Firefox?
How to get the source code of the current page opened in Firefox through Delphi?
-
0
votes0
answers84
viewsError in width Firefox
I’m looking to position a div on the site, but in Chrome appears one way and in Firefox another, IE, div in Chrome positions correctly, but in Firefox is more to the left than in Chrome and left the…
-
0
votes1
answer1203
viewsPadding-top does not work in the content below the bootstrap navbar, in firefox browser
Context: I’m using Bootstrap as a framework for the interface and Django part for the business rules and database access part of a website I’m developing. The problem: I have two navbar, one for the…
-
0
votes0
answers92
viewsHow to copy the selected text to the Clipboard using firefox?
I need, after selecting a text on any web page, that I copy this text, sending the text to another function, which will make later "post". The problem is that I need to remove the selection after…
javascript firefox clipboard extension firefox-extensionasked 8 years, 6 months ago Luciano Zancan 321 -
0
votes2
answers492
viewsHow to format date in firefox
I was making a web page and needed a textarea to date. When I put type date input into Chrome it creates a date mask, not allowing users to type letters and do not need to type the / to separate the…
-
0
votes0
answers91
viewsclip-path with Firefox problems
I’m using the clip-path technique to make a polygon in a certain area of the site: .cliped { -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%); -ms-clip-path: polygon(0% 0%, 100% 0%,…
-
0
votes1
answer107
viewsFirefox redirects to wyciwyg://url
After an Ajax call, return html as string and Gero a new page with document.write(). But when browsing this page, when using the browser back or forward, the urls of the pages begin to come with…
-
0
votes1
answer91
viewsDotted effect on select and button in Firefox
Is there any way to remove this stippling that appears when you click on a select or button in firefox?…
-
0
votes1
answer50
viewsCircle between inline-block elements in firefox
I wonder what are these circles inserted between some elements with display inline-block in the firefox Mozilla, because they take up space and disturb the layout.…
-
0
votes2
answers175
viewsFirefox is not running Jquery’s . css() method, how to fix it?
I’m using this script Jasny-bootstrap.js, in that code snippet <head> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />…
-
0
votes1
answer458
viewsFile Download - Excel - Firefox
I have the download link to an XLS file. Every day I need to DOWNLOAD this file (I can only access by firefox), SAVE in a folder to feed my spreadsheet. ( the sheet is "linked" in this file. I need…
-
0
votes1
answer36
viewsVideo with Reflection in firefox
I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background:…
-
0
votes1
answer11
viewsWhere did the _POST demo of the console end up in the new firefox?
Until I update firefox on my PC (Ubuntu 16.4) the console demonstrated in one place 'params' (I’m not sure anymore if it was 'params' or 'post') what I had sent by the method post, now this tab does…
-
0
votes2
answers59
viewsDetect Firefox add-ons with Javascript
I created an extension for Chrome and Firefox, both are in their respective stores Webstore and Mozilla Addons, goal is to identify if the user has the extension installed otherwise inform that you…
-
0
votes0
answers22
viewsCompatibility error
Does anyone know the reason for this compatibility error between browsers and how to solve it? On Chrome, show the correct page. In firefox, the logo is on top of the names. At IE, I managed to fix…
-
0
votes1
answer143
viewsAccess denied for printing iframe in Firefox
I have a system where I need to print a PDF by clicking the button. The url is built according to the shipment ID, so dynamically, I use an iframe that will load the data and, when loaded, I call a…
-
0
votes2
answers551
viewsBackground printing issues using bootstrap in Firefox
Good afternoon friends, I haven’t had much practice with Bootstrap yet, I haven’t been able to figure out a way to keep a div background when I print a page through the window.print() I have the…