Commit b6d8b60c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting…

Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting - Patch by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
parent d7f9f71d
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment