Forum

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.

scroll bar in plann...
 
Notifications
Clear all

scroll bar in planning disapear in IE8

9 Posts
3 Users
0 Reactions
13.5 K Views
(@alexallard)
Posts: 5
Active Member
Topic starter
 
[#392]

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 🙂


 
Posted : 28 Feb 2012 17H55
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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 ?


 
Posted : 28 Feb 2012 18H59
(@alexallard)
Posts: 5
Active Member
Topic starter
 

How can i add image? i have 2 print screen


 
Posted : 28 Feb 2012 19H03
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Method 1 : store image on the web, and include /[IMG/] tag referencing url of image
Method 2 : send to support@toolware.fr

Regards.


 
Posted : 28 Feb 2012 19H10
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Issu econfirmed.
Registered as Ticket #592


 
Posted : 28 Feb 2012 20H24
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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 += '
' ; } vRightTable += '
'; } else {
 
Posted : 28 Feb 2012 20H56
(@alexallard)
Posts: 5
Active Member
Topic starter
 

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 🙂


 
Posted : 28 Feb 2012 21H57
(@simonbond)
Posts: 8
Active Member
 

I am also having the same problem with IE8. The right side scroll bar is disappeared. But its not solved.


 
Posted : 26 Mar 2012 12H40
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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)


 
Posted : 26 Mar 2012 12H51
Share:

Scroll to Top