After upgrading to Drupal 4.6.4 from 4.6.3 I noticed what you can see in the screen shot. The comments form is not shown correctly and is not usable. I checked this with both default Bluemarine and my own theme, it happens every time. To reproduce it: just install Drupal 4.6.4, enable comments, post an article and click on it to see the comment form, it cannot be used practically because the form has no width. The produced XHTML code is:
<textarea wrap="virtual" cols="70" rows="10" name="edit[comment]" id="edit-comment" class="textarea required">--
NSK, Wikinerds.org Admin/Owner: http://nsk.wikinerds.org</textarea>
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | common.inc_14.patch | 1.44 KB | m3avrck |
| comments-drupal-bug.jpg | 74.7 KB | nsk |
Comments
Comment #1
m3avrck commentedThis is problem with 4.6 only, not CVS. This patch should fix it.
Comment #2
Spinifex commentedOn a clean install of 4.6.4 this problem affects every multi-line text input area sitewide, not just the comments. Patch fixes it just fine.
Comment #3
nsk commentedI filed this under CVS because I was not able to file it under 4.6.4, see http://drupal.org/node/39496
Comment #4
nsk commentedI would like to thanks m3avrck for the quick fix. I also would like to emphasise the need to publish a new release (4.6.5) containing the patch as I regard this a very serious bug that directly affects user experience and usability of Drupal-based sites.
Comment #5
nsk commentedalso see another bug in 4.6.4, this one: http://drupal.org/node/39497
Comment #6
Bèr Kessels commentedTested on fifteen sites, works as expected.
Comment #7
dries commentedCommitted. Thanks.
Comment #8
(not verified) commented