Questions tagged as 'firefox'

0
answers

How to import service classes into Mozilla WebExtensions

I'm migrating an addon from mozilla. (Migrating from ADDONS-SDK to WebExtensions technology, but I'm having trouble importing the main API classes. When the plugin was made with ADDON-SDK, the import was done like this: //Import das principa...
asked by 25.01.2018 / 12:55
0
answers

HTTP request giving error in Chrome and works on Edge and Firefox

I have a problem when making an HTTP request with Angular 4, in the Edge and Firefox works without any problem, but in Chrome gives error in the Post, Options passes quietly but the Post does not pass, in the image it is easier to see the error...
asked by 24.01.2018 / 12:22
0
answers

Have it open and reopen every x time a number of Python and Selenium tabs

I need this code of my every hour to do the process of reopening all tabs or setting or just close everything and run that code every hour. How? from selenium import webdriver import time import json import sys import os import pyautogui if l...
asked by 06.12.2017 / 20:24
1
answer

Css does not work in firefox

I'm starting to study css for a certain need. I'm trying to develop a project for learning purposes, but css is crashing in firefox. I have the following html code: <!DOCTYPE html> <html lang="en"> <head> <meta...
asked by 24.11.2017 / 13:40
0
answers

Compatibility error

Does anyone know the reason for this compatibility error between browsers and how to solve it? In chrome, it shows the correct page. In firefox, the logo stays on top of the names. In IE, I managed to resolve. The problem is only in firefox....
asked by 30.11.2017 / 15:54
1
answer

HTML / JS text field for date does not work in Firefox

I have the code below as an input for the date, it works fine on all browsers except Firefox. It probably has something to do with event.returnValue=false being ignored by the browser, how do I fix this? <html> <scr...
asked by 16.08.2017 / 21:20
4
answers

Clear cache of browsers with javascript

Is it possible to clear the cache of Firefox and Chrome browsers via Javascript? With Internet Explorer I can do it, but not the ones mentioned above. Dude, it did not work, I think the problem occurs because unless the user logged in remembe...
asked by 10.06.2014 / 14:27
1
answer

File Download - Excel - Firefox

I have the download link for an xls file. Every day I need to DOWNLOAD this file (I can only access through firefox), SAVE in a folder to feed my spreadsheet (the spreadsheet is "linked" in this file.) I need a macro to do: download this file (t...
asked by 07.05.2017 / 15:39
1
answer

Problem with Flexbox in Firefox

I was making a Form that has to stay horizontal and the inputs inside it are responsive. I made the code in Chrome works perfectly because of my problem and with Firefox, the inputs simply do not respect the width and end up leaving the form. I...
asked by 06.05.2017 / 22:57
1
answer

Circle between elements inline-block in firefox

I would like to know what these circles are inserted between some elements with inline-block display in mozilla firefox, because they occupy space and hinder the layout.     
asked by 13.04.2017 / 16:12