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/tab select scroll 1863 v5 #2003

Merged
merged 6 commits into from
Oct 8, 2024
Merged

Conversation

ickisIckis
Copy link
Collaborator

fix(components/tabs): view not updated for activeTabindexChage when tabs overflows #1863
fix(components/tabs): tabindex should recalculate on close from dropdown #1948
fix(components/listing-item): disabled items should not fire mouse events #1947

Библиотека

  • @prizm-ui/components
  • @prizm-ui/install
  • @prizm-ui/icons
  • @prizm-ui/theme

Компонент

Название компонента или группы компонентов

Задача

resolved #1863
resolved #1948
resolved #1947

Изменения

  • Имеются BREAKING CHANGES
  • Изменения документации
  • Добавление фичи
  • Исправление бага

Checklist:

  • После фичи обновил документацию
  • Сделал код чище чем был до этого
  • Тесты и линтер на рабочей машине успешно выполнились

Release Notes

Исправлена проблема с отстуствием прокрутки к выбранному скрытому табу при установке черезщ activeTabIndex
Исправлена проблема с пересчетом activeTabIndex при закрытии через дропдаун

Copy link

Visit the preview URL for this PR (updated for commit 8e725dc):

https://prizm-v4--pr2003-fix-tab-select-scrol-sb5vsose.web.app

(expires Wed, 28 Aug 2024 07:46:09 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7c62ed8dbabf5e2d6b2084ca9e107cc206d30dbd

Copy link
Contributor

@ZurabDev ZurabDev left a comment

Choose a reason for hiding this comment

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

LGTM

@alexhawkins94
Copy link

Плавающая бага, завист от размера окна.
Выбрать через дропдаун таб вне видимой зоны (лучше самый последний)
ФР: происходит автопереход к выбранному табу. Кнопка прокрутки не исчезает и частично перекрывает последний таб.

chrome_rrbpglneSj
chrome_hPB2eWCK9N

@ickisIckis
Copy link
Collaborator Author

@ZurabDev, нужно посмотреть плавающую багу

@alexhawkins94
Copy link

Выбрать через дропдаун таб вне видимой зоны (лучше самый последний)
ФР: происходит автопереход к выбранному табу. Кнопка прокрутки не исчезает и частично перекрывает последний таб.

вынесли отдельно
#2096

@ickisIckis ickisIckis merged commit 816791d into main Oct 8, 2024
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment