From cb67d8b2fa9b9c9d30cd81d72b8737ee2baa44b6 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 19 Jun 2026 14:09:49 +0800 Subject: [PATCH] Fix vertical keyboard window focus --- C3.tools/round1-main-ui-qa.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index aadf711..9c29bf2 100755 --- a/C3.tools/round1-main-ui-qa.sh +++ b/C3.tools/round1-main-ui-qa.sh @@ -109,7 +109,9 @@ run_step candidate-filter "$SCRIPT_DIR/round1-candidate-filter-fixture-qa.sh" run_step screenshot-session "$SCRIPT_DIR/round1-screenshot-session-qa.sh" run_step keyboard-navigation "$SCRIPT_DIR/round1-keyboard-navigation-fixture-qa.sh" +run_step vertical-keyboard-app-focus "$SCRIPT_DIR/round1-vertical-keyboard-app-focus-fixture-qa.sh" run_step window-activation "$SCRIPT_DIR/round1-window-activation-fixture-qa.sh" +run_step multi-page-identity "$SCRIPT_DIR/round1-multi-page-identity-fixture-qa.sh" run_step mouse-interaction "$SCRIPT_DIR/round1-mouse-interaction-fixture-qa.sh" run_step app-column-alignment "$SCRIPT_DIR/round1-app-column-alignment-fixture-qa.sh" run_step horizontal-waterfall "$SCRIPT_DIR/round1-horizontal-waterfall-fixture-qa.sh" @@ -124,5 +126,6 @@ Log directory: $LOG_DIR Covered: trigger, overlay uniqueness, keyboard navigation, candidate filtering, screenshots/fallbacks, minimized-window restore/activation, mouse activation, -App column alignment, Split View Space Lane rendering, and final no-residual check. +multi-page precise activation/close targeting, App column alignment, +Split View Space Lane rendering, and final no-residual check. EOF -- Gitblit v1.9.3