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

Pasting maxlength data tabs but deletes data in next field #72

Closed
TronixGT opened this issue Dec 31, 2014 · 2 comments
Closed

Pasting maxlength data tabs but deletes data in next field #72

TronixGT opened this issue Dec 31, 2014 · 2 comments
Labels

Comments

@TronixGT
Copy link

Whenever I paste data equivalent to maxlength, it tabs to the next field but deletes all data in the next field.

I saw that you had a few pasting issues already so I tried to upgrade from 1.7 to 1.8.1 and it still occurred.

Example: http://jsfiddle.net/B9hJ9/10/

@Mathachew
Copy link
Owner

I'm able to reproduce this bug. I'll see if I can squeeze out an update, if not today, by the end of the week.

@Mathachew Mathachew added the bug label Dec 31, 2014
Mathachew added a commit that referenced this issue Jan 13, 2015
… when no additional characters were being pasted (#72)

Improved support for other scripts that utilize the key events so as to prevent conflicts from happening
Added support drop events, which are handle just like paste events (#73)
Added support for tabbing through fields using the left and right arrow keys (#74)
Auto tabbing support added to several input types: tel, number, email, url and search (#75)
@Mathachew
Copy link
Owner

@TronixGT A month later, and the fix is out. Sorry to it took so long! Autotab 1.9.0

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

2 participants