TextBox.CursorPosition does not update properly as text is being typed

As the title says, the CursorPosition doesn’t update when text is being typed. I have to move the cursor around or click on somewhere on the text box to get it to update.

SDNitAnlwn

I get around this by listening to .Text changes, but it would be better if I don’t have to.

This bug has been present as early as Feb 9 this year: TextBox.CursorPosition? - #2 by H_mzah

I’m using Windows 10, Home edition.
image

7 Likes

I enabled a fix for this today, it should fire changed events now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.