This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
I'm submitting a ...
Current behavior:
If you have a div with contenteditable="true" and this div has an ancestor with an ng-click directive, and ngAria is being used, pressing spacebar does nothing when editing inside the contenteditable div.
Expected / new behavior:
Pressing the spacebar should result in a space being entered in the text.
Minimal reproduction of the problem with instructions:
AngularJS version: 1.7.5
Browser: [Chrome 71 | Firefox 63]
Anything else:
I fixed this by adding a check if element has "isContentEditable" property before blocking spacebar.