View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - users view < scroll control glitch? - Page 2 - ProjeQtOr
 
 

users view < scroll control glitch?

More
05 Sep 2013 21:13 #7 by babynus
I found the issue, but it was not easy.

First, this behavior happens only when there are more than 25 lines in the list (that is why I could not reproduce, with a smaller list)

Then it is due to :
- triggering of the _onfetchcomplete event in the dojo grid when reaching end on list with more than 25 items :huh:
- patch I set try and refresh grid for users, resources and contects to be sure the list is fully displayed when containeing images (issue faced on Chrome) :blush:

The fix is just to comment the end of function refreshGridCount() in file /view/js/projector.js, this way :
function refreshGridCount(repeat) {
  var grid = dijit.byId("objectGrid");
  if (grid.rowCount==0 && ! repeat) {
    // dojo.byId('gridRowCount').innerHTML="?";
    setTimeout("refreshGridCount(1);",100);
  } else {
  dojo.byId('gridRowCount').innerHTML=grid.rowCount;
  dojo.byId('gridRowCountShadow1').innerHTML=grid.rowCount;
  dojo.byId('gridRowCountShadow2').innerHTML=grid.rowCount;
  }
  /*objClass=dojo.byId("objectClass").value;
  if (avoidRecursiveRefresh==false && (objClass=='Resource' || objClass=='User' || objClass=='Contact') ) {
	// If list may contain image, refresh once to fix issue : list not complete on Chrome
	avoidRecursiveRefresh=true;
    setTimeout('dijit.byId("objectGrid")._refresh();',100);
  } else {
	avoidRecursiveRefresh=false;
  }*/
}

This fix will be deployed in V3.5.0

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: yankee_doodle, gordianus71

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

More
17 Sep 2013 10:16 #8 by yankee_doodle
hi b,
any date decided for the next release V3.5.0?
i can't wait :woohoo:

regards,
yankeeeeeeeee doodle

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

More
17 Sep 2013 12:05 #9 by babynus
V3.5.0 is late ... :(
... very late :blush:
It was planned end of september, but will probably be 1 month late...

and possibly V3.5 will never be deployed :S
as it may be directly V4.0 :woohoo:

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: yankee_doodle

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

More
17 Sep 2013 23:29 #10 by ccattani
I'm having the same problem and have no pics uploaded. I'm using Firefox 23.0.1 and ProjectOr 3.4.4. This problem comes back from 1 or 2 prior versions.

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

More
18 Sep 2013 04:39 #11 by yankee_doodle
we are also experiencing the anomaly without photos in FF 24.0 whilst maintaining 25+ users in the database. just thought i'd add that since we initially suspected it was due to photo display & something with the DoJo view, or something. :whistle:

regards,
yankeeeeeeeee doodle

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

More
18 Sep 2013 08:04 #12 by babynus
Just apply the proposed patch.

Babynus
Administrator of ProjeQtOr web site

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

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