View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Problem with planning view with Internet Explorer 10 - Page 3 - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

14 et 15 mai 2025 (9h-12h30)

18 et 19 juin 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

20 et 21 mai (9h-12h30)

25 et 26 juin (9h-12h30)

 

 

 

Problem with planning view with Internet Explorer 10

More
14 Jan 2014 14:51 #13 by babynus
Here is just a try for a fix : replace in /view/js/projeqtorDialog.js, from line 3839, function changePlanningColumn() with
function changePlanningColumn(col,status,order) {
	if (status) {
	  //order=planningColumnOrder.indexOf('Hidden'+col);
	  order=dojo.indexOf(planningColumnOrder,'Hidden'+col);
	  planningColumnOrder[order]=col;
	  movePlanningColumn(col,col);
	} else {
	  //order=planningColumnOrder.indexOf(col);
	  order=dojo.indexOf(planningColumnOrder,col);
	  planningColumnOrder[order]='Hidden'+col;
	} 
	dojo.xhrGet({
		url: '../tool/savePlanningColumn.php?action=status&status='
			+ ((status)?'visible':'hidden')+'&item='+col,
		handleAs: "text",
		load: function(data,args) { },
		error: function() { }
	  });	
}

Refresh browser cache and try again...

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
14 Jan 2014 16:31 #14 by Tomea
Ok it resolve my column problem !!!!

Thanks a lot.

Thomas.

Please Connexion or Create an account to join the conversation.

More
14 Jan 2014 19:03 #15 by babynus
So, it will be integrated in V4.2

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.045 seconds

Paramétrages de cookies

×

Cookies fonctionnels

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

Veuillez vous connecter pour voir vos activités!

Autres cookies

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