We have a servoy-based help system where we track tickets with our customers.
We’ve found that if we’re in a text_area field, and as we’re typing, if there is text that exists after where the cursor currently is, randomly the cursor will jump to the end of the text in that field. In the middle of typing a word!
I thought I’d read something about this a long time ago, but I can’t find anything that relates to what we’re experiencing.
Does anyone know anything about this? It happens in all browsers (that we’ve seen) and on both Windows and Mac.
We’re on Servoy 4.1.6 (our server is on a linux box if that matters)
but if that is the case then the server thinks that the textarea is constantly changing because of some data change.
So we redraw the text area on the data notify.
then it should be figured out why it constantly is seeing a change and pushing a new textarea to the client.
We have had this problem intermittently in Smart Client 5.2.2. User is typing away in a TEXTAREA and suddenly realises that cursor has left the field and the all typing after that point has been lost. At the weekend I came across a note in the documentation that a field could loose focus if Servoy performs a save.
I have now added a databaseManager.saveData() when users enter the field to see if this cures the problem.