Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi, I'm actualy testing different Open source software for project management and portfolio. Your software is very great and will probably be our choice but i have some bugs...
The first one is : the scroll bar in planning disapear when the first sub-project in the list are reduced but the other one are "expand". So you have to "open" the first one for scrolling down to the other sub-project
I'll post later for the other bug
Thank you very much 🙂
Hi,
Sorry, I don't understant you case : if the scroll bar disepears, you should have collapsed item so that it is not needed any more, isn't it ?
Could you provide print screen to explain you case ?
How can i add image? i have 2 print screen
Method 1 : store image on the web, and include /[IMG/] tag referencing url of image
Method 2 : send to support@toolware.fr
Regards.
Issu econfirmed.
Registered as Ticket #592
Issue fixed.
Will be deployed in V2.1.
To fix it, you've got 3 ways :
1) remove the milestone in first group of tasks
2) set a due date to the milestone
3) fix the code (as it will be deployed) : in /view/js/jsgantt.js
add lines
} else {
vRightTable += ' afeter line 716.
It should look like this :
if( g.getCaptionType() ) {
vCaptionStr = '';
switch( g.getCaptionType() ) {
case 'Caption': vCaptionStr = vTaskList.getCaption(); break;
case 'Resource': vCaptionStr = vTaskList.getResource(); break;
case 'Duration': vCaptionStr = vTaskList.getDuration(vFormat); break;
case 'Complete': vCaptionStr = vTaskList.getCompStr(); break;
}
vRightTable += '' + vCaptionStr + '';
}
} else {
vRightTable += 'You update work perfectly...
I am really impress by the quickness of this issue
Merci ca fonctionne super bien... J'ai d'autre petit problème que je vais te poster comme nouveau bu 🙂
I am also having the same problem with IE8. The right side scroll bar is disappeared. But its not solved.
I am also having the same problem with IE8. The right side scroll bar is disappeared. But its not solved.
Did you apply above fixing ?
(not deployed yet in packaged version. will come in V2.1)