Skip to content
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

SideBar blocked with Ajax Requests caused by Argon.js #30

Open
Whisper40 opened this issue Apr 25, 2020 · 3 comments
Open

SideBar blocked with Ajax Requests caused by Argon.js #30

Whisper40 opened this issue Apr 25, 2020 · 3 comments

Comments

@Whisper40
Copy link

Prerequisites

  • [X ] I am running the latest version
  • [ X] I checked the documentation and found no answer
  • [X ] I checked to make sure that this issue has not already been filed
  • [ X] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

My page should be generated as actually but with the sidebar that can be hidden.

Current Behavior

Actually, the side bar is fixed, cannot click on it to hide..
The side bar without ajax request is working fine, but with an ajax request that use the "argon.js..." it becomes blocked !

Failure Information (for bugs)

No errors in console, i have tested a lot of combinaison in order to find the JS that was causing my problem. And this is the argon.js

Steps to Reproduce

  1. Create a page with a sidebar on the left
  2. On this page make an input in order to enter text
  3. Click on the button to submit the AJAX
  4. It returns you the result in a dropdown button corresponding to what you enter
  5. Select a result in the dropdown
  6. It generates a Datatables.net table with button(copy....print..)
  7. ( 2 options : If you get out the argon.js from the second ajax(the one that load the datatables), the table will not be displayed properly )
    Other option, if you keep the argon.js from the second ajax, the datatables will be displayed correctly, but the sidebar will be blocked (cannot hide it)
    Please provide detailed steps for reproducing the issue.

Context

I'm sure that only one Jquery is Loaded.
I use Ajax to load my data
As something like that : `

function SendSearchBar(){
var codesa = $("#valeursearchbar").val();
if(codesa.length >= 3){
$.ajax({
url : "../../ajax/searchbar.php",
type : 'POST',
data : 'codesa=' + codesa,
dataType : 'html',
success : function(data, statut){
$('#resultatenvssearch').html(data);
},
error : function(resultat, statut, erreur){
ShowMessageNotification('error', 'Aïe ! C'est une erreur de POST ! ', 4000, 'top-end');
}
});
}
}

`

  • Device: Computer
  • Operating System: Win10
  • Browser and Version: Chrome/Firefox/opera
@rarestoma
Copy link
Contributor

Hi @Whisper40,

Thank you for working with our products.

Can you please send us a short video on [email protected] so we can see clearly what is happening?

Thank you,
Rares

@Whisper40
Copy link
Author

Hello, video has been submitted

@onyashed
Copy link

onyashed commented Nov 1, 2021

What was your response @rarestoma . Project is due and template cant be changed. let me try disable argon.js...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants