This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dropdown): handle
keyboard-nav
correctly
- fix bug in directive whereby list item selector is not being initiated on correct DOM element. - fix bug in directive whereby invalid `keyCode` property of jQuery Event object is being referenced instead of `which`. - update functional test to trigger keydown event on correct DOM element because otherwise the keydown handler in the directive is not getting executed. - remove invalid functional test because it is not possible to trigger a keydown event on a hidden DOM element through normal UI interaction. Closes #4110 Fixes #4091
- Loading branch information