Labels |
Added:
?
|
Funnily enough it works in IE11
The would be expected as IE11 does not support position:sticky. Therefore the modal is positioned relative to the body
and not the subhead
.
@puneeth2001 - I don't know off the top of my head. You'll have to debug it
ok, I'll try doing it.
By the way, can I work on it??
@puneeth2001 You certainly don't need a permission to do it. We're thankful you're helping!
@puneeth2001 - Yes the backdrop should be there for UX purposes, so it allows people to focus easily on the contents of the modal
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-04 08:49:21 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/23636
@franz-wohlkoenig #23906 is not a solution to this issue
Status | Closed | ⇒ | New |
Closed_Date | 2019-03-04 08:49:21 | ⇒ | |
Closed_By | joomla-cms-bot | ⇒ |
Closed_Date | 0000-00-00 00:00:00 | ⇒ |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/23636
Status | New | ⇒ | Discussion |
Thank you @franz-wohlkoenig
In the meantime, maybe somebody can just add this line to the ISIS template css file?
body:not(.modal-open) .modal-backdrop.fade {display:none;}
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-27 09:24:42 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/23636
This occurs anywhere the modal is triggered from the toolbar. The problem occurs on a number of pages.
I believe to amend the modal markup needs to move to before the closing body tag instead of where the modal is been triggered from (eg. toolbar).