[Resolved] "manage Collaborators"-overlay appears on bottom of page

    • September 25, 2019 at 5:42 am #5141
      T
      IT-Team
      Participant

      Hi,

       

      i have version 1.12.0 running and “http passthrugh” and “ldap-auth” plugins active.

      whenever i click on “manage collaborators” the scrollbar extends around 50% and showing the popup on the very bottom of the page

      https://imgur.com/tE08HdL

       

      additionaly i saw that i dont have a footer on the ticket-page.

       

      i have the “inline-preview” installed but not activated

    • September 25, 2019 at 5:54 am #5142
      T
      IT-Team
      Participant

      edit: using chrome on different PCs.

      Edge works fine and displays the popup right where it belongs

       

    • September 25, 2019 at 6:01 am #5143
      T
      IT-Team
      Participant

      ok, again it seems to be the plugin “inline preview” which messes with the footer even if the plugin itself is disabled..

      so at least THATS a bug: plugin having some influense though it is disabled

      Edit again:

      i removed the plugin completely – and while the popup works on some tickets. it doesnt on others

    • September 25, 2019 at 7:16 am #5144
      stevland
      Keymaster

      i have the “inline-preview” installed but not activated

      Are you referring to the attachment_preview plugin?

      Have you tried clearing your browser cache?

    • September 25, 2019 at 8:53 am #5156
      T
      IT-Team
      Participant

      yop, did so,

      i drilled down the problem to the dropdown function in jquery.dropdown.js of the vanilla code.<br /><br />
      somehow the y value almost doubles this of what is needed…<br /><br />
      (53480px instead of 26900px, which would fit nice)

      div id="action-dropdown-collaborators" class="action-dropdown anchor-right" style="left: 300.035px; top: 53481.4px; display: none;">

       

      besides this might not be caused by OSTA, any ideas regarding this?

    • September 25, 2019 at 10:00 am #5158
      T
      IT-Team
      Participant

      heyho,

       

      i somehow fixed it myself – but if someone knwos why the following fixed it, i’d appreciate any help:

      line 45 of jquery.dropdown.js:

      if (relative.get(0) !== document.body)<br />
      /* edited, cause relative.scrollTop() sometimes was "to big" => error in "manage collaborators-popup" */<br />
      /*offset.top -= relative.scrollTop()*/;

       

      somehow the relativ.scrolltop() was way to high on the browsers with the error (not on edge)<br />
      relative = trigger.offsetParent(),

      while “trigger” the button to “manage collaborators” is (the one with THIS title popup and the group-icon on it.

      i have no idea if this change causes other errors, since it doesnt seem to be a “bug” itself… i just cant find what caused this.

      maybe some html entities in the thread – i donno…

       

    • September 26, 2019 at 3:48 am #5164
      T
      IT-Team
      Participant

      just for you to understand the problem better:

      somehow the “relative.scrollTop()” value got enourmous high.

       

      funny, it doesnt happen on a few other tickets :(<br />
      AND: the tooltip popup “manage collaborators” appears on the right position though

    • September 27, 2019 at 1:26 pm #5172
      stevland
      Keymaster

      Hmmm I’m sorry, I don’t really have anything to add. Except that I’m glad you sorted this out.

      To be entirely honest, I don’t quite understand what the root of the issue was. But I’m going to keep this in mind in case anyone reports something similar.

      Thank you for taking the time to post your solution.

You must be logged in to reply to this topic.