Because of

        // Populate $items back in the field values, but avoid replacing missing
        // fields with an empty array (those are not equivalent on update).
        if ($items !== array() || isset($entity->{$field_name}[$langcode])) {
          $entity->{$field_name}[$langcode] = $items;
        }

in the function _field_invoke() there are no empty field values delivered that could then be clicked for editing. But the small change in the attached patch is fixing that.

CommentFileSizeAuthor
jeditable.module.2.patch546 bytesjurgenhaas

Comments

murz’s picture

Status: Active » Fixed

Thank's! Fixed in official module page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.