New HeaderJavascript in rt-3.8.1

Hi

A have seen, that with the new HeaderJavascript in rt-3.8.1 the
Create.html site doesn’t work. If I use HeaderJavascript from rt-3.8.0,
then it works.

Michael Peer

Hi

A have seen, that with the new HeaderJavascript in rt-3.8.1 the
Create.html site doesn’t work. If I use HeaderJavascript from
rt-3.8.0,
then it works.

Michael,

Can you be a bit more descriptive about what “doesn’t work”? Without
more information, we have no hope of ever fixing it.

Sorry.

I have installed rt-3.8.1. When I create a new ticket as privileged
user, I get the following javascript-error on the create-page: “missing
) after argument list
doOnLoad(hide(document.getElementById(‘Ticket-Create-details’)););\n”

After a few tests I have seen, that the problem is in the new function
doOnLoad, used in the element HeaderJavascript. If I replace the element
HeaderJavascript with the element from rt-3.8.0, then the create-site
works.

I hope this is more understandable to you. If not, I will try to make it
more concise.

Thank you very much

MichaelFrom: Jesse Vincent [mailto:jesse@bestpractical.com]
Sent: Wednesday, 20 August, 2008 14:35
To: Peer Michael
Cc: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

Hi

A have seen, that with the new HeaderJavascript in rt-3.8.1 the
Create.html site doesn’t work. If I use HeaderJavascript from
rt-3.8.0, then it works.

Michael,

Can you be a bit more descriptive about what “doesn’t work”? Without
more information, we have no hope of ever fixing it.

Michael Peer


List info:
The rt-devel Archives

I have installed rt-3.8.1. When I create a new ticket as privileged
user, I get the following javascript-error on the create-page:
“missing
) after argument list
doOnLoad(hide(document.getElementById(‘Ticket-Create-details’)););\n”

After a few tests I have seen, that the problem is in the new function
doOnLoad, used in the element HeaderJavascript. If I replace the
element
HeaderJavascript with the element from rt-3.8.0, then the create-site
works.

I hope this is more understandable to you. If not, I will try to
make it
more concise.

Michael

You haven’t mentioned what browser you are seeing this error in.

-kevin

I have tested it on firefox 2.0.0.16, firefox 3.0.1, ie7 and opera 9.26
and on all this browsers I see this error

MichaelFrom: rt-devel-bounces@lists.bestpractical.com
[mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin
Falcone
Sent: Wednesday, 20 August, 2008 16:52
To: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

I have installed rt-3.8.1. When I create a new ticket as privileged
user, I get the following javascript-error on the create-page:
“missing
) after argument list
doOnLoad(hide(document.getElementById(‘Ticket-Create-details’)););\n”

After a few tests I have seen, that the problem is in the new function

doOnLoad, used in the element HeaderJavascript. If I replace the
element HeaderJavascript with the element from rt-3.8.0, then the
create-site works.

I hope this is more understandable to you. If not, I will try to make
it more concise.

Michael

You haven’t mentioned what browser you are seeing this error in.

-kevin

Thank you very much

Michael

-----Original Message-----
From: Jesse Vincent [mailto:jesse@bestpractical.com]
Sent: Wednesday, 20 August, 2008 14:35
To: Peer Michael
Cc: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

Hi

A have seen, that with the new HeaderJavascript in rt-3.8.1 the
Create.html site doesn’t work. If I use HeaderJavascript from
rt-3.8.0, then it works.

Michael,

Can you be a bit more descriptive about what “doesn’t work”? Without
more information, we have no hope of ever fixing it.

Michael Peer


List info:
The rt-devel Archives


List info:
The rt-devel Archives

List info:
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel

I have tested it on firefox 2.0.0.16, firefox 3.0.1, ie7 and opera
9.26
and on all this browsers I see this error

Ah, I see, if I go digging in the javascript console I see an error.
I thought it was preventing the page from working and throwing a huge
error.

The change was actually developed for IE7 and IE6 and using
the old version of HeaderJavascript means that the WYSIWYG editor
won’t work properly for those browsers.

I suggest filing a bug at rt-bugs@bestpractical.com and we’ll have a
look
for 3.8.2

-kevin

I have tested it on firefox 2.0.0.16, firefox 3.0.1, ie7 and opera
9.26
and on all this browsers I see this error

Ah, I see, if I go digging in the javascript console I see an error.
I thought it was preventing the page from working and throwing a huge
error.

The change was actually developed for IE7 and IE6 and using
the old version of HeaderJavascript means that the WYSIWYG editor
won’t work properly for those browsers.

This will be fixed in 3.8.2, you can find the fix in revision 15297 in
the subversion repository.

-kevin

Thanks a lot.

It works great.

MichaelFrom: rt-devel-bounces@lists.bestpractical.com
[mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin
Falcone
Sent: Wednesday, 20 August, 2008 17:49
To: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

I have tested it on firefox 2.0.0.16, firefox 3.0.1, ie7 and opera
9.26
and on all this browsers I see this error

Ah, I see, if I go digging in the javascript console I see an error.
I thought it was preventing the page from working and throwing a huge
error.

The change was actually developed for IE7 and IE6 and using the old
version of HeaderJavascript means that the WYSIWYG editor won’t work
properly for those browsers.

This will be fixed in 3.8.2, you can find the fix in revision 15297 in
the subversion repository.

-kevin

-----Original Message-----
From: rt-devel-bounces@lists.bestpractical.com
[mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin
Falcone
Sent: Wednesday, 20 August, 2008 16:52
To: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

I have installed rt-3.8.1. When I create a new ticket as privileged
user, I get the following javascript-error on the create-page:
“missing
) after argument list
doOnLoad(hide(document.getElementById(‘Ticket-Create-details’)););
\n”

After a few tests I have seen, that the problem is in the new
function

doOnLoad, used in the element HeaderJavascript. If I replace the
element HeaderJavascript with the element from rt-3.8.0, then the
create-site works.

I hope this is more understandable to you. If not, I will try to
make it more concise.

Michael

You haven’t mentioned what browser you are seeing this error in.

-kevin

Thank you very much

Michael

-----Original Message-----
From: Jesse Vincent [mailto:jesse@bestpractical.com]
Sent: Wednesday, 20 August, 2008 14:35
To: Peer Michael
Cc: rt-devel@lists.bestpractical.com
Subject: Re: [Rt-devel] New HeaderJavascript in rt-3.8.1

Hi

A have seen, that with the new HeaderJavascript in rt-3.8.1 the
Create.html site doesn’t work. If I use HeaderJavascript from
rt-3.8.0, then it works.

Michael,

Can you be a bit more descriptive about what “doesn’t work”?
Without
more information, we have no hope of ever fixing it.

Michael Peer


List info:
The rt-devel Archives


List info:
The rt-devel Archives


List info:
The rt-devel Archives


List info:
The rt-devel Archives

List info:
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel