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 724849 - Undo works incrorrectly for results
Undo works incrorrectly for results
Status: RESOLVED DUPLICATE of bug 694863
Product: gnome-calculator
Classification: Core
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-21 02:53 UTC by Sebastian Keller
Modified: 2014-02-21 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Keller 2014-02-21 02:53:10 UTC
When using undo after pressing enter to get a result, the displayed text reverts back as expected but the internal result stays the same as before the undo.

Example:
2+2<enter>
/2<enter>
ctrl+z
<enter>

Here is the output for each line:
2+2 -> 4
4/2 -> 2
(undo)
4/2 -> 1
Comment 1 Michael Catanzaro 2014-02-21 15:43:49 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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