3
I was developing a calculation where I used a number field and a text field, where in the number field the user would inform the amount of an item and the text field would give the value of the calculated item. In some tests performed, when the number field is modified via the field arrows, when resetting the form, the value of the number field is not discarded. Such error occurs only in firefox and only when selecting the value one(1). If you type the number via keyboard and reset the form the error does not happen. In this link from JSFIDDLE it is possible to check the error. Is there any way to fix this?
I selected the value
1
and the form has been reset correctly. I am using Firefox 32 by Fedora 20.– Oeslei
Hello @Oeslei, repeat this procedure twice. The text field does not show the calculation.
– Bruno Duarte
To reproduce the problem: up arrow, check, up arrow.
– mgibsonbr
The problem does occur.
– Oeslei