Sorry if this is not scripting it’s hard to know what the solution will be.
Note: Cursor refers to the text cursor not the mouse cursor
Details
I have a regular TextBox as shown here:
Problem
When I start typing into it, seemingly randomly the cursor either is or isn’t there depending on the number of characters.
After clicking into the TextBox, the cursor is visible on the far left as expected:
However, after typing one letter the cursor is now completely gone:
After typing the second letter the cursor is still gone:
But after typing the third and fourth letter the cursor is back:
This is particularly problematic because the user focuses in on the textbox, not by clicking on the TextBox but by clicking on a button so if there is no cursor it’s unclear that they are editing the TextBox.
There was about a 10 second gap between typing each letter and the cursor was definitely completely missing.