Volodymyr Chernetskyi
d951908e12
fix(ui2): mouse movement dismisses expanded messages #41732
...
Problem:
cmd_on_key() tests the key it was handed against the literal string
'<MouseMove>', but at that point "typed" still holds raw key bytes. Thus
the comparison never holds and the branch its own comment describes
is dead. Moving the mouse over an expanded cmdline collapses it.
Solution:
Translate the key once, up front, so every comparison in the function
sees the same form.
AI-assisted
2026-09-06 12:37:28 -04:00
..
2026-07-21 13:22:39 +02:00
2026-09-02 09:51:47 +08:00
2026-07-21 13:22:39 +02:00
2026-08-14 07:38:39 +08:00
2026-08-04 13:43:22 -04:00
2026-09-04 12:39:08 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-04 06:36:58 +02:00
2026-07-21 13:22:39 +02:00
2026-09-02 13:09:30 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-27 16:12:11 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-09-06 12:37:28 -04:00
2026-09-01 15:17:22 +00:00
2026-07-21 13:22:39 +02:00
2026-09-01 15:17:22 +00:00
2026-08-04 06:36:58 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-25 16:37:32 +02:00
2026-07-21 13:22:39 +02:00
2026-07-24 13:49:47 -04:00
2026-07-21 13:22:39 +02:00
2026-08-04 06:36:58 +02:00
2026-08-22 16:24:05 -04:00
2026-08-26 07:18:22 -04:00
2026-07-21 13:22:39 +02:00
2026-08-27 16:12:11 -04:00
2026-07-21 13:22:39 +02:00
2026-09-04 03:27:53 -04:00
2026-09-03 12:44:30 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-07 07:06:23 -04:00