After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705300 - Operation after undo returns a wrong result
Operation after undo returns a wrong result
Status: RESOLVED DUPLICATE of bug 701951
Product: gnome-calculator
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-01 15:50 UTC by Jacobo Aragunde Pérez
Modified: 2013-08-03 05:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jacobo Aragunde Pérez 2013-08-01 15:50:38 UTC
Try the following set of operations:

150-50 [enter] (screen shows 100)
100/2 [enter] (screen shows 50)
[ctrl+z] (screen shows 100/2)
[enter] (screen shows 25)
[ctrl+z] (screen shows 100/2)
[enter] (screen shows 12.5)
...

After the ctrl+z, the result in memory seems not to be undone and the /2 operation is applied to the new result instead of the previous one.
Comment 1 PioneerAxon 2013-08-03 05:05:13 UTC

*** This bug has been marked as a duplicate of bug 701951 ***