Saving draft is reloading the entire page
-
WP-markdown version : 1.5.1
I installed a plugin which binds “Ctrl+S” to “saving draft” action, and I realized that the entire page was reloaded – which is not compatible with a quick save keyboard shortcut ??
When I deactive WP-Markdown, page is not reloaded.
I looked on the Network tab of Firebug (webdev Firefox extension), and I saw this:
- without WP-Markdown : a POST to https://<mysite.com>/wp-admin/admin-ajax.php is fired, page is not reloaded.
- with WP-Markdown : a POST to https://<mysite.com>/wp-admin/post.php with 302 Moved Temporarily, then a GET to https://<mysite.com>/wp-admin/post.php?post=<postID>&action=edit&message=10, then page is reloaded – I can tell this because the Network tab is emptied.
Am I the only one with this? It’s quite annoying.
Thanks!
- The topic ‘Saving draft is reloading the entire page’ is closed to new replies.