-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[regression/8.0.99-ci.net8.24472.1] Invalidate Shadow Issue: VisualElement.Shadow property change no longer invalidates platform shadow #24882
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
Working in build 8.0.70-ci.net8.24321.1 screencapture.8.0.70-ci.net8.24321.1.mp4No shadow invalidate in build 8.0.99-ci.net8.24472.1 NOTE - my custom handler for the dropdown receives the bound property change and modifies the AppCompatTextViews Shadow. The only way to force the invalidate was to change the font on the views controls, or change the Shadow property to null, then provide a new shadow. ;( screencapture.8.0.99-ci.net8.24472.1.mp4 |
I've tested this (on iOS) with b2c1d25 and also e0b3526 => it works fine:
|
Issue is with Android... Not IOS. Thanks. |
@Stedy59 reading I've opened a PR to fix the issue :) |
For reference this is very likely what broke it: |
@rmarinho I suggest you to revert #24222 which broke:
@jonathanpeppers |
@albyrock87 can you send a PR that just calls |
@jonathanpeppers yes, I can create a simple PR just with that code. |
Description
Changes to a control's "shadow property" or changes to the shadow's properties directly no longer invalidate the platforms shadow.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.90 SR9
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.70 SR7
Affected platforms
Android
Affected platform versions
Android - All
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: