From 7d54d207a919b835f56002167a828dd60b0b14c9 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 1 Jul 2026 21:38:27 +0200 Subject: [PATCH] Handle debug-step Enter before tree items consume it TreeViewItem handles Enter for expand and collapse before bubble-phase handlers run, so install the replay shortcut in the tunnel phase to keep group-row commands reachable. Assisted-by: OpenCode:openai/gpt-5.5:OpenCode --- ILSpy/Views/DebugSteps.axaml | 1 - ILSpy/Views/DebugSteps.axaml.cs | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ILSpy/Views/DebugSteps.axaml b/ILSpy/Views/DebugSteps.axaml index 594653033..591997054 100644 --- a/ILSpy/Views/DebugSteps.axaml +++ b/ILSpy/Views/DebugSteps.axaml @@ -45,7 +45,6 @@ ItemsSource="{Binding Steps}" SelectedItem="{Binding SelectedStep, Mode=TwoWay}" DoubleTapped="OnTreeDoubleTapped" - KeyDown="OnTreeKeyDown" x:CompileBindings="False">