IcarusWorks / ember-key-manager

A service for (un)binding keyboard up and down events.
MIT License
42 stars 11 forks source link

events on nested elements - only parent fires #58

Open BryanCrotaz opened 3 years ago

BryanCrotaz commented 3 years ago

Create a keydown hook on the root element, and another (a different key) on a deep child element.

In my experiments, only the parent HTML event fires (though both events were added by the service), so the inner keydown macro is never triggered.