| Summary: | Parenthesis cannot be entered from the keyboard | ||
|---|---|---|---|
| Product: | [Applications] kcalc | Reporter: | Mikael B <mikael79> |
| Component: | general | Assignee: | Evan Teran <evan.teran> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.13 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 350947 *** |
Typing "(2+3)*5 <Enter>" gives me 17, but if I reach for the mouse to click on the parenthesis while typing the digits and operators, I get the expected result (25). Reproducible: Always Steps to Reproduce: 1. In kcalc (scientific mode), type (on the keyboard) the expression (2+3)*5 Actual Results: The response is 17 Expected Results: The response should be 25 As comparison, instead of typing the parenthesis "(" and ")", use the mouse to click them in the UI. The response is the correct value (25).