Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The cursor automatically jumps to the end of the line.
#1
Recently, I've often encountered a problem. When I add parameters to a function, after typing a certain letter, the text insertion point jumps to the end of the line.

For example, in the code below, when I input the letter "l", the insertion point jumps to the end of the line. This happened several times, then suddenly returned to normal. There's no pattern to it, and I can't reproduce it.

var w2 = wnd.find(1, "ChatGPT - Google Chrome", "Chrome_WidgetWin_1").Activate();
var e3 = w2.Elm["web:LINK", "New chat",f].Find(3);
e3.MouseClick();


Forum Jump:


Users browsing this thread: 1 Guest(s)