Comment 3 for bug 1179422

Revision history for this message
Riccardo Ferrazzo (f-riccardo87) wrote :

But AC is showed when equals is pressed, then if an user can continue after equal is pressed what we have to do with AC? I have to turn it again into C?
Example:

3 C
 2 C
=5 AC <--- if i hide this equals sign do i need to show it again in case the user deletes everything under this point?
 1 C ?? <--- If the user presses C here only this line has to be cleared?
=6 AC ?? <--- AC here deletes everything or only from the nearest equal?
=??? <--- what happens if i press equals again here??? do i need to hide the previous equal signs? Do i need to remove this feature after being asked to implement it?