summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/textarea.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-07 22:50:36 +0200
committerlpsolit%gmail.com <>2007-05-07 22:50:36 +0200
commitb6d8b60c7978d3ffb5b737d8532b145a8ec0391e (patch)
treeef04d769bc512fcc87a70cb60c4351adfb4cab56 /template/en/default/global/textarea.html.tmpl
parentd7f9f71d223667a93d897c2ac76f6e2feb3d304f (diff)
downloadbugzilla-b6d8b60c7978d3ffb5b737d8532b145a8ec0391e.tar.gz
bugzilla-b6d8b60c7978d3ffb5b737d8532b145a8ec0391e.tar.xz
Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting - Patch by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
Diffstat (limited to 'template/en/default/global/textarea.html.tmpl')
-rw-r--r--template/en/default/global/textarea.html.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl
index e96721b50..8dd0cae47 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 %]</textarea>