uno
uno copied to clipboard
fix: Fix Binding that should be treated as regular property
GitHub Issue (If applicable): closes #18345
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:
- [ ] Docs have been added/updated which fit documentation template (for bug fixes / features)
- [ ] Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
- [ ] Validated PR
Screenshots Compare Test Runresults. - [ ] Contains NO breaking changes
- [ ] Associated with an issue (GitHub or internal) and uses the automatic close keywords.
- [ ] Commits must be following the Conventional Commits specification.
Other information
Internal Issue (If applicable):
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18346/index.html
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18346/index.html
This PR needs IsPropMethodCall to be completed. The reason this is needed is that now Control.TabNavigation bindings are broken, because we are declaring it this way:
This means, the DP registry doesn't really have a property with name TabNavigation. On WinUI, the property is actually registered, and is marked as IsPropMethodCall so that it can delegate to TabFocusNavigation.
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18346/index.html
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18346/index.html
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days.
This PR was closed because it has been stalled for 10 days with no activity.