calculator icon indicating copy to clipboard operation
calculator copied to clipboard

Clear calculator result if closed, remember result if hidden/minimized

Open abodedis opened this issue 3 years ago • 3 comments

Problem

Calculator currently always remembers the last result and has to be cleared first when the calculator is needed again. This requires the user to perform an extra step of clearing the calculator before using it.

Proposal

a) Clear the calculator result if it was closed. A user closing the calculator means that the user is done. When the calculator is opened again some time later, the user will be presented with a cleared calculator.

b) Remember the calculator result if it was hidden/minimized. A user hiding the calculator means that the user is still working with the calculator.

c) Provide an option to toggle, for users who prefer the current behavior.

Prior Art

abodedis avatar Aug 20 '21 11:08 abodedis

A fourth option would be to select/ highlight the result from the last time when a new instance is started. That way, a user can simply overwrite the previous result without having to clear it first:

Calculator

zeroskyx avatar Aug 23 '21 07:08 zeroskyx

Needs input from UX team as to the preferred option.

jeremypw avatar Aug 25 '21 16:08 jeremypw

A fourth option would be to select/ highlight the result from the last time when a new instance is started. That way, a user can simply overwrite the previous result without having to clear it first:

Calculator

Seems like a better option, cause sometimes I accidently close my calculator without noting the results xD

rakshit087 avatar Oct 20 '21 10:10 rakshit087