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

[Bug]: Card hover неправильно отрабатывает #7900

Closed
svyatoslavpavlov opened this issue Nov 5, 2024 · 1 comment · Fixed by #7945
Closed

[Bug]: Card hover неправильно отрабатывает #7900

svyatoslavpavlov opened this issue Nov 5, 2024 · 1 comment · Fixed by #7945
Assignees
Milestone

Comments

@svyatoslavpavlov
Copy link

Описание

При использовании CardScroll c ContentCard с разным наполнением высота карточек одинаковая (что отлично), а вот у состояния hover высота разная
image

<CardScroll>
        {suggestions
          .map((item, i) => <ContentCard
            key={i}
            hasActive={true}
            hasHover={true}
            onClick={() => selectPlace(item.vk_city_id, item.city, item.place)}
            mode="tint"
            text={item.city}
            caption={item.place}
          />)}
      </CardScroll>

Версия

6.7.2

В каких браузерах воспроизводится проблема?

Chrome

Шаги воспроизведения

No response

Ожидаемое поведение

Ожидаю, что высота ховера будет равна высоте карточки

Скриншоты

No response

Пример с воспроизведением

No response

@inomdzhon inomdzhon added this to VKUI Nov 5, 2024
@github-project-automation github-project-automation bot moved this to 🗃 Backlog in VKUI Nov 5, 2024
@inomdzhon inomdzhon moved this from 🗃 Backlog to 🔜 To do in VKUI Nov 5, 2024
@inomdzhon inomdzhon moved this from 🔜 To do to 🗃 Backlog in VKUI Nov 5, 2024
@EldarMuhamethanov EldarMuhamethanov self-assigned this Nov 15, 2024
@EldarMuhamethanov EldarMuhamethanov moved this from 🗃 Backlog to 🔧 In progress in VKUI Nov 15, 2024
@EldarMuhamethanov EldarMuhamethanov added this to the v7.1.0 milestone Nov 22, 2024
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in VKUI Dec 10, 2024
@EldarMuhamethanov EldarMuhamethanov modified the milestones: v7.1.0, v7.0.1 Dec 11, 2024
@vkcom-publisher
Copy link
Contributor

v7.0.1 🎉

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 a pull request may close this issue.

4 participants