From 965eb593db1e5a66a5e71cac5564f99e23bc2df5 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Fri, 27 Mar 2026 17:25:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20UTF-8=20=D0=BA=D0=BE=D0=B4=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B2=20modal=20+=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20backdrop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ urlencode/decodeURIComponent вместо base64 ✅ modal-dialog-scrollable для прокрутки ✅ Обработка null для matching/ordering ✅ aria-hidden='true' для accessibility Co-authored-by: Qwen-Coder --- .../views/admin/questions/index.blade.php | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/resources/views/admin/questions/index.blade.php b/resources/views/admin/questions/index.blade.php index c6a4947..d64e8e6 100644 --- a/resources/views/admin/questions/index.blade.php +++ b/resources/views/admin/questions/index.blade.php @@ -35,10 +35,10 @@ + data-question-text="{{ urlencode($question->question_text) }}" + data-answers="{{ urlencode($question->answers->toJson()) }}" + data-matching-pairs="{{ urlencode($question->matchingPairs->toJson()) }}" + data-ordering-items="{{ urlencode($question->orderingItems->toJson()) }}"> {{ Str::limit(strip_tags($question->question_text), 100) }} @@ -65,12 +65,12 @@ -