Repro Code
$Frm1 = GUICtrlCreate("TEST", 250, 30) $In1 = GUICtrlCreateInput("", 5, 5,240, 200) GUISetState() While 1 $Msg = GUIGetMsg() If $Msg = -3 Then Exit Wend
Type something into the input and then press the Enter key. You will notice that the text in the the input is selected. That is all except the first character is selected. I don't know that this is actually a bug but I wouldn't think that selecting all except the first character is normal for a control.
ver. 3.2.10





