Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DateInput): fix open calendar #6446

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

BlackySoul
Copy link
Contributor


Описание

По кнопке "Готово" вызывалось просто закрытие календаря без сброса фокуса. В итоге "невидимый" фокус был и не давал открыть календарь повторно.

Изменения

Вызываем removeFocusFromField, чтобы сбрасывались все фокусы и закрывался календарь.

Ещё добавила autoUpdateOnTargetResize, чтобы избавиться от такого:

2024-01-24.23.48.32.mov

@BlackySoul BlackySoul requested a review from a team as a code owner January 24, 2024 16:52
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Jan 24, 2024
Copy link
Contributor

size-limit report 📦

Path Size
JS 348.55 KB (+0.01% 🔺)
JS (gzip) 106.61 KB (+0.01% 🔺)
JS (brotli) 88.11 KB (-0.17% 🔽)
JS import Div (tree shaking) 1.43 KB (0%)
CSS 257.19 KB (0%)
CSS (gzip) 33.71 KB (0%)
CSS (brotli) 27.38 KB (0%)

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7263bb7:

Sandbox Source
VKUI TypeScript Configuration

Copy link
Contributor

e2e tests

Playwright Report

Copy link
Contributor

👀 Docs deployed

Commit 7263bb7

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fdab21d) 81.98% compared to head (7263bb7) 82.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6446      +/-   ##
==========================================
+ Coverage   81.98%   82.00%   +0.02%     
==========================================
  Files         327      327              
  Lines       10146    10149       +3     
  Branches     3416     3418       +2     
==========================================
+ Hits         8318     8323       +5     
+ Misses       1828     1826       -2     
Flag Coverage Δ
unittests 82.00% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Интересно.

Я точно также сначала хотел решить прошлую проблему с кнопкой "Готово" в #6312, но потом решил иначе, потому что посчитал что closeCalendar тут добавлен специально, чтобы фокус оставался на инпуте при закрытии попапа, для доступности. Тогда фокус сбрасывается если пользователь кликнул снаружи.

Но, видимо, у нас ещё где-то проблема, раз этого было для конкретно этого случая недостаточно.

В то же время я не против этого решения сейчас, потому что при выборе даты мы попап также закрываем, убирая фокус, то есть тут если и улучшать доступность, то для всех случаев, а не только при клике на кнопку "Готово".

@BlackySoul BlackySoul merged commit 0ccc5fa into master Jan 25, 2024
27 checks passed
@BlackySoul BlackySoul deleted the fix/6392/DateInput_fix_open_calendar branch January 25, 2024 11:53
@BlackySoul BlackySoul mentioned this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча
Projects
None yet
3 participants