Mikayla Maki
69bb0a0597
Fix slow focus transitions to the terminal panel ( #24172 )
...
This long standing bug was caused by `Pane`'s focus_in handler bouncing
the focus to another handle.
Because focus resolution happens _after_ a frame has been rendered, the
only way to deal with this case is to schedule another frame to be
redrawn. However, we where suppressing all window refreshes that occur
during a focus transfer, causing this focus change to be completely
missed. However, changing this behavior can lead to infinite notify
loops, due to drawing a frame causing another to be rendered.
This PR fixes this problem narrowly by adding an `on_next_frame()`
callback in the pane's focus handle, so that the focus changes take
effect almost immediately. But only for this case, where we know it
doesn't cause infinite notify loops.
TODO:
- [x] Fix the infinite notify loop bug or determine a third way to fix
this lag
Release Notes:
- Fixed a bug where shifting focus to the terminal panel could be slow
2025-02-04 20:23:20 +00:00
..
2025-01-27 04:00:27 +00:00
2025-02-01 06:19:29 +00:00
2025-01-26 03:02:45 +00:00
2025-01-30 19:46:15 +00:00
2025-02-04 10:24:35 -08:00
2025-02-04 10:24:35 -08:00
2025-02-01 06:19:29 +00:00
2025-01-26 03:02:45 +00:00
2025-01-28 11:40:42 -03:00
2025-01-26 03:02:45 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 23:37:34 +00:00
2025-01-26 03:02:45 +00:00
2025-01-27 04:00:27 +00:00
2025-01-31 23:25:58 +00:00
2025-02-04 10:24:35 -08:00
2025-02-03 04:46:49 -03:00
2025-02-04 10:24:35 -08:00
2025-01-17 17:39:22 +01:00
2025-02-04 10:33:01 -08:00
2025-02-04 10:24:35 -08:00
2025-01-17 17:39:22 +01:00
2025-01-27 04:00:27 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 23:37:34 +00:00
2025-01-26 03:02:45 +00:00
2025-02-04 10:33:01 -08:00
2025-01-26 03:02:45 +00:00
2025-01-27 13:40:59 -05:00
2025-02-03 16:38:45 +00:00
2025-01-26 03:02:45 +00:00
2025-02-04 20:15:43 +00:00
2025-01-26 23:37:34 +00:00
2025-01-26 03:02:45 +00:00
2025-01-17 17:39:22 +01:00
2025-01-30 21:45:04 +00:00
2025-01-31 01:32:13 +00:00
2025-02-03 16:38:45 +00:00
2025-02-03 13:18:50 -07:00
2025-01-31 00:13:53 -07:00
2025-01-27 04:00:27 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 03:02:45 +00:00
2025-01-30 23:53:36 -07:00
2025-01-17 17:39:22 +01:00
2025-02-04 09:15:09 +00:00
2025-01-26 03:02:45 +00:00
2025-02-04 21:05:10 +02:00
2025-02-03 13:18:50 -07:00
2025-02-01 06:19:29 +00:00
2025-02-04 20:23:20 +00:00
2025-02-02 09:13:46 -08:00
2025-01-31 02:00:55 +00:00
2025-01-26 03:02:45 +00:00
2025-02-01 06:19:29 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 03:02:45 +00:00
2025-02-04 04:06:09 -03:00
2025-02-04 08:05:28 +00:00
2025-01-26 23:37:34 +00:00
2025-01-26 03:02:45 +00:00
2025-02-04 10:33:01 -08:00
2025-01-26 23:37:34 +00:00
2025-01-31 15:48:55 -05:00
2025-01-27 12:29:08 -03:00
2025-02-01 12:49:24 -05:00
2025-01-28 19:04:21 -05:00
2025-01-31 00:13:46 -07:00
2025-02-04 14:50:49 -05:00
2025-01-26 23:37:34 +00:00
2025-01-26 03:02:45 +00:00
2025-01-17 17:39:22 +01:00
2025-01-31 22:28:11 +00:00
2025-01-30 13:42:56 -08:00
2025-02-04 10:24:35 -08:00
2025-02-03 16:38:45 +00:00
2025-01-17 17:39:22 +01:00
2025-01-17 17:39:22 +01:00
2025-02-03 22:55:11 -07:00
2025-01-30 08:56:02 -08:00
2025-01-27 04:00:27 +00:00
2025-01-26 03:02:45 +00:00
2025-02-01 06:19:29 +00:00
2025-01-27 04:00:27 +00:00
2025-02-04 10:24:35 -08:00
2025-01-27 12:32:22 +01:00
2025-02-04 10:24:35 -08:00
2025-01-30 13:42:56 -08:00
2025-02-04 21:05:10 +02:00
2025-02-04 10:24:35 -08:00
2025-01-27 04:00:27 +00:00
2025-01-28 19:04:21 -05:00
2025-02-04 21:05:10 +02:00
2025-02-04 10:24:35 -08:00
2025-01-30 13:42:56 -08:00
2025-02-01 06:19:29 +00:00
2025-01-26 23:37:34 +00:00
2025-02-04 21:05:10 +02:00
2025-02-04 10:24:35 -08:00
2025-02-01 06:19:29 +00:00
2025-01-26 03:02:45 +00:00
2025-02-03 13:18:50 -07:00
2025-02-04 18:32:17 +00:00
2025-01-31 01:22:10 +00:00
2025-02-04 10:24:35 -08:00
2025-01-27 04:00:27 +00:00
2025-01-17 17:39:22 +01:00
2025-01-26 03:02:45 +00:00
2025-02-01 06:19:29 +00:00
2025-01-26 03:02:45 +00:00
2025-01-26 03:02:45 +00:00
2025-01-28 10:37:48 +01:00
2025-01-27 04:00:27 +00:00
2025-01-26 03:02:45 +00:00
2025-01-17 17:39:22 +01:00
2025-01-26 03:02:45 +00:00
2025-01-27 04:00:27 +00:00
2025-01-17 17:39:22 +01:00
2025-02-01 06:19:29 +00:00
2025-02-04 10:33:01 -08:00
2025-01-26 03:02:45 +00:00
2025-01-27 04:00:27 +00:00
2025-01-26 03:02:45 +00:00
2025-01-31 23:15:46 +00:00
2025-01-17 17:39:22 +01:00
2025-01-17 17:39:22 +01:00
2025-02-01 06:19:29 +00:00
2025-02-04 20:15:43 +00:00
2025-01-27 18:11:15 -08:00
2025-02-03 22:38:14 +00:00
2025-01-26 03:02:45 +00:00
2025-01-31 01:22:10 +00:00
2025-02-04 14:13:24 +00:00
2025-01-17 17:39:22 +01:00
2025-02-04 04:06:09 -03:00
2025-01-27 04:00:27 +00:00
2025-02-04 19:32:30 +00:00
2025-01-26 03:02:45 +00:00
2025-01-30 13:42:56 -08:00
2025-01-26 14:56:07 +08:00
2025-01-27 04:00:27 +00:00
2025-02-04 10:24:35 -08:00
2025-01-26 03:02:45 +00:00
2025-02-03 16:38:45 +00:00
2025-02-04 20:23:20 +00:00
2025-02-04 21:05:10 +02:00
2025-02-04 14:38:37 -05:00
2025-02-04 04:06:09 -03:00
2025-02-04 21:05:10 +02:00