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=&quot;70&quot; rows="10" name="edit[comment]" id="edit-comment" class="textarea required">--
NSK, Wikinerds.org Admin/Owner: http://nsk.wikinerds.org</textarea>

CommentFileSizeAuthor
#1 common.inc_14.patch1.44 KBm3avrck
comments-drupal-bug.jpg74.7 KBnsk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m3avrck’s picture

Version: x.y.z » 4.6.3
Status: Active » Reviewed & tested by the community
FileSize
1.44 KB

This is problem with 4.6 only, not CVS. This patch should fix it.

Spinifex’s picture

On 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.

nsk’s picture

I filed this under CVS because I was not able to file it under 4.6.4, see http://drupal.org/node/39496

nsk’s picture

I 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.

nsk’s picture

also see another bug in 4.6.4, this one: http://drupal.org/node/39497

Bèr Kessels’s picture

Tested on fifteen sites, works as expected.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)