Opera7 compatibility cvs upcvs upcvs upcvs up! some IE ameliorations, still
[old-projects.git] / philter / philter / include / plugin_autoreply.inc.php
index 84c4f7c..561e4f9 100644 (file)
@@ -18,8 +18,9 @@ class AutoReplyPlugin extends ActionPlugin {
             .   "    var ta = document.createElement('textarea');\n"
             .   "    ta.setAttribute('name', Node.name+'[1]');\n"
             .   "    ta.setAttribute('cols', '74');\n"
-            .   "    ta.setAttribute('rows', '10');\n"
+            .   "    ta.setAttribute('rows', '2');\n"
             .   "    ta.setAttribute('onfocus', 'ta_onfocus(this);');\n"
+            .   "    ta.setAttribute('onblur', 'ta_onblur(this);');\n"
             .   "    if(data[1]) ta.value = data[1];\n"
             .   "\n"
             .   "    Node.appendChild(document.createElement('br'));\n"