-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Hitting the Esc key doesn't close the panel as expected. Tab works fine.
Fiddle here: http://jsfiddle.net/we9pyzL3/
Towards the bottom of the js, I added a console.log for keydown events on the document. Tab event gets captured; Esc doesn't.
However, putting a breakpoint at line 483 reveals that both Tab and Esc trigger the keydown.multiselect event. The only difference is that Tab executes the this.$button.click(); on line 487, while Esc doesn't.
Chrome v36.0.1985.143 on Mountain Lion.
Reactions are currently unavailable