I must say I like the new AJAX-esque edit on SO however there seems to be a small bug (or what I would consider a bug).
If you edit your post it now shows up in-line allowing you to modify the entry. This also appears to set a "dirty" flag (as it's done in the past) which is used to alert the user when leaving the page that they have pending edits. I notice, however, that if you edit a post and cancel out of it, this dirty flag is not reset. e.g.
- You open a question
- You click "Edit" on your post and proceed editing
- dirty flag is set
- You hit cancel (with your changes you were going to apply)
- A warning box is presented asking if you would like to abandon changes (you click yes)
- You're now back to the page as if you didn't edit at all
- You go to leave the page and, despite canceling, you're still warned of leaving a page with pending modifications.
Is this the intended behavior? I feel like a cancel should exempt the warning box when leaving the page, no?