Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculator adds an unwanted additional decimal separator #163

Open
FelipeToledo opened this issue Feb 11, 2021 · 1 comment
Open

Calculator adds an unwanted additional decimal separator #163

FelipeToledo opened this issue Feb 11, 2021 · 1 comment

Comments

@FelipeToledo
Copy link

FelipeToledo commented Feb 11, 2021

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.

@fabiozaramella
Copy link
Member

Are you able to reproduce the bug in elementary OS 6 with the latest build of calculator?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants