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

Check possiblity to make mobile work with onBlur false #850

Open
jcubic opened this issue Jan 27, 2023 · 0 comments
Open

Check possiblity to make mobile work with onBlur false #850

jcubic opened this issue Jan 27, 2023 · 0 comments
Labels

Comments

@jcubic
Copy link
Owner

jcubic commented Jan 27, 2023

I have an idea for a new feature for jQuery Terminal

This is a classic mistake, that is documented that you should not use this code on mobile:

    onBlur: function() {
        return false;
    }

Maybe something can be done here. It will eliminate a lot of user mistakes.

The code can ignore the onBlur false on mobile. Came up from comments on #414

@jcubic jcubic added the feature label Jan 27, 2023
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

1 participant