Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
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
additionaly i saw that i dont have a footer on the ticket-page.
i have the "inline-preview" installed but not activated
edit: using chrome on different PCs.
Edge works fine and displays the popup right where it belongs
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
i have the “inline-preview” installed but not activated
Are you referring to the attachment_preview plugin?
Have you tried clearing your browser cache?
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?
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...
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
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.