-
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
[iOS] Border often has wrong initial bounds #23494
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:
|
@borrmann the animation issue fix has been released in the latest SR |
@albyrock87 I'm experiencing this in the latest version, 8.0.70 |
@albyrock87 re: the animation bug I think you should have used the approach I wrote here rather than just removing it from one layer:
I don't know much about iOS animations and my hat is off to you for coming up with the solution, but this removes animations from everything in case it is a multilayer element. I would be suprprised if anyone had any more animations after that. Edit: Oh never mind I see you did do something similar to that as well here: https://github.com/dotnet/maui/pull/23156/files#diff-fe6d138a657c96dcb93e2a6bbc458c3fec125cf61417747a9029e971b06cd08a Not sure why it's not working then. |
Nice ideal, It fixed #23620 |
@jonmdev
|
@jonmdev my understanding is that the remaining 1 frame issue is due to the change on I think it might be due to the order of changes. |
Yes, that is |
Unfortunately it occurs not just when isVisible is toggled. It happens constantly in my real app all over the place. Using IsVisible is just the easiest way I found to reproduce it. |
@Zhanglirong-Winnie can you verify which .NET 8 version of MAUI this broke on |
Hi, @PureWeen |
The issue is not replicated with 8.0.90, can you test with latest version? |
Hi @borrmann. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Description
reopening issue #20381
Steps to Reproduce
No response
Link to public reproduction project repository
https://github.com/borrmann/BorderDrawingIssue
Version with bug
8.0.61 SR6.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.14
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: