15 | | For now I think the safest option is to set `autocomplete="off"` on the whole form in all WebKit browsers. This works well but would prevent autocomplete for all fields, including all metaboxes added by plugins. There will likely be some unhappy users because of this. So the question is: what is more important, maintain the editor content when the user clicks the Back button or have autocomplete for metaboxes? |
| 15 | For now I think the safest option is to set `autocomplete="off"` on the whole form in all WebKit browsers. This works well but would prevent autocomplete for all fields, including all metaboxes added by plugins. There will likely be some unhappy users because of this. |
| 16 | |
| 17 | So the question is: what is more important, maintain the editor content when the user clicks the Back button or have autocomplete for metaboxes? |