[Modal] "show" does not recenter modal #2920
Labels
state/has-pr
An issue which has a related PR open
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
Steps to reproduce
Test LateOutputError I: Headers already sent
)The demo closes another modal right before the final modal is shown, but when I put
$(this).modal('refresh');
at https://github.com/atk4/ui/blob/5.0.0/js/src/services/modal.service.js#L44 line the problem is gone, so it seems the "show" does not explicitly refresh the modal at all.Expected result
.modal('show')
must always refresh/recenter the modalScreenshot (if possible)
Version
2.9.3
The text was updated successfully, but these errors were encountered: