-
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
fix(calendar): Fix miscs scrolling issues #7402
Conversation
…g multiple elements with EVP handlers And in tests make sure to subscribe to EVPChanged in Loading intead of Loaded (was failing on UWP)
The build 35494 found UI Test snapshots differences: Details
|
@Mergifyio backport release/beta/3.11 |
✅ Backports have been created
|
…1/pr-7402 fix(calendar): Fix miscs scrolling issues (backport #7402)
closes #7355
Bugfix
Fix miscs scrolling issues in
CalendarView
andCalendarDatePicker
What is the current behavior?
SV.ViewChanged
might be missed when scrolling has been requested before the SV is loadedEVPChanged
event on an element that has already been layouted, the element remains flags_isLayouted = false
driving the event to not being fired . That's the case when we re-open aCalendarDatePicker
: scrolling does not update the EVP.What is the new behavior?
🙃
PR Checklist
Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)Screenshots Compare Test Run
results.