-
Notifications
You must be signed in to change notification settings - Fork 745
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: Fix HRI not being draggable (backport #18873) #18893
fix: Fix HRI not being draggable (backport #18873) #18893
Conversation
(cherry picked from commit 2c98967)
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18893/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18893/index.html |
The build 148168 found UI Test snapshots differences: Details
|
|
closes https://github.com/unoplatform/ziidms-private/issues/15
Bugfix
HRI not draggable on Android
What is the current behavior?
Transform is not applied because the
DiagnosticOverlay
isActualWidth = 0
.What is the new behavior?
We force an invalidation of the
DiagnosticOverlay
to force re-computation of theActualSize
, driving theRanderTransform
to be applied properlyPR Checklist
Screenshots Compare Test Run
results.This is an automatic backport of pull request #18873 done by [Mergify](https://mergify.com).