Questions tagged as 'firefox'

1
answer

Multiple select rendering different for each browser

I have the following code: <select multiple="multiple" id="carros" size="1" name="carros"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="opel">Opel</op...
asked by 20.02.2014 / 21:28
1
answer

Printing reports in Firefox using Telerik Reporting

I'm having a problem, which is apparently bothering other developers who use the Telerik components .... link And the Telerik developers ... link The fact is that in Firefox it does not print when you click the print button, it p...
asked by 25.06.2014 / 22:27
1
answer

Global Scope Differences in UserScripts in Chrome and Firefox

I started programming UserScripts in Chrome and almost all of the code snippets I find work, but when it comes to Firefox it's a problem. In Chrome I use Tampermonkey and in Firefox Scriptish (which is a fork of Greasemonkey). [Note...
asked by 13.09.2014 / 02:49
1
answer

How to restart or continue the script

I've used imacro on these bug sites, and the process works perfectly. but it is not 100%. I need a code to put at the end of the script process that makes it look up the word on the site, if I find it start the process again, otherwise, wait 360...
asked by 21.09.2016 / 23:56
3
answers

Align text within select in Firefox

I'm trying to align the text inside a <select> but it's only aligned (by default) using Chrome and IE11 browsers (as it may seem), only in FF (v27.0.1) that the text stays in top. I have tried to use vertial-align:middle b...
asked by 07.03.2014 / 13:18
1
answer

Bug textarea with padding in Firefox

padding-bottom in <textarea> , works normally in Google Chrome and other browsers when scrollbar scrolls, but in Firefox the spacing always stays "fixed" and texts are cut off. Difference in Opera (based on Chromium) and...
asked by 18.08.2016 / 21:12
2
answers

Why type = 'date' does not work in Firefox?

I was testing a script to calculate interest and realized that my code does not work in Google Chrome , but if I open the same script in Mozilla it works perfectly. What can it be? elementsArray = document.querySelector...
asked by 16.10.2017 / 19:46
1
answer

jQuery unique, difference in Chrome and Firefox?

I'm having an unexpected behavior with unique of jQuery. The following command: var x = [1,2,1,2]; var y = $.unique(x); document.write(y); In Chrome it results in 1,2 (which is correct), but in Firefox it appears 1,2,...
asked by 14.05.2014 / 16:47
2
answers

Accessing windows registry via javascript?

No IE has ActiveX that lets me know if a record exists. Is there a way for Firefox and Google Chrome to let me know if a particular record also exists (using javascript) either through a plugin or another method?...
asked by 22.05.2014 / 16:24
1
answer

Working with SVG files dynamically

I'm developing a web page where I use a lot of CSS effects. between one of them I realized that I can not use filters in Firefox. Searching the internet I found some solutions that tell me to use SVG files. The problem is when I need to use 2 fi...
asked by 13.12.2013 / 19:33