Enter one-line summary

Issue #5 closed
Johan Thelin created an issue

Originally reported on Google Code with ID 5

Reported by Māris Nartišs:

"looks like there is a bug in SpeedCrunch 0.6-beta2 (shipped with Kubuntu).
When I start to enetr some function (sqrt for example), SpeedCrunch returns
it's result BEFORE I enter any digits. It's quite annoing to have result
without any digits. And, yes, SC guessed wrong result ;)"

Note:

The result is from sqrt(ans), as sqrt is extended to that by default... so,
not a bug, just a user interface hickup.

Reported by e8johan on 2006-08-09 16:32:33

Comments (6)

  1. Former user Account Deleted

    ``` You where right - it really comes from ans, ONLY from PREVIOUS SC run. This looks really scary. How to reproduce: 1) Open SC, type in sqr and wait. Result pops up and is "0". 2) Do some other calculation (1+1); 3) Close SC, and then repeat 1 step. Now result shown is sqrt(ans) where ans is value from previous SC run.

    There is also some warning in console: QGDict::hashKeyString: Invalid null key ```

    Reported by `maris.kde` on 2006-08-09 16:49:37

  2. Former user Account Deleted

    ``` Fixed in trunk. Upon very first run, no autocalc pop-up will appear. I think this solves the issue. ```

    Reported by `ariya.hidayat` on 2006-10-08 11:13:57 - Status changed: `Fixed`

  3. Former user Account Deleted

    ``` Fixed also in branches/0.7 and branches/0.6 ```

    Reported by `ariya.hidayat` on 2006-10-09 10:12:44

  4. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2007-05-15 13:21:01 - Status changed: `Verified`

  5. Log in to comment