Forum

save never ending
 
Notifications
Retirer tout

save never ending

6 Posts
2 Utilisateurs
0 Reactions
2,412 Vu
(@ade)
Posts: 45
Active Member
Début du sujet
 
[#5992]

Hi,

I discover an issue

The symptom is the following :
- i create one project
- i click on today
- i click on the project
- try to update the project
- click on save

The issue is that the screen is locked on save.

I make a capture attached => the screen is blocked on save - nothing to do => i have to reload the page


 
Posté : 19 Mai PM 22:055
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Issue confirmed
Ticket #4014 recorded.


 
Posté : 19 Mai PM 23:055
(@ade)
Posts: 45
Active Member
Début du sujet
 

same issue in V8.0.4

same issue with google chrome after 2 retries

same issue with firefox but after many retries


 
Posté : 26 Mai PM 21:055
(@ade)
Posts: 45
Active Member
Début du sujet
 

issue reproduced on online demo


 
Posté : 27 Mai PM 22:055
(@ade)
Posts: 45
Active Member
Début du sujet
 

to reproduce this bug,
update a projet and then click on today icon without waiting save operation

operation done on https://demo.projeqtor.org/view/main.php

may be modify code as such ..

function closeAlertBox() {
var dialogReminder=dojo.byId('dialogReminder');
var duration=900;
if (checkAlertDisplayQuick) duration=90;
dojo.animateProperty({
node : dialogReminder,
properties : {
bottom : {
start : 0,
end : -200
}
},
duration : duration,
onEnd : function() {
var elem = dojo.byId('dialogReminder');
if(elem != null){
dojo.style(dialogReminder, {
visibility : 'hidden',
display : 'none',
bottom : '-200px'
});
}
}
}).play();
}


 
Posté : 28 Mai AM 09:055
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Very specific issue.
Never faced it as you must :
- hurry to click on today before save of project
- have slow network or slow server to have time to click before save...
We will have a look at the proposed fix.


 
Posté : 30 Mai AM 02:055
Share:
Retour en haut