• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Forwarded to devs display error on Safari 13.0.3/Plesk Obsidian

sweetp

Basic Pleskian
TITLE:
display error on Safari 13.0.3/Plesk Obsidian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Obsidian 18.0.20 update #2,
Ubuntu 18.0.4
PROBLEM DESCRIPTION:
there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2
you can see the problem in the following image:
QOfgVoV.png
STEPS TO REPRODUCE:
open Plesk on Safari macOS​
ACTUAL RESULT:
website screenshot image div fills 100% of the screen​
EXPECTED RESULT:
website screenshot image div should only be the height of the image​
ANY ADDITIONAL INFORMATION:
it is easily fixed with the following css:
(commenting out "display: flex;")

.pul-preview-panel {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
/* display: flex; */
width: 100%;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
background-color: #fff;
overflow: hidden;
min-height: 32px;
}
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Back
Top