Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

firefox fires focusout event automatically when input type is number

  • 1 risposta
  • 1 ha questo problema
  • 5 visualizzazioni
  • Ultima risposta di cor-el

more options

I have a JavaScript code running perfectly in all browsers except Firefox. I am running it in Firefox Quantum Version 66.0.2 (64-bit). I have three HTML input controls, all have their display style set to none. Clicking on a link shows first input. On focusout event of first input, first input hides and second input becomes visible. Similarly on focusout of second input, second input hides and third becomes visible.

I wrote simple function for this. They are working in all other browsers. But in firefox when 'Click to show first' is clicked, it shows 'first' input. When tab is pressed then focusout events of 'second' and 'third' are fired by itself and 'second' and 'third' inputs are never shown. Interestingly if input type of all is changed from number to text then same code works fine.

Here is the jsFiddle link https://jsfiddle.net/manpreet_cool/znk43j9w/3/ open this link in firefox, you can see it in action.

here is the link to question on stack overflow: https://stackoverflow.com/questions/55437541/firefox-fires-focusout-blur-event-automatically-when-input-type-is-number

I have a JavaScript code running perfectly in all browsers except Firefox. I am running it in Firefox Quantum Version 66.0.2 (64-bit). I have three HTML input controls, all have their display style set to none. Clicking on a link shows first input. On focusout event of first input, first input hides and second input becomes visible. Similarly on focusout of second input, second input hides and third becomes visible. I wrote simple function for this. They are working in all other browsers. But in firefox when 'Click to show first' is clicked, it shows 'first' input. When tab is pressed then focusout events of 'second' and 'third' are fired by itself and 'second' and 'third' inputs are never shown. Interestingly if input type of all is changed from number to text then same code works fine. Here is the jsFiddle link https://jsfiddle.net/manpreet_cool/znk43j9w/3/ open this link in firefox, you can see it in action. here is the link to question on stack overflow: https://stackoverflow.com/questions/55437541/firefox-fires-focusout-blur-event-automatically-when-input-type-is-number

Modificato da m9815402440 il

Tutte le risposte (1)

more options