afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
336 stars 72 forks source link

ui-droppable-hover seems not working in v9 #114

Open mdesign83 opened 1 month ago

mdesign83 commented 1 month ago

Hi,

In my the latest upgrade it seems the hover effect on drag-n-drop to folder is broken. Name: Afterlogic WebMail Lite PHP Version: 9.8.0.build18-build-o3

I tested the https://lite.afterlogic.com/ and experienced the same. There is no style change on drag hover.

If I change the following CSS, it matches but the mask is not visible: from

.panels.settings .folders .items_list .item > .title.droppableHover .name {
...

To:

.panel.left_panel .items_list .item > .title.ui-droppable-hover .name {
    color:#6ac697;
...
}

Best regards, Karoly

afterlogic-support commented 1 month ago

Thank you, I've reproduced the issue and reported it to the developers.