As above. On 'create content' and 'edit' pages, both "unrated" and "0" have selected="selected" for all new and unrated nodes.

Comments

drewish’s picture

Status: Active » Fixed

Thanks for the bug report. That's a result of this bug. I believe it's been fixed in the current version of CVS. If it's not, please re-open both bugs.

jamespvg’s picture

Status: Fixed » Active

Updated to the latest CVS, and the problem persists.

Creating new nodes '0' is selected="selected"; editing current unrated nodes both '0' and 'Unrated' have selected="selected".

drewish’s picture

Humm, I just talked to chx and a rewrite of select, that should fix this was committed a couple of days ago. Can you paste in the CVS Id of your drupal/includes/form.inc file for me? The one for the current version from HEAD is:
// $Id: form.inc,v 1.54 2006/01/19 17:53:53 dries Exp $

drewish’s picture

Oh, forgot to provide the link to chx's rewrite, bug #45365

jamespvg’s picture

Status: Active » Fixed

Thanks drewish, that patch has corrected the problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)