You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toggle between modals makes the backdrop too dark during a short time because there are 2 div modal-backdrop with opacity 0.5 which adds up and becomes opacity 1.0.
How is this not worth fixing? I believe 200% it is, it looks like a glitch. I propose that if a backdrop already exists, do not populate a new one, re-use the old already existing one instead.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Describe the issue
Toggle between modals makes the backdrop too dark during a short time because there are 2 div modal-backdrop with opacity 0.5 which adds up and becomes opacity 1.0.
Screen.Recording.2022-03-21.at.00.46.24.mov
Can be verified with 5.1.3 and also using main.
Reduced test cases
https://getbootstrap.com/docs/5.1/components/modal/#toggle-between-modals
Can be best seen by slowing down the animation:
What operating system(s) are you seeing the problem on?
macOS
What version of Bootstrap are you using?
v5.1.3 and main
The text was updated successfully, but these errors were encountered: