stable
Clone or download
Read-only
request #27150: LinkSelector lib throws an error when a native Chrome autofill event is encountered
Native Chrome autofill event is bit weird and not standard. It can be thrown when hooking keyboard events but does not have all the attributes the standard KeyboardEvent has (e.g. there is no `key` attribute). Change-Id: I5c649d01b76ab37fe8dd1f09404dd9100c4978a9
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/link-selector/src/events/EventManager.ts | +12 | −12 | Go to diff View file |
M | lib/frontend/link-selector/src/helpers/keys-helper.test.ts | +14 | −12 | Go to diff View file |
M | lib/frontend/link-selector/src/helpers/keys-helper.ts | +12 | −32 | Go to diff View file |
M | lib/frontend/list-picker/src/events/EventManager.ts | +12 | −12 | Go to diff View file |
M | lib/frontend/list-picker/src/helpers/keys-helper.test.ts | +16 | −14 | Go to diff View file |
M | lib/frontend/list-picker/src/helpers/keys-helper.ts | +14 | −40 | Go to diff View file |