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.

Comments

milos.kroulik’s picture

Title: Incompatible with Bootstrap theme » Editable field is hidden in Views table themed by Bootstrap theme
Issue summary: View changes
parisek’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new1 KB

I 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

jgullstr’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

Patch in #2 works fine. The new selector shouldn't be too generic, as its already within a .editablefield-item context.

  • joelpittet committed 97f0c29 on 7.x-1.x authored by parisek
    Issue #1909768 by parisek, jgullstr: Editable field is hidden in Views...
joelpittet’s picture

Status: Reviewed & tested by the community » Fixed

Thank you, I've committed and pushed this to -dev.

Status: Fixed » Closed (fixed)

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