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

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 Log in 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 Log in 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 Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.032 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.