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

Incorrect porting to Mootools #1

Open
mohsentaleb opened this issue Sep 18, 2013 · 1 comment
Open

Incorrect porting to Mootools #1

mohsentaleb opened this issue Sep 18, 2013 · 1 comment

Comments

@mohsentaleb
Copy link

In bootstrap-dropdown.js you haven't changed the "e.KeyCode" which is only available in jQuery . So the dropdown simply wont hide on those keypress events.
The equivalent in Mootools is e.key.

@piotr-cz
Copy link
Owner

Thanks, I just fixed that, but please check anyway.

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