Microsoft/calculator

Typing the most negative number by numpad not possible

Offen

#1.541 geöffnet am 12.05.2021

 (7 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C++ (5.745 Forks)batch import
Area: User ExperienceBugPri: 2help wantedtriage approved

Repository-Metriken

Stars
 (30.929 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15h 43m) (7 gemergte PRs in 30 T)

Beschreibung

Hello, steps to reproduce:

  • Switch to programmers mode (Alt+3)
  • Switch number size to BYTE
  • Now it is not possible to just simply enter a value -128 by numeric keyboard.

I am programmer and I found out reasons why it is not possible. You binded a minus input with an operation minus and then expecting a positive value which +128 is not valid. But your focus should be to user experience and I as a user started typing negative value -128. And it really should be possible to just enter a simple number like -128 which is in hexa 0x80 fully valid number.

Contributor Guide