From: lpsolit%gmail.com <> Date: Mon, 7 May 2007 20:52:42 +0000 (+0000) Subject: Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting... X-Git-Tag: bugzilla-3.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18616c7366253a4936a9ab353b0123c38e77b18;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 %]