-
Notifications
You must be signed in to change notification settings - Fork 743
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(listview): header losing datacontext on ios between frame navigation #14607
fix(listview): header losing datacontext on ios between frame navigation #14607
Conversation
saving top comment |
🤖 Your docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14607/index.html |
14689be
to
868c3ad
Compare
🤖 Your docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14607/index.html |
@Mergifyio backport release/stable/5.0 release/stable/4.10 release/stable/4.9 legacy/4x |
✅ Backports have been created
|
The build 103655 found UI Test snapshots differences: Details
|
…5.0/pr-14607 fix(listview): header losing datacontext on ios between frame navigation (backport #14607)
…4.10/pr-14607 fix(listview): header losing datacontext on ios between frame navigation (backport #14607)
…4.9/pr-14607 fix(listview): header losing datacontext on ios between frame navigation (backport #14607)
fix(listview): header losing datacontext on ios between frame navigation (backport #14607)
GitHub Issue (If applicable): closes #13173
Internal Issue (If applicable): unoplatform/tradezero-private#44
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
prevent ios listview header from losing data-context between frame navigation
Copilot Summary
🤖[deprecated] Generated by Copilot at 14689be
Override
MovedToWindow
method ofListViewBase
on iOS to fix header data context bug. CallUpdateHeaderAndFooter
method of internal items panel when the list view has a window.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information