You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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:
Include ngAria
Put ng-click on a div
Put contenteditable="true" on a div inside this div