Skip to content

Esc doesn't close panel - OSX/Chrome #368

@webakimbo

Description

@webakimbo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions