HP Forums
bug in command line with / ? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: bug in command line with / ? (/thread-3370.html)



bug in command line with / ? - phgerin - 03-14-2015 08:24 AM

Cas mode, textbook, last firmware.

Lets say I have 'sin(x)' in the history.
Now, I want to enter 2/sin(x), so I type 2 then /
The cursor is on the denominator of the fraction.
At this stage, if I select sin(x) in the history and press enter, sin(x) is inserted at a wrong place in the numerator (see screenshot).
If I type 2 / then 'ans', everything is ok.

Edit: bug only present when using the keyboard to select and not via the touchscreen.


RE: bug in command line with / ? - Marcus von Cube - 03-14-2015 01:06 PM

It's probably the first use of up arrow that moves the cursor inside the expression before the next 'up' enters the history screen.


RE: bug in command line with / ? - phgerin - 03-14-2015 02:16 PM

Correct, I didnt notice it.
Thank you !