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-3.5.1.min.js:2 Uncaught TypeError: Cannot read property 'value' of undefined #167

Open
enayath12 opened this issue Jan 19, 2021 · 2 comments

Comments

@enayath12
Copy link

enayath12 commented Jan 19, 2021

Because of the security issue in our project we are currently using jQuery 3.5.1 version.
https://code.jquery.com/jquery-3.5.1.min.js

After this change we are facing the below issue when click on tab.

Uncaught TypeError: Cannot read property 'value' of undefined
at HTMLInputElement.handler (jquery-3.5.1.min.js:2)
at HTMLUListElement. (jquery.tag-editor.js:114)

example:
In tagEditor once we type word TEST and click on tab button, cursor is moving out input field and in console I can see the error.

@enayath12
Copy link
Author

jQuery-tagEditor-master 2.zip

attached tagEditor plugin which has issue

We can test instantly by changing to any jQuery version. At line number 371.

issue is with:
https://code.jquery.com/jquery-3.5.1.min.js
jQuery-tagEditor-master 2.zip

@yads
Copy link

yads commented Jan 29, 2021

As far as I can tell this is fixed in the latest 3.x jquery branch https://github.com/jquery/jquery/blob/3.x-stable/src/event.js#L590

MrTomRod pushed a commit to opengenomebrowser/opengenomebrowser that referenced this issue Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants