Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(dropdown): handle keyboard-nav correctly #4110

Closed
wants to merge 1 commit into from

Commits on Aug 4, 2015

  1. 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.
    
    fixes angular-ui#4091
    icfantv committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    4d65018 View commit details
    Browse the repository at this point in the history