https://bugs.kde.org/show_bug.cgi?id=489660
--- Comment #5 from Gabriel Barrantes <gabriel.barrantes....@outlook.com> --- > II. If the display field contains a number, switching the numeral system > sometimes doesn't display the result for octal and binary numeral systems. > Steps to reproduce: > > 1. Open KCalc > 2. Switch to the Numeral System Mode > 3. Switch to the decimal numeral system > 4. Enter 99+1: the display field shows 100, the labels below the switches of > the numeral system show correct values > 5. Switch to the hex numeral system: the display field shows 9A (it's okay) > 6. Switch to the octal or binary numeral system: the display field shows > nothing (it's not okay) 99+1 is not a valid octal entry, that's why the result is not showing up (if you click = it will indicate "input error"), in the near future I don't think this will get fixed because the only reasonable solution would be to change the "99+1" to "0o143+0o1" in the input display but that's a bigger patch... For now I will consider it "not a bug/feature request". -- You are receiving this mail because: You are watching all bug changes.