Last modified: 2006-01-15 04:14:51 UTC
If trying to move a page, and a reason is entered in the box provided, when clicking "move" and being told that a delete-and-move can be tried instead, the reason field should have the text entered when trying to move the page originally; instead, it isn't, and the reason field is now blank. Push it into the POST string?
Created attachment 913 [details] Patch to fix the bug The problem is simply that the HTML code is <textarea ... value="the reason" /> when it should be <textarea ...>the reason</textarea> This second style is how the "show preview" feature is implemented.
Seems to have been corrected in CVS HEAD as it is.