From ad7d160a0ac1cce7485218f30155d3c75cd8b0f3 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:58:59 +0000 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=EB=B9=84=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94=EB=90=9C=20=EB=B2=84=ED=8A=BC=EC=9D=98=20=ED=88=B4?= =?UTF-8?q?=ED=8C=81=20=EC=A0=91=EA=B7=BC=EC=84=B1=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CSS pointer-events-none 속성으로 인해 비활성화된 버튼에서 네이티브 툴팁이 표시되지 않는 문제를 해결했습니다. - Workspace 컴포넌트의 비활성화된 버튼들을 접근성 있는 span 요소로 감싸 툴팁이 올바르게 표시되도록 수정했습니다. - 관련 테스트를 추가하여 테스트 커버리지 100%를 유지했습니다. --- .jules/palette.md | 3 +++ .../src/features/workspace/Workspace.test.tsx | 26 +++++++++++++++++++ .../src/features/workspace/Workspace.tsx | 12 ++++++--- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 .jules/palette.md diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 00000000..d840f0ad --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2026-06-29 - Accessible Tooltips for Disabled Elements +**Learning:** Native `title` attributes on ` - - + + + + + + + + +