Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2008 at 18:55 UTC
Updated:
8 Mar 2009 at 18:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
asimmonds commentedDid this backport a couple months ago, but forgot to upload the patch. I've had this patch running on my local 6.x-dev instance for that time, haven't noticed any problems so far...
Comment #2
damien tournoud commentedMakes total sense and makes form_type_checkbox_value() of D6 on par with D7.
Comment #3
gábor hojtsyHow is the rest of the original issue is not applying here? I am not getting what was the issue there, the description was very bad to say the least.
Comment #4
gábor hojtsyDrupal.org suffers from this bug, see #378898: Resubscribe users to Maintainer News. Can someone please enlighten me on my question, so we can get this in and deployed on drupal.org sooner then later?
Comment #5
damien tournoud commentedGabor: the only issue here is: disabled checkboxes, even where they are checked, are not sent by the browser (by spec). We need to special case the disabled case so as to provide the correct value to form handlers.
Comment #6
gábor hojtsyCommitted to Drupal 6.