Fix some display bugs in expose on chrome

Sometimes the picture didn't get shown right away
This commit is contained in:
nathan 2022-10-13 14:23:11 -06:00
parent 359fcf9782
commit f9ee8952ea
2 changed files with 4 additions and 1 deletions

View File

@ -855,7 +855,7 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
{
// Check to see if we're in a nextmatch, do magic
let nm = this.find_nextmatch(this);
if(nm)
if(nm && !nm.update_in_progress)
{
// Check to see if we're near the end, or maybe some pagination
// would be good.

View File

@ -3496,6 +3496,9 @@ span.et2_egw_action_ddHelper_itemsCnt {
/**
* Etemplate exposé CSS
*/
.blueimp-gallery > .slides > .slide-prev, .blueimp-gallery > .slides > .slide.active, .blueimp-gallery > .slides > .slide-next {
visibility: visible;
}
/* Paginating with nextmatch */
.blueimp-gallery-controls > .indicator.paginating {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);