View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Projectorria hang when I add hyperlink (file attachment) for "action" or ticket with firefox - ProjeQtOr
 
 

Projectorria hang when I add hyperlink (file attachment) for "action" or ticket with firefox

More
05 Sep 2013 22:43 - 05 Sep 2013 22:48 #1 by lowengrin
Hi,

I have a problem when I add hyperlink (file attachment section) for Action or Ticket with Firefox/3.6: projectorria hang (attempts to load)

This problem don't exist with Safari or IE

Idea ? A Workaround for projectorria 3.4.4

Thanks
Last edit: 05 Sep 2013 22:48 by lowengrin.

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

More
06 Sep 2013 12:23 #2 by babynus
FireFox 3.6 : I did not know it was still existing :silly:

Workaround : get last version :evil:
(sorry, I could not help myself)

Seriously ;) workaround is to replace isHtml5() function in /view/js/projector.js with this one :
function isHtml5() {
	if (dojo.isIE && dojo.isIE<=9) {
		return false;
	} else if (dojo.isFF && dojo.isFF<4) {
		return false;
	} else {
		return true;
	}
}

I could not test it, but at least it does not bring regression with FireFox 23.

Babynus
Administrator of ProjeQtOr web site

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

More
06 Sep 2013 14:14 #3 by lowengrin
isHtml5() fonction no exist in view/js/projector.js in 3.4.4


priam:~ steve$ grep -i shtml5 view/js/projector.js
priam:~ steve$
:S

Ah :sick: ! last version !!! ... futur you mean :huh:

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

More
06 Sep 2013 19:40 #4 by babynus

isHtml5() fonction no exist in view/js/projector.js in 3.4.4

Arghh ! :S You're right. It is new in 3.5.0 where I implemented the patch.

So for V3.4.4 you'll have te replace every lines
if (dojo.isIE && dojo.isIE<=9) {
with
if ((dojo.isIE && dojo.isIE<=9) || (dojo.isFF && dojo.isFF<4)) {
You should find this in /view/js/projectorDialog.js at lines 721, 757, 777, 1615, 1727, 1747.
Other option is to replace
if (dojo.isIE && dojo.isIE<=9) {
with
if (! isHtml5()) {
and copy code of isHtml5 function in /view/js/projector.js.

Ah :sick: ! last version !!! ... futur you mean :huh:

No, I mean latest version of FireFox !!! :silly:

Babynus
Administrator of ProjeQtOr web site

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

More
08 Sep 2013 00:00 #5 by lowengrin
Hi

I implement your workaround but is't not better... alway hang under Firefox/3.6 :(
I fear that the patch will not solve the problem
Other idea ?

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

More
08 Sep 2013 00:21 #6 by babynus
You should retrieve an error logged in the browser console.
Please report it here.

Babynus
Administrator of ProjeQtOr web site

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

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