﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	branch	changelog	apichanges	internalchanges
4550	Javascript error in New Ticket page	nil4	Christian Boos	"The source:trunk/templates/ticket_new.html file contains this Javascript snipped in the head:

{{{
#!text/html
<script type=""text/javascript"">
 $(document).ready(function() {$(""#summary"").get(0).focus()});
</script>
}}}

This refers to a field with `id=""summary""`, but the actual summary field has `id=""field-summary""`. As there's no error checking on the result of the `$()` function, this results in an error message in Internet Explorer."	defect	closed	normal	0.11	ticket system	devel	trivial	fixed						
