Re: [rt-users] Script problem in the Create Ticket screen

2010-02-24 Thread Jesse Vincent



On Tue 23.Feb'10 at 10:10:49 -, richard.hell...@stfc.ac.uk wrote:
 Hi,
 
  
 
 This may well be old hat and fixed in the latest version but I thought  I’d 
 report it just in
 case.

Indeed it is already fixed.  For the future, it's always good to mention which 
version
of RT you're reporting a bug in.  

Best,
Jesse

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Script problem in the Create Ticket screen

2010-02-23 Thread richard.hellier
Hi,

 

This may well be old hat and fixed in the latest version but I thought  I'd
report it just in case.

 

From RT's home screen, clicking on New Ticket in raises a scripting
alert about a missing ) character.

 

Looking at the code involved, I see the line:

 

doOnLoad(hide(document.getElementById('Ticket-Create-details')););

 

which has the required # of ) but has a superfluous semicolon.

 

--

 

Cheers,

 

Richard.

 



smime.p7s
Description: S/MIME cryptographic signature
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] Script problem in the Create Ticket screen

2010-02-23 Thread Kevin Falcone
On Tue, Feb 23, 2010 at 10:10:49AM -, richard.hell...@stfc.ac.uk wrote:
Hi,
 
This may well be old hat and fixed in the latest version but I thought  
 I'd report it just in
case.
 
From RT's home screen, clicking on New Ticket in raises a scripting 
 alert about a missing
) character.
 
Looking at the code involved, I see the line:
 
doOnLoad(hide(document.getElementById('Ticket-Create-details')););
 
which has the required # of ) but has a superfluous semicolon.

You don't say what version of RT this is, but as far as I know a JS
error that sounds similar to this was fixed at least 18 months ago,
along with many other browser fixes included in more recent releases.

git show 14b518d8

-kevin


pgpUmayB0E6wX.pgp
Description: PGP signature
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com