Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    jodit breaks drop-down menus of mail rules

    Kopano WebApp
    2
    2
    14967
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • acn128
      acn128 last edited by

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

      But 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

      1 Reply Last reply Reply Quote 0
      • sarabanjina
        sarabanjina last edited by sarabanjina

        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

        1 Reply Last reply Reply Quote 1
        • First post
          Last post