View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - scroll bar in planning disapear in IE8 - ProjeQtOr
 
 

scroll bar in planning disapear in IE8

More
28 Feb 2012 15:55 #1 by alexallard
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 :)

Please Log in or Create an account to join the conversation.

More
28 Feb 2012 16:59 #2 by babynus
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 ?

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
28 Feb 2012 17:03 #3 by alexallard
How can i add image? i have 2 print screen

Please Log in or Create an account to join the conversation.

More
28 Feb 2012 17:10 #4 by babynus
Method 1 : store image on the web, and include /[IMG/] tag referencing url of image
Method 2 : send to This email address is being protected from spambots. You need JavaScript enabled to view it.


Regards.

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
28 Feb 2012 18:24 #5 by babynus
Issu econfirmed.
Registered as Ticket #592

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
28 Feb 2012 18:56 #6 by babynus
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 += '</div>' ;  
          }
afeter line 716.
It should look like this :
if( g.getCaptionType() ) {
              vCaptionStr = '';
              switch( g.getCaptionType() ) {           
                case 'Caption':    vCaptionStr = vTaskList[i].getCaption();  break;
                case 'Resource':   vCaptionStr = vTaskList[i].getResource();  break;
                case 'Duration':   vCaptionStr = vTaskList[i].getDuration(vFormat);  break;
                case 'Complete':   vCaptionStr = vTaskList[i].getCompStr();  break;
              }
              vRightTable += '<div position:absolute; top:2px; width:120px; left:12px">' + vCaptionStr + '</div>';
            }
          } else {
        	  vRightTable += '</div>' ;  
          }
          vRightTable += '</div>';
        } else {

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.042 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.