|
the quick edit, like the quick post, uses a technology called AJAX which uses Javascript to communicate with the server and accomplish what might have been done by reloading the page, getting an edit form, then sending the information and getting a new page shown with the edits confirmed. It's handy when it works properly, but can fail for various reasons, mostly due to the 'stateless' environment of http.
In other words, what Susie said is also how I get around this.
|