fix(Touch): onPointerDown preventDefault#9446
Merged
SevereCloud merged 1 commit intomasterfrom Feb 6, 2026
Merged
Conversation
Contributor
size-limit report 📦
|
Contributor
e2e tests
|
Contributor
Contributor
👀 Docs deployed
📦 Package ✅yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9446/62a75c70b156dc47c67f8ccdb7006c2e28157b6e/pkg/@vkontakte/vkui/_pkg.tgzCommit 62a75c7 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9446 +/- ##
==========================================
- Coverage 94.78% 94.77% -0.01%
==========================================
Files 440 440
Lines 11891 11894 +3
Branches 4387 4388 +1
==========================================
+ Hits 11271 11273 +2
- Misses 620 621 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
inomdzhon
approved these changes
Feb 6, 2026
vkcom-publisher
pushed a commit
that referenced
this pull request
Feb 6, 2026
Contributor
❌ PatchНе удалось автоматически применить исправление на ветке 8.0-stable.
Чтобы изменение попало в ветку 8.0-stable, выполните следующие действия:
git stash # опционально
git fetch origin 8.0-stable
git checkout -b patch/pr9446 origin/8.0-stable
git cherry-pick --no-commit dff7fd650d0becf918206193797c08e2275f9d3e
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
git push --set-upstream origin patch/pr9446
gh pr create --base 8.0-stable --title "patch: pr9446" --body "- patch #9446" |
SevereCloud
added a commit
that referenced
this pull request
Feb 6, 2026
Merged
SevereCloud
added a commit
that referenced
this pull request
Feb 6, 2026
Contributor
| ✅ v7.11.4 🎉 |
SevereCloud
added a commit
that referenced
this pull request
Feb 9, 2026
This reverts commit dff7fd6.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unit-тестыe2e-тестыДизайн-ревьюДокументация фичиОписание
На андроиде нажатие на touch вызывает
Из-за этого события onStart onEnd вызываются два раза
Изменения
Вызываем
preventDefaultдля тач событий на onPointerDown. mousestart и mouseend не будут вызываться.Release notes
Исправления
onStart,onEndмогли два раза вызываться на Android