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
-
0
votes0
answers56
viewsHTTP request error in Chrome and works on Edge and Firefox
I’m having a problem making an HTTP request with Angular 4, Edge and Firefox works without any problem, but in Chrome gives error in Post, Options passes quietly but the Post does not pass, in the…
-
0
votes0
answers38
viewsToggle Class with Scrolling in Firefox
Hello! I have the following code that works perfectly in Chrome for some reason, but not in Firefox. Can someone help me decipher why? Since it has already been worked to try to adapt to Firefox.…
-
0
votes1
answer42
viewsFlexbox problem in Firefox
I was making a Form that has to stay horizontal and that the inputs within it are responsive. I made the code in Chrome works perfectly however my problem and with Firefox, simply inputs do not…
-
0
votes1
answer37
viewsJavascript Script Returning Syntaxerror: Missing ; before statement only in firefox
I have a javascript function to read files that are inside the server. In all browsers it Funiona perfectly, with the exception of firefox that returns the error: Syntaxerror: Missing ; before…
-
0
votes1
answer85
viewsHTML/JS text field for date does not work in Firefox
I have the code below as an input for the date , works well on all browsers except in Firefox. It probably has something to do with the event.returnValue=false be ignored by browser, as I fix this?…
-
0
votes0
answers38
viewsMozilla Firefox extension
I have a problem, my extension does not work at all, first of all, I will explain to you what it serves: This extension when active makes the insertion of data in a form of a given web site,…
-
0
votes2
answers730
viewsInput number accept point in firefox
can help me? I have this input number that must accept decimal values. People fill the decimal with a dot (.) and not a comma (,) In all browsers works very well, EXCEPT in firefox which is our…
-
0
votes1
answer1233
viewsTypeerror: Argument 1 is not Valid for any of the 1-argument overloads of URL.createObjectURL in Mozilla Firefox
I have a web app with a webcam photo capture feature. This feature has always behaved very well in Chrome and Mozilla Firefox, but since yesterday the following error appears below in the Mozilla…
-
0
votes1
answer846
viewsTake print screen when error occurs on Selenium Webdriver
I have a mini bot made in Python that does the scraping of data from Direct Treasure, in short it logs into my account, goes in the statement takes this data and returns a json, which within my…
-
0
votes1
answer96
viewsPage printing is bugged in firefox
Hi, I’m using javascript window.print() to print a radio news html page. In Google Chrome is working according to my needs, but in Firefox it cuts most of the text. Below is 1 print of how it looks…
-
0
votes1
answer152
viewsdowload location - Selenium Firefox + Python
I can’t change the default download location in Firefox using Selenium the code is like this: from selenium import webdriver fp = webdriver.FirefoxProfile()…
-
0
votes1
answer49
viewsNotification permission dialog is not called in Chrome/firefox mobile
I’m trying to make a notification using the Notification on Chrome/firefox mobile, however I cannot request permission for the user. I put a alert to show what is the current page notification…
-
0
votes0
answers10
viewsAjax problems with Firefox 86
I have an application using Spring Boot, Bootstrap and jQuery running in Firefox. In the combo there is an ajax call. During the GET request, the screen objects disappear and when the combo returns…
-
-1
votes1
answer313
viewsUse of -Webkit-* and -Moz-*
The prefixes -webkit- or -moz- shall be used for elements operating without the use of such elements (such as box-shadow)? Normally those who use Chrome and Firefox have versions that support many…
-
-1
votes1
answer71
viewsIs there a Debugger showing why my code does not run in a particular browser?
I used a lot of javascript/jquery to build a project, but I ended up testing only on Chrome (it’s running perfect), so I decided to test it in firefox and realized that several features are…
-
-1
votes1
answer316
viewsLayout to adapt to browser resizing
Looking at many sites today, in this case, exclusively those with Layouts Responsive, I noticed a detail that was not of my concern until then. My doubt has been in qualifying whether a…
google-chrome responsive-layout internet-explorer firefox resizingasked 8 years, 9 months ago thelimarenan 391 -
-1
votes2
answers69
viewsPHP Mysql Insert only works in Chrome
I have a page with a form where is inserted name, project, etc... only when I click the form Submit in Firefox or IE does not work, But in Chrome works normally. OBS: 1- I had an old bank. When I…
-
-1
votes1
answer129
viewsAccess cookie saved in browser
Personal as I do to access a browser-saved cookie? Can be by the api of mozzarella or by the api of Chrome…
-
-2
votes1
answer36
viewsMy firefox does not render my Gina correctly
I always use Rome to do my tests on the pages I’m developing there in Rome everything is ok... But when I render the same page in firefox, the letters are slightly flattened and the measures and…
-
-2
votes1
answer519
viewsHow to access a safe local site by firefox?
I’m looking to release a site that I’m developing through the Chrome browser and need to fix the CSS bugs that are occurring in Firefox. But I’m having trouble accessing it through Firefox. Message…