forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display issues with jump to search #345
Labels
Comments
Two possible solution to this:
export function useSimpleTree(element, afterClick, afterAjaxError, beforeAjax) {
if (!jQuery(element).data('simpleTree')) {
return jQuery(element).simpleTree({
autoclose: false,
drag: false,
animate: true,
timeout: 20000,
afterClick: afterClick,
afterAjaxError: afterAjaxError,
beforeAjax: beforeAjax
});
}
} |
You can open a separate issue for the notes table. |
alexskr
added a commit
that referenced
this issue
Nov 9, 2024
@syphax-bouazzouni, option 2 didn't resolve the issue with the jump to search box and tree display issues. |
mdorf
added a commit
that referenced
this issue
Nov 13, 2024
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are seeing the following issues with AgroPortal <-> BioPortal code alignment:
when using jump to box multiple times we observer the following:
The text was updated successfully, but these errors were encountered: