diff options
author | lpsolit%gmail.com <> | 2007-05-07 22:50:36 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-07 22:50:36 +0200 |
commit | b6d8b60c7978d3ffb5b737d8532b145a8ec0391e (patch) | |
tree | ef04d769bc512fcc87a70cb60c4351adfb4cab56 | |
parent | d7f9f71d223667a93d897c2ac76f6e2feb3d304f (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/global/textarea.html.tmpl | 1 |
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> |