Stack Overflow (at least, and probably other SE sites) just recently got a slick new "inline" editing mechanism for questions and answers, where instead of taking you to a new page for editing, it just modifies the page in place with the editing interface, using JavaScript and dynamic HTML.
This is great. It didn't feel broken to me before, but it's cool, it's fast, and I bet it reduces server load, which is a Good Thingtm. But:
If you edit something of any size, particularly a question, so much changes (virtually everything in the window) that it gives a very strong impression that you've changed pages — I mean, you clicked a link, and everything seemed to change. If the question was of any size, it probably scrolled the page up to the top (since you were scrolled down a bit to click "edit") and just about everything you see is slightly different. The impression of page-change is very strong.
This doesn't happen editing smaller things, particularly shorter answers. There enough of the surrounding page stays put that it's clear(er) that you've just changed modes, not pages.
Because the page-change vibe is so strong with larger items, you immediately find yourself doing the natural thing if you decide not to edit or didn't mean to click that link or whatever: Clicking the Back button. But you don't find yourself back at the question, you find yourself wherever you were before that. This is surprisingly jarring.
My first thought was to set a browser history point. This is readily done in modern browsers (and not-so-modern browsers), and it would preserve the natural reaction to such a large change when clicking a link if you want to "go back" — using the Back button. As Jon Skeet said in a comment when a "cancel" button for edits was raised, "The back button pretty much is the web UI for "I didn't mean to do that.".
But when you're editing smaller things, that may not be the UX people expect, although I've seen it used to good effect (and I'm told Facebook does this with their image pop-ups).
Barring a history point, just something making it more obvious that you haven't changed pages would improve the UX. If we can get rid of the "page change" vibe on larger items, I don't think people will necessarily reach for the Back button. I never have when editing a comment. But I have, repeatedly now, when editing larger questions or answers.
Suggestion: Experimenting with this more, it seems to me the worst of it happens when the top of the thing being edited is off the top of the browser window. The jump makes everything move, even if many things stayed the same, giving the impression of a page change. The fadeout/fadein doesn't help, because it gives the impression of page refresh as well.
It may well be as simple as smooth-scrolling up to the top of the item (if the top is scrolled out of the window) before replacing it with the edit interface. I'll say frankly that I'm not usually a fan of that sort of thing, but I think it would break the illusion, because page changes don't scroll like that. I'd like to come up with something more complete, something that happens regardless of where the top of the item being edited is, but that would make a start.
cancellink right next to the "Save Edit" button, but I take your point about a change in behaviour. – ChrisF♦ Jul 11 '11 at 13:11new edithiccup: meta.stackoverflow.com/questions/98132/… – amanaP lanaC A nalP A naM A Jul 11 '11 at 15:27Escto also cancel the edit. – Jarrod Dixon♦ Jul 11 '11 at 18:18