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(FormField): fix nesting of selectors #8007

Merged

Conversation

EldarMuhamethanov
Copy link
Contributor


  • Release notes

Описание

Сейчас пикеры месяца и года в календаре выглядят по-разному в Calendar и DateInput, при этом у них одинаковый тип:
Компонент Calendar:
image
Компонент DateInput:
image

Правильно в Calendar, а вот в DateInput почему-то считает, что mode FormField = "default" а не "plain"

Поисследовав, оказалось, что проблема появилась после pr #6800. После него поповер с календарем стал рендериться не в портале, а прямо внутри компонента.

Из-за этого возникла следующая ситуация:

Поскольку DateInput - это тоже FormField с mode="default", а поповер стал рендериться внутри этого FormField(пикеры соответственно тоже) стал срабатывать следующие селекторы(не только они, но остальные по тому же принципу)
image
image

Решением является добавление комбинатора ">", для того, чтобы данные стили срабатывали только для непосредственных потомков

Изменения

Добавил комбинаторы ">" в несколько мест, связанных с отображением border, для того, чтобы данные стили срабатывали только для непосредственных потомков

Release notes

Исправления

  • DateInput: Поправлена проблема с неправильным отображением пикеров года и месяца в заголовке календаря

Copy link
Contributor

github-actions bot commented Nov 27, 2024

size-limit report 📦

Path Size
JS 385.31 KB (0%)
JS (gzip) 116.48 KB (0%)
JS (brotli) 95.94 KB (0%)
JS import Div (tree shaking) 1.56 KB (0%)
CSS 337.13 KB (0%)
CSS (gzip) 42.77 KB (0%)
CSS (brotli) 33.81 KB (+0.2% 🔺)

Copy link

codesandbox-ci bot commented Nov 27, 2024

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.

Copy link
Contributor

github-actions bot commented Nov 27, 2024

e2e tests

Playwright Report

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.49%. Comparing base (4fe261b) to head (bb06c86).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8007      +/-   ##
==========================================
- Coverage   95.50%   95.49%   -0.01%     
==========================================
  Files         394      393       -1     
  Lines       11205    11199       -6     
  Branches     3712     3711       -1     
==========================================
- Hits        10701    10695       -6     
  Misses        504      504              
Flag Coverage Δ
unittests 95.49% <ø> (-0.01%) ⬇️

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

github-actions bot commented Nov 27, 2024

👀 Docs deployed

Commit bb06c86

SevereCloud
SevereCloud previously approved these changes Nov 27, 2024
Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

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

👏 👏 👏

@EldarMuhamethanov EldarMuhamethanov added this to the v7.1.0 milestone Nov 28, 2024
# Conflicts:
#	packages/vkui/src/components/FormField/FormField.module.css
Copy link
Contributor

@inomdzhon inomdzhon left a comment

Choose a reason for hiding this comment

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

🚀

@EldarMuhamethanov EldarMuhamethanov merged commit eb11d2a into master Dec 4, 2024
28 checks passed
@EldarMuhamethanov EldarMuhamethanov deleted the e.muhamethanov/fix-date-input-pickers-mode branch December 4, 2024 13:26
@vkcom-publisher
Copy link
Contributor

v7.1.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants