From f18616c7366253a4936a9ab353b0123c38e77b18 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 7 May 2007 20:52:42 +0000 Subject: [PATCH] Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting - Patch by Bill Barry r/a=LpSolit --- template/en/default/global/textarea.html.tmpl | 1 - 1 file changed, 1 deletion(-) 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 %] -- 2.47.2