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.

[SOLVED] Text not b...
 
Notifications
Clear all

[SOLVED] Text not being displayed on List Element Box

11 Posts
2 Users
0 Reactions
8,591 Views
(@iconic)
Posts: 280
Active Member
Topic starter
 
[#2436]

A few hours ago, when I click on LInk Activity, then click on the magnifying glass, the List Element Box shows there are activities I can select from, however all the content is displayed with - - -

It does not show any of the text information.

I have attached an image so it can show you what I mean.

I have not done any changes.


 
Posted : 14 Jul 2015 14H27
(@babynus)
Posts: 14952
Member Admin
 

Thkis generally applies when some javascript formatting fails.
Could you please check for errors in browser console and report it here ?


 
Posted : 14 Jul 2015 14H57
(@iconic)
Posts: 280
Active Member
Topic starter
 

How do I check for errors in browser console?


 
Posted : 14 Jul 2015 15H50
(@babynus)
Posts: 14952
Member Admin
 

Hi,

As this question occurs very often, I added some hint :
http://www.projeqtor.org/en/forum/9-tips-tricks/6417-before-submitting-issue


 
Posted : 14 Jul 2015 16H21
(@iconic)
Posts: 280
Active Member
Topic starter
 

I have done everything on the link you provided. I even logged out and closed the actual browser that I use, which is Windows Google Chrome. The problem still occurs.

I had a look at any errors and I found the following ...

1) Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
dojo.js:15
2) 'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead.
dojo.js:15

3) Uncaught ReferenceError: paramCurrencyPosition is not defined
projeqtorFormatter.js:228


 
Posted : 14 Jul 2015 16H39
(@babynus)
Posts: 14952
Member Admin
 

Hi,

3) is the source of the issue.

You can try :

=> goto gobal parameters, check for parameter "currency position" (should be before or after), and save.
(save even if you changed nothing)
Disconnect, reconnect and try again

=> if previous trick did not work, remove all "cost" data in the list.
This should be a good workaround

=> I'll propose a patch (ticket #1764 recorded)


 
Posted : 14 Jul 2015 16H47
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Issue fixed.
Will be deployed on V5.0.3.

As I guess you not actually use V5, here is the fix :
if /view/js/projeqtorFormatter.php, in function "costFormatter" (about line 228 on your version, line 265 in V5.0.2),
replace "paramCurrency" with "top.paramCurrency",
replace "paramCurrencyPosition" with "top.paramCurrencyPosition"
Disconnect, clean browser cache and all should work fine now.


 
Posted : 14 Jul 2015 17H01
(@iconic)
Posts: 280
Active Member
Topic starter
 

I have tried option 1) parameter "currency position".

This was already showing as before, just for the sake of it, I changed it to after. Saved, disconnected and reconnected and problem still occured.

I do not understand what you mean by remove all "cost" data in the list. I have 10s of thousands of dollars added. I can't change this as it will ruin the total costings of each project and activity. This would create more of an issue, then fix the problem.

Thank you for proposing an update.


 
Posted : 14 Jul 2015 20H48
(@babynus)
Posts: 14952
Member Admin
 

I do not understand what you mean by remove all "cost" data in the list. I have 10s of thousands of dollars added. I can't change this as it will ruin the total costings of each project and activity. This would create more of an issue, then fix the problem.

Proposale is not to delete cost :silly:
Just to unselect the cost columns in the list (through the column selector in the list)


 
Posted : 14 Jul 2015 20H50
(@iconic)
Posts: 280
Active Member
Topic starter
 

I misunderstood what you meant.

I used fix you provided and worked perfectly. I am about to upgrade to version 5.03 very soon. Always worried when upgrading about losing data. So I am having my IT team doing this for me. Thank you again for your prompt support.


 
Posted : 14 Jul 2015 20H57
(@babynus)
Posts: 14952
Member Admin
 

Hi,

You should not be frightened about upgrades (even if it is always advised to backup prior to migrate).
Moreover for patch, as they very rarely bring data updates, and if they do, it is always in a way to fix things.


 
Posted : 14 Jul 2015 21H29
Share:

Scroll to Top