= Description = If you have a page element used in gui which isn't supported by now you can not easily cancel the page edit by the gui interface. This happens because in wikiaction cancel request is behind convert. -- ReimarBauer <> = Discussion = We changed the order to this. As we do save the text into `HomePage/EditorBackup` it must be converted back or we end up with HTML in there. If one cancels a page edit it should nothing be saved as `HomePage/EditorBackup`. Only by the preview action the content needs to be saved or am I wrong? If fixed it like this: * if you save a page, everything stays as it is * if you hit cancel button, it will try to make a backup of your form content to your `/MoinEditorBackup` page. It needs to run the html to wiki converter if you used the gui editor. If: * that conversion run without crashing, it will save wiki markup to the backup page * that conversion crashed it won't show an error screen, but just save the html to your page page This way it will suck less if a user accidentally cancelled instead of saving. = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: ThomasWaldmann * Status: fixed in 1.5.3 ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBugFixed