From 74dcb32814e77ba8a08f95639f168487af11f48e Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Sat, 2 May 2026 17:51:15 +0200 Subject: [PATCH] Fix Desktop Xpra keyboard focus capture Make the Desktop iframe explicitly focusable and re-arm Xpra keyboard capture on load and click so typed input reaches the remote session reliably.\n\nAdd regression assertions for the Xpra keyboard bridge contract. --- plugins/_office/webui/office-panel.html | 1 + plugins/_office/webui/office-store.js | 114 +++++++++++++++++++++++- tests/test_office_canvas_setup.py | 4 + 3 files changed, 115 insertions(+), 4 deletions(-) diff --git a/plugins/_office/webui/office-panel.html b/plugins/_office/webui/office-panel.html index 5bca54b13..de991fe25 100644 --- a/plugins/_office/webui/office-panel.html +++ b/plugins/_office/webui/office-panel.html @@ -223,6 +223,7 @@