Comment 0 for bug 1380561

Revision history for this message
exebetche (guillaume-lemaout) wrote : Result edition in hexadecimal

Version: 1:3.10.2-0ubuntu1.2

I want to edit a result in hexadecimal:
* Test case
- open gnome-calculator
- choose "Programming mode"
- choose "decimal" and enter a decimal number then press "Enter"
- choose "hexadecimal" to convert the number in hexa
- add an hexadecimal value to the result and press "Enter"
- Here you'll see 'Unknown variable 'ansX'' where X is what you appended to the value
- if you press enter before editing the result, it display the decimal value again

I think this is a part of a larger problem about how results are stacked and displayed, ex:
- choose "Basic mode"
- Enter "1+2" and press Enter
- Edit the result "3" with "x2" and press Enter
- Press Enter again you see "3x2"
- Press Enter again you see "12"
- Each time you press enter you see "3x2" but it applies "x2" to the previous result (12, 24 and so on)