-
Notifications
You must be signed in to change notification settings - Fork 742
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 #18873
Conversation
124f7c9
to
2c98967
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18873/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18873/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
The build 147965 found UI Test snapshots differences: Details
|
@dr1rrb / @jeromelaban can this be backported? |
@Mergifyio backport release/stable/5.5 |
✅ Backports have been created
|
…5.5/pr-18873 fix: Fix HRI not being draggable (backport #18873)
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.