From 62d7f7512091b9c2002e87d2798a07335bf79d22 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 26 Apr 2011 22:33:32 +0000 Subject: [PATCH] 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 git-svn-id: svn://10.0.0.236/trunk@262236 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../webtools/bugzilla/template/en/default/search/form.html.tmpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 6dde0214070..97c793cf4e5 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7790 \ No newline at end of file +7791 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl index f519c8f69dc..f3104203cab 100644 --- a/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl +++ b/mozilla/webtools/bugzilla/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"