LBEM-CH / focus

High Throughput Electron Microscopy Image Processing Software
http://www.focus-em.org
GNU General Public License v2.0
35 stars 14 forks source link

cursor jumps to the end of a text box during correction of input #223

Closed n1kt0 closed 6 years ago

n1kt0 commented 6 years ago

when correcting some input in a text box the cursor jumps to the end of that box when you press the first key. this behavior is not noticed when typing in an empty text box because the cursor is already at the end.

sthennin commented 6 years ago

This is normal behavior, unfortunately. If you want to edit a textfield, please replace the entire string with a new text. The reason is that FOCUS tries to save the entries each time a keystroke is made. And then, after saving, the cursor jumps to the end of the string... I agree that this is annoying, but at least one never looses data.