GNOME Bugzilla – Bug 125782
Display confusing if user just enters a "(".
Last modified: 2004-12-22 21:47:04 UTC
If the user enters a left parentheses "(", without there being an outstanding operator, the display shows: 0( which is confusing because it could be taken that the result of the bracketed calculation will be multiplied bu zero).
Note that if the user has an outstanding operator then the display is correct. For example, if the user has typed: 2*3<Return>+( Then the display will show: 6+(
Created attachment 21832 [details] Fix for the problem.
Changes checked into CVS HEAD. Fixed in gcalctool v4.3.23.