• 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.

Bug - 12.5.30 - Mail Server Settings Responsive Menu

Luke Gilliver

New Pleskian
Within Plesk 12.5.30 (MU#10) there is a bug that stops the responsive header menu from being opened.

Page Affected: <plesk control panel domain>/plesk/server/mail/
Accessed via: Control Panel > Tools & Settings > Mail Server Settings

The tabs
Settings | Black List | White List | Mail Queue
on small screen devices (or small viewing windows) <767px become a solid blue dropdown navigational menu.

When clicking on the menu, nothing happens.


The script at this point for the menu item "Settings" reads:
HTML:
<a href="/server/mail.php3?serviceNodeId=1" onclick="if(this.up('li').id == 'current') { this.up('#tabs').toggleClassName('responsive-tabs-visible'); return false; };lon();"><span>Settings</span></a>

No Javascript error is thrown.

A similar menu is in use within the Domain sections which works.

Screen Shot 2016-01-13 at 08.12.27.png Screen Shot 2016-01-13 at 08.11.56.png
 
Yes, looks like bug.
As possible workaround you can try to edit files

/usr/local/psa/admin/htdocs/theme/css/main.css and /usr/local/psa/admin/htdocs/theme/css/main-rtl.css

Change line

.responsive-tabs-visible#screenTabs li:not(#current)

to

.responsive-tabs-visible#tabs li:not(#current)

I hope it will help.
 
Back
Top