-
Notifications
You must be signed in to change notification settings - Fork 762
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
[DRAFT] #16832
[DRAFT] #16832
Conversation
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16832/index.html |
The build 125928 found UI Test snapshots differences: Details
|
@@ -286,7 +286,6 @@ internal override void OnLayoutUpdated() | |||
if (_rootEltUsedToProcessScrollTo is null && rootElement is FrameworkElement rootFwElt) | |||
{ | |||
_rootEltUsedToProcessScrollTo = rootFwElt; | |||
rootFwElt.LayoutUpdated += TryProcessScrollTo; | |||
} |
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.
This has been added for the CalendarView
that was requesting to scroll to a given offset even before the ScrollViewer
has been added into the visual tree. (It has been has been added by this commit 819e28e which is part of the massive CalendarView
PR : #6098).
It might not be needed with your last changes, but I'm not sure that there are tests for this ... you should check manually if there is nothing broken (on at least a chromium based browser and Firefox).
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.
Let's keep for now then and revisit if proven to be problematic
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):