-
Notifications
You must be signed in to change notification settings - Fork 801
feat: Add ability to have multiple direct-manipulation active in parallel (backport #20668) #20691
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
feat: Add ability to have multiple direct-manipulation active in parallel (backport #20668) #20691
Conversation
…llel (cherry picked from commit a058781)
(cherry picked from commit f124658)
(cherry picked from commit 4dbb809)
(cherry picked from commit 71ff2ea)
…d effective Start (cherry picked from commit 3ce6eb5)
(cherry picked from commit 8405e8d)
(cherry picked from commit 5fcab91)
(cherry picked from commit 6b9cabf)
(cherry picked from commit 0f6ec72)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> (cherry picked from commit a9cd7f4)
🤖 Your WebAssembly Native Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-20691/wasm-native-net9/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20691/docs/index.html |
|
The build 167628 found UI Test snapshots differences: Details
|
closes #20594
Feature
Add ability to have multiple direct-manipulation active in parallel
What is the current behavior?
Only one direct-manipulation was possible at a time (preventing users to interact with a second
ScrollViewer
while a first one was inertia scrolling)What is the new behavior?
We can now have multiple direct-manipulation running in //
PR Checklist
Screenshots Compare Test Run
results.This is an automatic backport of pull request #20668 done by [Mergify](https://mergify.com).