Forums / Cotonti / Bugs / Comments form is too wide

grv87
#24957 2010-06-17 06:33
Please replace in function sed_build_comments in functions.php

<textarea class="minieditor" name="rtext" rows="10" cols="120">
with
<textarea class="minieditor" name="rtext" rows="10" style="width: 100%">

When width of my page is less than 120 cols, then form for new comment is too wide, and CSS can't correct this.

And please change behavior of login form, when user inputs "*" in password field. Now we receive message "Wrong input", it is discouraged. Logically we must receive message 151 "Login failed (wrong name or password)".