This is my setup:

  • Vanilla install (Drupal 6.22)
  • Views
  • CCK
  • Slick Grid (Ajax Load / Beauty Tips)

To recreate this bug;

  1. Create a new content type
  2. Add a text field with a single on/off checkbox
  3. Make sure 'required field' is unchecked
  4. Assign the 'Allowed Values'
  5. Save the field
  6. Now add some content and select the options in the checkbox
  7. Create a slickgrid view containing the NID and node title
  8. Finally select the editor as 'textcell' and save the view with a page display

When updating the cell via slickgrid I get a warning and the following error message in the drupal log:

There was 1 error: My Field Name: illegal value.

Possibly related to: http://drupal.org/node/1123474

Comments

sittard’s picture

This is a problem only when the widget type is set to 'Single on/off checkbox'. Works fine when the widget type is 'Checkboxes / Radio Buttons'

Don't think it's related to: http://drupal.org/node/1123474

aytee’s picture

I concur with sittard.
Editing does not work when widget type is set to "Single on/off checkbox" but DOES work when the widget type is "Checkboxes / Radio Buttons" or "Select List".

arkjoseph’s picture

Any sort of inline editing doesn't work very well from my testing. it appears to work but the only way to ensure it works is remove validation and even with that, it is not true inline editing when a popup box needs to appear. Drupal's inline editing ability is poor if not impossible.

tested in 6.x and 7.x