Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

firefox fires focusout event automatically when input type is number

  • 1 wótegrono
  • 1 ma toś ten problem
  • 5 naglědow
  • Slědne wótegrono wót 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

Wót m9815402440 změnjony

Wšykne wótegrona (1)

more options