Comment 17 for bug 1793911

Revision history for this message
Michael Geselbracht (mgeselbracht) wrote :

Text is replaced like it is in 5.0 branch. Evaluation and <ENTER> is a bit strange.
I tested the feature in the properties dialog by appending "+1" to the position ("148.766+1"). This is not evaluated when I press enter (but it is with <TAB>).
But the evaluation is working with a different input ("1+2+3"). It seems that the beginning of the entered string is compared with the old one in order to detect a changed input.
So if the position is "148" and I change it to "148.1+1" it is working while "148+1" is not. Perhaps there is a test using atoi() ?

The BP is hit when I press enter.