jcoffey-dev
8e9ca0498a
Ignore a keydown that carries no key
...
Picking a saved login from Chrome's password autofill dispatches a plain
Event named "keydown", with no key on it. The shortcut listener passed it to
comboOf, which read the key's length and threw -- an uncaught TypeError in
the console on every sign-in. Harmless, since nothing was bound to it, but
it was noise that looks like a real fault.
comboOf now returns null for an event with no key, as it already does for a
bare modifier, so the listener stops there.
2026-09-15 07:27:12 -07:00
..
2026-08-27 09:59:00 -07:00
2026-08-27 12:06:18 -07:00
2026-08-23 13:21:50 -07:00
2026-09-13 15:39:16 -07:00
2026-09-13 17:18:15 -07:00
2026-09-13 15:39:16 -07:00
2026-08-31 23:07:18 -07:00
2026-09-01 22:06:33 -07:00
2026-09-01 10:05:50 -07:00
2026-09-01 22:41:18 -07:00
2026-09-01 23:28:21 -07:00
2026-09-02 15:24:36 -07:00
2026-08-23 14:46:38 -07:00
2026-08-23 01:07:13 -07:00
2026-08-23 13:12:17 -07:00
2026-09-03 14:20:50 -07:00
2026-08-27 09:19:54 -07:00
2026-09-01 21:57:11 -07:00
2026-08-26 12:00:42 -07:00
2026-09-02 01:07:07 -07:00
2026-09-01 21:11:36 -07:00
2026-08-27 09:19:54 -07:00
2026-08-27 09:07:13 -07:00
2026-08-26 15:15:48 -07:00
2026-09-15 07:00:12 -07:00
2026-09-08 19:32:09 -07:00
2026-09-10 13:32:37 -07:00
2026-08-31 11:24:24 -07:00
2026-09-02 00:52:06 -07:00
2026-09-02 10:26:43 -07:00
2026-08-26 15:36:35 -07:00
2026-08-28 14:15:15 -07:00
2026-09-03 14:38:15 -07:00
2026-09-15 07:27:12 -07:00
2026-09-02 13:03:55 -07:00
2026-09-01 23:09:21 -07:00
2026-08-31 11:44:40 -07:00
2026-09-04 07:50:49 -07:00
2026-09-01 13:41:04 -07:00
2026-09-01 23:51:56 -07:00
2026-08-31 11:24:24 -07:00
2026-08-27 15:28:26 -07:00
2026-08-23 13:21:50 -07:00
2026-09-01 20:32:59 -07:00
2026-08-27 14:15:00 -07:00
2026-09-01 09:27:07 -07:00
2026-09-10 14:15:50 -07:00
2026-09-06 16:31:38 -07:00
2026-09-01 20:18:51 -07:00
2026-09-02 01:01:11 -07:00
2026-08-24 22:07:29 -07:00
2026-08-23 01:07:13 -07:00
2026-08-23 13:51:02 -07:00
2026-09-14 07:54:56 -07:00
2026-09-07 22:28:17 -07:00
2026-09-07 22:40:44 -07:00
2026-08-25 08:51:28 -07:00
2026-08-23 01:07:13 -07:00
2026-08-25 12:23:29 -07:00
2026-08-27 14:15:00 -07:00
2026-09-01 21:45:22 -07:00
2026-08-27 22:51:33 -07:00
2026-08-31 08:20:31 -07:00
2026-09-07 22:55:55 -07:00
2026-08-31 06:52:25 -07:00
2026-09-01 22:13:32 -07:00
2026-09-01 21:30:18 -07:00
2026-08-23 01:07:13 -07:00
2026-09-02 00:14:54 -07:00
2026-08-27 06:35:26 -07:00
2026-09-01 23:16:22 -07:00
2026-08-31 06:52:25 -07:00
2026-09-02 07:05:27 -07:00
2026-09-01 22:45:22 -07:00
2026-09-10 06:41:19 -07:00