You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As user types into a validated text field, if the new string is still invalid but the error message (reason of invalidity) changed,
the message is not updated to reflect the new reason.
DAO -> Governance->Make Proposal->Proposal for changing a parameter
Select BTC maker fee
While the current value is 0.001, gradually type 0.0011. Notice the error messages displayed for each partially entered value.
Expected behaviour
The error message reflects the reason why the value in the text field is invalid.
E.g.: going from 0.00 to 0.001 should switch from "dust limit not allowed" to "must be different from current value".
Actual behaviour
The first error message that "snaps in" and is not updated when the reason for invalidity changes. One of the ways to get a correct message is to focus out of the field and then refocus the field again.
Screenshots
Below are the states of a field as the value 0.0011 is being entered, and then cleared again.
Device or machine
Windows 10, OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
The text was updated successfully, but these errors were encountered:
Description
As user types into a validated text field, if the new string is still invalid but the error message (reason of invalidity) changed,
the message is not updated to reflect the new reason.
Version
c52d669
Steps to reproduce
0.0011
. Notice the error messages displayed for each partially entered value.Expected behaviour
The error message reflects the reason why the value in the text field is invalid.
E.g.: going from 0.00 to 0.001 should switch from "dust limit not allowed" to "must be different from current value".
Actual behaviour
The first error message that "snaps in" and is not updated when the reason for invalidity changes. One of the ways to get a correct message is to focus out of the field and then refocus the field again.
Screenshots
Below are the states of a field as the value
0.0011
is being entered, and then cleared again.Device or machine
Windows 10, OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
The text was updated successfully, but these errors were encountered: