I'm not seeing a save button if the "manage field" field text is set to plain text.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dags’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure how to reproduce this bug. Could you please provide more information about your configuration?

kingdee40’s picture

I'm still investigating the exact cause but the submit "Save" button is on the page, it's just hidden style="display: none;". I have no idea where it's getting that element.

div id="edit-actions--3" class="form-actions form-wrapper"
input id="edit-submit--2" class="form-submit ajax-processed" type="submit" value="Save" name="submit-" style="display: none;"

Anonymous’s picture

I think it does not have an submit button (as many other input elements as well) because the submit action is triggered by javascript events and an ajax submission of this value to the server.

kingdee40’s picture

Alright I finally figured it out.

To prevent the "Edit summary" from showing on editablefields I disabled the
summary input checkbox on the content types (article) body.

Article -> Manage fields -> Edit (body) -> uncheck the summary input checkbox

Disabling this also causes the Save button to disappear.

kingdee40’s picture

Status: Postponed (maintainer needs more info) » Active
kingdee40’s picture

Status: Active » Needs review
FileSize
1.52 KB

Fixed via javascript

jason.fisher’s picture

Worked for me with a WYSIWYG field -- thanks!

capellic’s picture

I really like the patch in #6 -- except the "cancel" button did funny things so I ended up commenting out that line. I really think this should be a configuration option.

kingdee40’s picture

Can you describe how you are using this and what "funny things" it did?

capellic’s picture

The "funny thing" it did was completely refreshed the page. Not the expected result.