Closed (fixed)
Project:
Editable Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 16:45 UTC
Updated:
9 Dec 2016 at 23:04 UTC
Jump to comment: Most recent, Most recent file
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.