Boris Böhne
Boris Böhne
Personally, I'm fine with the new namespace. But e.g. Drupal Core doesn't use it this way, e.g. in core/modules/system/tests/modules/entity_test_bundle_class/src/Entity: ```
Currently doing some work on a pretty large codebase, I'd even introduce one more level for the namespace: the entity type! So we'd end up with something like Drupal/mymodule/entity/Bundle/media or...
Just found out that this doesn't work in conjunction with `alert`. If I replace this by `console.log`, everything is fine, the default event won't be triggered. The default code without...
Firefox 47.0.1 (Windows)
What about supporting numerical keycodes? For example, on a german keyboard, the 'fence' character (#) has code 163. So if we could alternatively specify the code instead of the character...