Opened 6 months ago
Last modified 6 months ago
#22412 new enhancement
Save posts via Ajax
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | 3.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | info@… |
Description
When editing a post/page (as with any other type of document) one of the primary benefits is the undo/redo feature.
However, as soon as you update your changes you lose access to undo your previous keystrokes before the update. If you could save posts via Ajax then you would still be able to undo/redo post edits seamlessly.
Perhaps there could be a toggle in general settings for this option, and have it enabled by default?
Change History (4)
I think that sometimes auto-save function does not save custom meta settings, some are only saved by Update button.
http://codex.wordpress.org/Function_Reference/add_meta_box#Example
Version 0, edited 6 months ago
by alexvorn2
(next)
comment:4
SergeyBiryukov — 6 months ago
Related: #18514
Note: See
TracTickets for help on using
tickets.

Update: I realise that this happens via Ajax by default during auto-save but it would be very useful to have it do the same when you manually hit 'Update'.