https://bugs.kde.org/show_bug.cgi?id=489960

Gabriel Barrantes <gabriel.barrantes....@outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INTENTIONAL
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Gabriel Barrantes <gabriel.barrantes....@outlook.com> ---
> STEPS TO REPRODUCE
> 1.  enter a value in any radix
> 2. change the radix
> 3.  hit + then a number like 2 for example
> 
> 
> OBSERVED RESULT
> Input Error
> 
> EXPECTED RESULT
> The value plus 2 expressed in the new radix

I guess that for now that is intended... You probably entered a value that is
not valid in the base you changed into.
For example if you enter 9 while in decimal and then change to octal, the 9
will remain and is not a valid octal entry, so 9+2 will give input error... The
proper fix will require to update the input to be 0o11 (9) but requires a
significant amount of work... Open a feature request for it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to