Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JQuery .focus() not working #5

Open
fauria opened this issue Oct 15, 2013 · 3 comments
Open

JQuery .focus() not working #5

fauria opened this issue Oct 15, 2013 · 3 comments
Labels

Comments

@fauria
Copy link

fauria commented Oct 15, 2013

Focusing on a textarea that has been converted to emojiarea does not work:

$("#my-textarea").focus();

@thisandagain
Copy link

Could you provide some additional details? What version of jquery are you using and can you provide an example?

@philippsander
Copy link

I know this post is old, but +1
I really need this to work

@pleqtron
Copy link

pleqtron commented Nov 1, 2016

However this "bug" is old ... the solution is to work with plain JS or do it this way:

$('.emoji-wysiwyg-editor').get(0).focus();

Seems like it is working without any issues as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants