From: Frédéric Buclin Date: Tue, 26 Apr 2011 22:18:51 +0000 (+0200) Subject: Bug 652338: The "Component" multi-select field in the search page automatically scrol... X-Git-Tag: bugzilla-4.0.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6133f63122f9ad81965058f05a75a6b9ae38a1;p=thirdparty%2Fbugzilla.git Bug 652338: The "Component" multi-select field in the search page automatically scrolls to the top of the list every time you select a component r=mkanat a=LpSolit --- diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index f519c8f69d..f3104203ca 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -176,7 +176,6 @@ TUI_hide_default('information_query'); [% INCLUDE "search/field.html.tmpl" field => bug_fields.component accesskey => "m" - onchange => "doOnSelectProduct(2);" value => default.component %] [% INCLUDE "search/field.html.tmpl"