jodit breaks drop-down menus of mail rules
-
Hi,
Im using the nightly version 6.0.0.66-1+2030.1 of kopano-webapp and I’ve installed the jodit package:
kopano-webapp-plugin-htmleditor-jodit 0.3.0.0-1+78.1But after installing jodit, in Kopano WebApp, when editing mail rules, the drop-down menus don’t work any longer.
After removing the jodit package, it worked again.
Regards,
Anna -
Hi,
Same problem here! The culprint is the z-index in css used by jodit editor (/usr/share/kopano-webapp/plugins/htmleditor-jodit/resources/css/htmleditor-jodit.css). By commenting it out, it works again :
body { position: relative; user-select: auto; min-height: 100%; overflow: auto; /* z-index: 2; */ }
Regards,
Nicolas