Easy to reproduce:
Click on the link "Add module to the dashboard" on the main dashboard in the backend to open a modal window. This modal window uses the backdrop option with the value "static". When the backdrop option is set to static, the modal should not close when clicking outside it.
Modal is not closed when clicking outside it. This option works fine in Joomla! 3.x.
Modal is closed.
Tested with Joomla! 4.0.3 in Chrome and Firefox.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Hey Dimitris,
I know, but this is not possible with HTMLHelper::_('bootstrap.renderModal', ....)
and it must be fixed there for the new syntax in Bootstrap 5.
Cheers
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-09-21 15:03:56 |
Closed_By | ⇒ | Kubik-Rubik |
Rename the
data-backdrop="static"
todata-bs-backdrop="static"
and it will work as expected