Active
Project:
Drupal core
Version:
main
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
25 Jan 2013 at 23:09 UTC
Updated:
1 Apr 2025 at 01:52 UTC
Jump to comment: Most recent
As @webchick said in #1510544-126: Allow to preview content in an actual live environment
I found my natural inclination while testing this was to want to be able to save right when I'm looking at the page
Follow-up of #1510544: Allow to preview content in an actual live environment
Add save dropbutton as per #1751606: Move published status checkbox next to "Save" to the preview bar.
We'll have a save dropbutton next to "Back to content editing" link.
None

| Comment | File | Size | Author |
|---|---|---|---|
| save button.png | 39.97 KB | jibran |
Comments
Comment #1
jibran#1510544: Allow to preview content in an actual live environment is in.
Comment #2
Bojhan commentedI am not sure how I feel about this, the idea is that you return to the content creation page - as that is the central interface.
Comment #3
webchickIf anything I'd turn the "Back to content editing interface" button into a drop-down to save space.
Comment #4
yoroy commentedInteresting case where you can't save on the node form when preview is made required: #2354469: Can't create node, if preview is required
Comment #5
swentel commentedComment #6
jibranComment #7
dawehner.
Comment #9
yoroy commentedComment #11
pixelmord commentedComment #12
dimiter commentedComment #13
yoroy commentedOooh nice, did you get anywhere with this?
Comment #16
jibranDo we still need this? Even after the recent changes in node form?
Comment #17
berdirThis has nothing to do with them I think, so would still be useful.
However, I expect quite a few problems with this, specifically that all non-field based things would be lost if we simply save the node, e.g. menu link changes. Otherwise we'd need to submit the node form and not just save the node we have.
Comment #18
webchickI had always envisioned this working in the way you describe, so carrying over all of the field values as well as the node values. (I'm surprised it doesn't already do that, given that it previews those values?)
However, we might want to revisit this issue in UX meeting, because we recently ripped out the dropbutton pattern on the node form due to its obtuseness for content authors.
Comment #19
berdirYes, it wouldn't be a dropbutton anymore, just a save I guess and possibly explicitly display the status?
node values = field values (a node/entity is nothing but a set of fields with values). But there are things that are *not* saved on the node, and the menu link settings are one example of that. That's not visible because we are not actually previewing/showing that anywhere. It works right now because we store the whole form state including all submitted values and then we restore it, but it woudln't work if we'd just do a $node->save(), then those changes would be gone.
Comment #20
Bojhan commentedLets proceed with the idea, but we need to figure out the best execution.
Comment #21
handkerchiefGreat! I'm glad this will be implemented. This is a very important feature for us, because it's intuitive to save the node direct in the preview. Less unnecessary clicks.
Comment #22
handkerchiefIt would be nice, if the save dropbutton would also be at the end of the form as usual. But it's a "nice to have".
Comment #24
kapil17 commentedIn which release we are having this feature of saving node on preview page ???
Thanks
Comment #25
adminMN2023 commentedHi, is this the same as a SAVE Progress type button? I am editing long pages and it would be nice to have a save button that does not send the used to a preview screen from which they then have to drill back dow to node to keep editing. "Save" "Save and Preview"
Comment #28
joseph.olstadYes this is still a usability issue and would be a very user friendly improvement to have.
Comment #31
trishkaideka commentedRecently I have had multiple clients request this feature.
It would be a great addition to the usability of the node preview form.
Comment #32
gngn commentedI agree that this would be big usability improvement (and my clients also request this feature).
Comment #37
boyar commentedCreated a small module for this - https://www.drupal.org/project/node_preview_save
Comment #38
acbramley commentedWe don't have dropbuttons for saving anymore so we need a title and IS update here.
Also #19 is probably going to cause massive confusion over this if that wasn't also taken into account.