Questions tagged as 'firefox'

3
answers

How to remove internal traces of a SELECT in Firefox

Once again I realize that Firefox is putting "additional styling" into my inputs. This time, in <select> , when I click on it to select an option, an internal dash always appears: This is something that happens specifica...
asked by 25.10.2017 / 19:02
1
answer

LINK Anchor for Section Does Not Work in FireFox

$(window).load(function() { $('a.scroll').each(function() { var id = $(this).attr('href'); if (id.match('^#')) { var target = $(id).offset().top - 65; var title = $(this).attr('title'); $(this).on('click tap', functi...
asked by 14.09.2015 / 16:37
2
answers

How to recover source code HTML bi Firefox via Addon / Complement?

I'm writing an addon to Firefox. I need to get the HTML source code open in the current Firefox tab and display in alert using JavaScript. I tried to use alert(document.documentElement.outerHTML) , but just show the code below:...
asked by 04.06.2014 / 04:45
1
answer

Possible bug input number in firefox

I was developing a calculation where I used a number field and a text field, where in the number field the user would enter the quantity of an item and the text field would give the value of the item calculated. In some tests performed, when the...
asked by 06.01.2015 / 13:27
3
answers

How to solve vertical centralization bug in Firefox?

The code below works perfectly in Chrome 46, Opera 32, Safari 9, but in Firefox 41 it does not work, the element gets stuck at the top instead of being centralized. Run the code below: .o-hero { background-color: #25385f; colo...
asked by 14.10.2015 / 04:05
1
answer

Scroll with animate does not work

The code below in jQuery runs perfectly fine in Google Chrome and Opera. The problem is that it does not work in IE and Firefox, before it worked. // Jquery document... $(document).ready(function() { $('a[href^="#"]').click(function (event...
asked by 21.04.2015 / 02:35
1
answer

javascript does not load image

I'm making a game in Javascript and the images do not load. When I open the console ( F12 ) it does not display an error. This happens in Google Chrome and Firefox. But when I put <img src="imagem.png"> it appears. <canvas i...
asked by 03.11.2015 / 15:34
1
answer

Insert HTML Video

I'm trying to insert a video into a page that uses html and php. I tried to use this tag <video src="video.mp4"></video> I also tried as <video><source="video.mp4" type="video/mp4"></video> when I o...
asked by 04.08.2017 / 20:13
1
answer

How to put advertisement in my application for Firefox OS

I created some HTML5 applications for Firefox OS, but I can not place advertisements to monetize it. Is there any tool for this?     
asked by 26.07.2014 / 05:34
1
answer

Ajax does not work in firefox and chrome works

I'm giving an insert in the database, in chrome it works, in firefox my request does not succeed. Has anyone gone through this? I changed the serialize () function and passed the values in an invidual way, to see if that was it. I tested the...
asked by 28.07.2018 / 01:05