-
Notifications
You must be signed in to change notification settings - Fork 157
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
BSModal showing then closing during Async operations #613
Comments
What version of .net and BlazorStrap? |
Sorry ,yes its 5.2.100 on .net 8 |
Ok, I will test and fix it asap in the middle of a move. |
Hi, did a bit more digging on this, have found that, this works fine in Windows and Linux docker containers
And this works fine in Windows, but doesn't work correctly in Linux docker containers.
Dockerfile is using this |
do you have a sample project I can run? |
Ive been trying, Its hard to track down what specifically causes it. The best I can see is that if you trigger a BSModal from a InputFile it doesnt like to stay open. But I think this is a different issue, as this issue also exists on the older versions (Go to the Counter), if you select to Upload a file,. the BSModal doesnt stay open, The static backdrop is missing as well. |
Just got settled into my new place. Will debug this tomorrow |
your missing the |
Issue Found Fix: Models with the same data-id (this is auto-generated if not provided.) are now unable to close themselves while showing Three things from your sample provided
|
Awesome thanks!, this fixes my issues. |
Hi, Has there been a change to the way BSModals show/hide in the last few weeks, ive picked up a regression issue, where the BSModal displays, then I do a async operation to a API and its closing by itself.
To keep it open I have to call the ShowAsync twice
The text was updated successfully, but these errors were encountered: