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
Hi,
Issue confirmed
Ticket #4014 recorded.
same issue in V8.0.4
same issue with google chrome after 2 retries
same issue with firefox but after many retries
issue reproduced on online demo
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();
}
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.