From 4137ce1ac9ec957950224ab6cc410a086569876d Mon Sep 17 00:00:00 2001 From: Br1an67 <932039080@qq.com> Date: Mon, 2 Mar 2026 01:12:44 +0800 Subject: [PATCH] fix: use RichTooltip for help icons in form fields Replace native HTML title attributes on help icons with the existing RichTooltip component for consistent cross-browser tooltip behavior. The native title attribute has inconsistent behavior across Safari and Edge, causing help tooltips to not appear when users interact with the question mark icons. Fixes #538 --- frontend/src/components/DynamicFormField.vue | 111 ++++++++++--------- 1 file changed, 56 insertions(+), 55 deletions(-) diff --git a/frontend/src/components/DynamicFormField.vue b/frontend/src/components/DynamicFormField.vue index bc37bcfd5..473075b61 100755 --- a/frontend/src/components/DynamicFormField.vue +++ b/frontend/src/components/DynamicFormField.vue @@ -5,13 +5,13 @@
@@ -120,13 +120,13 @@
@@ -232,13 +232,13 @@
{{ field.displayName || field.name }} * - - ? - + ? +
{{ field.displayName || field.name }} * - - ? - + ? +