From ae52e312befe8c50272477ad2014492c8001d63a Mon Sep 17 00:00:00 2001 From: jiangxiaolong Date: Tue, 1 Jul 2025 14:35:14 +0800 Subject: [PATCH] =?UTF-8?q?Web=E6=97=A0=E9=9A=9C=E7=A2=8D=E7=BB=BF?= =?UTF-8?q?=E6=A1=86=E4=B8=8D=E8=B7=9F=E6=89=8B=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangxiaolong --- frameworks/core/components_ng/pattern/web/web_pattern.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/core/components_ng/pattern/web/web_pattern.cpp b/frameworks/core/components_ng/pattern/web/web_pattern.cpp index 3f26e6ad608d..52846b2f08d6 100644 --- a/frameworks/core/components_ng/pattern/web/web_pattern.cpp +++ b/frameworks/core/components_ng/pattern/web/web_pattern.cpp @@ -6872,6 +6872,7 @@ void WebPattern::UpdateFocusedAccessibilityId(int64_t accessibilityId) renderContext->ResetAccessibilityFocusRect(); renderContext->UpdateAccessibilityFocus(false); } else { + renderContext->UpdateAccessibilityFocus(false); renderContext->UpdateAccessibilityFocusRect(rect); renderContext->UpdateAccessibilityFocus(true); } -- Gitee