[wp-trac] [WordPress Trac] #23216: Create "WP Heartbeat" API
WordPress Trac
noreply at wordpress.org
Fri Jan 18 00:34:37 UTC 2013
#23216: Create "WP Heartbeat" API
----------------------------+------------------
Reporter: azaozz | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.6
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: autosave-redo |
----------------------------+------------------
Comment (by azaozz):
Concurrent editing is not on the table, yet :)
It cannot be done with a TinyMCE plugin. To be able to lock rows (or even
paragraphs) TinyMCE would most likely have to move away from using
contenteditable and do direct DOM manipulation so only the currently
edited row (text node) will be "unlocked" and the rest will be a standard,
non-editable HTML.
As far as I know Google docs do XHR saves every second while the user is
typing, and in addition do polling every 10-15 sec. We will be doing
something similar but instead of saving to the server, we will be saving
to the browser's local storage (see #23220).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23216#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list