When using the bootstrap theme (http://drupal.org/project/bootstrap) and the editable field is in a views generated table, the editable field doesn't display, only the Save or Edit this field buttons display.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | editablefields-bootstrap-submit-fix-1909768-2.patch | 1 KB | parisek |
Comments
Comment #1
milos.kroulik commentedComment #2
parisekI provided patch, that resolves this issue - submit button is hidden if javascript is enabled and autosave works. The problem is that bootstrap theme uses button element as replacement of input[name=submit] element which provided JS is not accepting.
Summary of patch: changed selector from input.form-submit to .form-submit
Comment #3
jgullstr commentedPatch in #2 works fine. The new selector shouldn't be too generic, as its already within a .editablefield-item context.
Comment #5
joelpittetThank you, I've committed and pushed this to -dev.