Wrong "key" and "keyIdentifier" properties in key events while typing or pressing a key combination #1079
Labels
AREA: client
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: automations
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
bug
What is the current behavior?
TestCafe provides
keyIdentfier
andkey
properties only when pressing 'Enter' key, for many others keys it doesn't provided.What is the expected behavior?
These properties should be provided for all symbols and with the next rule:
In Chrome with version < 54 and Safari key events provide only
keyIdentifier
In Chrome with version >= 54 and other browsers key events provide only
key
How would you reproduce the current behavior (if this is a bug)?
Run test
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Page markup:
Test code
Specify your
The text was updated successfully, but these errors were encountered: