From ab3f78e604daeac028552a63e53eccec9084ddb9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 26 Sep 2012 00:44:05 +0800 Subject: Bug 794080: guided bug entry throws a "cannot focus invisible element" error on IE8 --- .../template/en/default/guided/guided.html.tmpl | 50 ++++++++++------------ 1 file changed, 23 insertions(+), 27 deletions(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index ee5bea892..93d036f7b 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -4,6 +4,7 @@ # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. + #%] [% PROCESS global/variables.none.tmpl %] @@ -15,10 +16,6 @@ [% yui_modules = [ 'history', 'datatable', 'container' ] %] [% yui_modules.push('autocomplete') IF BMO %] -[% IF BMO %] - [% onload = "YAHOO.util.Dom.get('prod_comp_search').focus();" %] -[% END %] - [% PROCESS global/header.html.tmpl title = "Enter A Bug" javascript_urls = js_urls @@ -115,6 +112,28 @@ dupes.setLabels( %] +[% IF BMO %] +

+ Or search for a Product: +

+ +
+
+
+ Type to find product and component by name or description: + +
+ +
+
+
+ +[% END %] + [% END %] @@ -260,29 +279,6 @@ dupes.setLabels(

None of the above; my [% terms.bug %] is in:

- -[% IF BMO %] -
-
-
- Type to find product and component by name or description: - -
- -
-
-
- - -

- Or select a product: -

-[% END %] - [% END %] [% BLOCK exit_block %] -- cgit v1.2.3-24-g4f1b