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
Using a Swiss German keyboard layout, add an Coral.Autocomplete field with some items and try to enter either "(" or "&" in the text field. If you have a suggestion list, these keys will navigate up and down the list.
Expected Behavior
A user can enter the characters:
Actual Behavior
These keys work as arrow down "(" and arrow up "&". The reason is this:
https://www.ascii-code.com/
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
Reproduce Scenario (including but not limited to)
Using a Swiss German keyboard layout, add an Coral.Autocomplete field with some items and try to enter either "(" or "&" in the text field. If you have a suggestion list, these keys will navigate up and down the list.
The exact line of code responsible for this:
coral-spectrum/coral-utils/src/scripts/Keys.js
Line 385 in 9e2cc7f
This also happens in AEM 6.5.8 and probably all 6.5 versions.
The text was updated successfully, but these errors were encountered: