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
Problem:
Every time the user inputs a decimal separator for the keyboard, an additional separator is input in the calculator. This bug has been detected using Elementary OS 5.1 with the French locale.
Example:
Typing '2,8' makes the calculator display '2,,8'
Typing '2.8' makes the calculator display '2,.8'
This bug makes the calculator do wrong operations:
2,,8 + 2 = 3,6
Or blocks it:
2,.8 + 2 = nothing, blocked with a warning ('.' is not known)
Problem:
Every time the user inputs a decimal separator for the keyboard, an additional separator is input in the calculator. This bug has been detected using Elementary OS 5.1 with the French locale.
Example:
Typing '2,8' makes the calculator display '2,,8'
Typing '2.8' makes the calculator display '2,.8'
This bug makes the calculator do wrong operations:
2,,8 + 2 = 3,6
Or blocks it:
2,.8 + 2 = nothing, blocked with a warning ('.' is not known)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: