Use iPhone
the modal-field (with the media-files/media-manager) is above all other containers and is accessible
the modal-field (with the media-files/media-manager) is below the other containers. You can scroll the whole site, but you not the modal. You have no access to the media-manager (upload, delete, pick a picture ...)
iPhone 8
iOS 13.5.1
Joomla 4.1.x
Works as it should with Android
Works as it should with "normal" custom field type Media.
Works NOT with custom Field type Media within a subform/repeatable
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
with iOS (iPhone) the modal appears below the rest of the page. No access for uploading oder pcking or editing pictures
Can you extend the testing steps so we can reproduce the issue with core only and can you confirm that it has the same behavior with cassiopaia and is not an issue with your own template.
This problem is not wioth my own template.
Same problem with cassiopaia (frontend) and atum (backend)
Testing Steps (gonna edit my first post, too):
I got the solution right now:
Seems to be a bootstrap bug.
override the .table-responsive for all the media queries: https://github.com/twbs/bootstrap/blob/eea1b1e1fd04596265cad9d8036a73d20c7a3c5d/scss/_tables.scss#L161 with -webkit-overflow-scrolling: inherit;
Or like in my case, just put
/** Bugfix for Apple iOS **/
.table-responsive {
-webkit-overflow-scrolling: inherit !important;
}
into my templateĀ“s CSS-file.
I am not sure if !important is necessary at all.
Labels |
Added:
bug
|
works correct with Android
works with normal custom field "media" and works with repeatable/subform custom field (several media files in one CF)
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38115.