Opened 6 months ago
Last modified 5 months ago
#22601 new enhancement
Make post content autosave work more generically
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Autosave | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The JS for autosave/AYS looks for the contents of #post #content. While we should fix the other JS issue related to targeting #content in #22600, it seems that autosave/AYS should be looking for the textarea (or whatever type of input) with the name of content instead, since having that data in the form will save to the post content. That way, if somebody does choose to use a different ID but the right input name, the autosave benefits will kick in.
Discovered while working on #22491.
Note: See
TracTickets for help on using
tickets.
