Skip to content

Textbox not entering "true" editing mode #10118

Closed Answered by asturur
SupremeDeity asked this question in Q&A
Discussion options

You must be logged in to vote

The issue with that is that you are probably stealing focus to the textbox.
Try to move your code to mouseUP event and if you can't do that or if that doesn't work do that part of the textbox code ( creation, position, and all the rest ) in a setTimeout of few ms ( 2-4 are enough ) to be sure your code execute after the events.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@SupremeDeity
Comment options

Comment options

You must be logged in to vote
7 replies
@asturur
Comment options

@asturur
Comment options

@SupremeDeity
Comment options

@asturur
Comment options

Answer selected by SupremeDeity
@SupremeDeity
Comment options

@asturur
Comment options

@SupremeDeity
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants