]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 96534: The version, component, and milestone select lists on the query...
authorjustdave%syndicomm.com <>
Fri, 31 Aug 2001 05:56:53 +0000 (05:56 +0000)
committerjustdave%syndicomm.com <>
Fri, 31 Aug 2001 05:56:53 +0000 (05:56 +0000)
commit0e9bbc0b0cf55e2da4d5e4ea30ba8a02324d6265
treea7afc0476f145af1b8a7508111d3592e3491394b
parent155a9860a30278f413c1848c9b6fad980e6a03cd
Fix for bug 96534: The version, component, and milestone select lists on the query page were slow to reflow when you changed the product in the first select list.  This patch is a complete rewrite from scratch of the javascript used on query.cgi, which results in an approximately 700% speed increase in the reflow time when changing the selected product.
Patch by Chris Lahey <clahey@ximian.com> and Christian Reis <kiko@async.com.br>
Javascript changes r= caillon@returnzero.com, louie@ximian.com
Perl changes r= jake@acutex.net, justdave@syndicomm.com
query.cgi