[4.0] Export of Banner Tracks not possible#26848
[4.0] Export of Banner Tracks not possible#26848Cherrypeach wants to merge 3 commits intojoomla:4.0-devfrom
Conversation
|
I have tested this item ✅ successfully on d0cb1d1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
Please do it like |
|
I have tested this item ✅ successfully on d0cb1d1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
I have tested this item ✅ successfully on d0cb1d1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
I have not tested this item. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
I have tested this item ✅ successfully on d0cb1d1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
I have tested this item ✅ successfully on d0cb1d1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
I have tested this item ✅ successfully on 9776218 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
Please test PR #27091 for an alternate fix. |
|
Closing in favor of PR #27091. Thank you for your contribution. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
Please update per #27091 (comment) This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
|
@Cherrypeach Please see update request per #27091 (comment). This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26848. |
| <!-- Render the button --> | ||
| <joomla-toolbar-button<?php echo $id; ?> onclick="document.getElementById('modal_<?php echo $selector; ?>').open()" class="<?php echo $class; ?>" data-toggle="modal"> | ||
| <joomla-toolbar-button<?php echo $id; ?> onclick="document.getElementById('modal_<?php echo $selector; ?>').open(); | ||
| $(document.getElementById('modal_<?php echo $selector; ?>')).appendTo('body');" |
There was a problem hiding this comment.
| $(document.getElementById('modal_<?php echo $selector; ?>')).appendTo('body');" | |
| document.body.appendChild(document.getElementById('modal_<?php echo $selector; ?>'));" |
Not at a machine with a setup but I think this should remove the jQuery dependency from this.
|
Please test PR #28472 |
Pull Request for Issue #26818.
Export of Banner Tracks wasn't possible because the Modal Window was in the background.
Summary of Changes
Fixed by changing the the Position of the Modal to Body.
For this, the Buttons that opens the Modal also changes the Position of the Modal.
Testing Instructions
Go to Components -> Banners -> Tracks
Click on Export
Actual result