-
Notifications
You must be signed in to change notification settings - Fork 749
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(ios): Tabview Selection when Bindings items #18492
fix(ios): Tabview Selection when Bindings items #18492
Conversation
6384f45
to
c4ff756
Compare
todo @ajpinedam:
|
c4ff756
to
384eee0
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
Validated Android and the issue fixed here is absent in Android. But the BringIntoView is not working correctly there. TabViewItem is selected but not made visible. Follow-up ticket: #18499 |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
1394158
to
39081b6
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
Co-authored-by: Xiaoy312 <xiaoyao312@gmail.com>
5007215
to
29e35df
Compare
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18492/index.html |
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18492/index.html |
@Mergifyio backport release/stable/5.5 |
✅ Backports have been created
|
…5.5/pr-18492 fix(ios): Tabview Selection when Bindings items (backport #18492)
GitHub Issue (If applicable): closes https://github.com/unoplatform/ziidms-private/issues/23
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Using TabView with bound items and changing the SelectedItem is causing the TabView Tabs to display incorrectly.
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):