-
Notifications
You must be signed in to change notification settings - Fork 522
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
Because of FXBlurView, any view behind the popup that was hidden is shown after the popup is dismissed #103
Comments
Thanks for reporting this, I will look into it asap. |
I tested this with the example app and followed the links. It seems this bug exists, however I cannot reproduce it. Can you please attach an example project? Thanks! |
Sorry it took so long, haven't had much time in the last week to take a look at this. Here's a project reproducing the error. It seems that it's more of an edge case than I thought, very specific to what I had in my project. I only managed to recreate the issue with a hidden UIActivityIndicator inside a Stack View. You can try it out in the project by pressing the "Open popup" button and verifying the the activity indicators in all cells are displayed. |
Thanks for the effort @victoraraujo01, I will look at this asap! |
Ready for testing on develop: |
Having this issue too. |
I can confirm development branch fixes it. |
Released with v. 0.5.4 |
Report
Environment
Please provide information on your development environment, so we can build with the same scenario.
Dependency management
If you are not using any dependency managers, you can remove this section.
What did you do?
Presented a popup over a view that has a subview hidden
What did you expect to happen?
After the popup is dismissed, the view should be exactly as it was before, with the subview hidden.
What happened instead?
After the popup is dismissed, the hidden view is being displayed. This is being caused by FXBlurView, see nicklockwood/FXBlurView#126 for more details.
The text was updated successfully, but these errors were encountered: