]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting...
authorlpsolit%gmail.com <>
Mon, 7 May 2007 20:52:42 +0000 (20:52 +0000)
committerlpsolit%gmail.com <>
Mon, 7 May 2007 20:52:42 +0000 (20:52 +0000)
template/en/default/global/textarea.html.tmpl

index e96721b50abaad082c967be646183def797c6811..8dd0cae47ae052fe8980a6c1f69e09a5f161cc62 100644 (file)
@@ -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 %]</textarea>