From: lpsolit%gmail.com <> Date: Mon, 7 May 2007 20:50:36 +0000 (+0000) Subject: Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting... X-Git-Tag: bugzilla-3.1.2~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6d8b60c7978d3ffb5b737d8532b145a8ec0391e;p=thirdparty%2Fbugzilla.git Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting - Patch by Bill Barry r/a=LpSolit --- diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl index e96721b50a..8dd0cae47a 100644 --- a/template/en/default/global/textarea.html.tmpl +++ b/template/en/default/global/textarea.html.tmpl @@ -46,5 +46,4 @@ cols="[% cols FILTER html %]" [% IF maxrows && user.settings.zoom_textareas.value == 'on' %] onFocus="this.rows=[% maxrows FILTER html %]" - onBlur="this.rows=[% minrows FILTER html %]" [% END %]>[% defaultcontent FILTER html %]