nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

[stable17] Append the autocomplete results to the dropdown container #571

Closed juliushaertl closed 4 years ago

juliushaertl commented 4 years ago

Steps to reproduce:

When trying to share withing the gallery app the autocomplete suggestions were hidden, as they were added to the body and therefore overlayed by the main slideshow which was a z-index of 10000. Appending it to the dropdown makes it use the existing styles for overlaying in https://github.com/nextcloud/gallery/blob/8776be97909c288934b673842fef78c2cd314b32/css/slideshow.css#L190-L193

juliushaertl commented 4 years ago

Failures unrelated ... tests are broken since ages https://travis-ci.org/nextcloud/gallery/builds/658035572