Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-564

Comment Editor populated by Preview from another wikipage

Bulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersConvert to sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.8.2, 3.0
    • 2.8.3, 3.0
    • None
    • None
    • JSPWiki

    Description

      When a user Edits a page and then clicks Preview, the contents of the previewed page are saved in the session so that whenever the user adds a comment, the editor is auto-filled with the contents of the preview.

      Steps to reproduce:
      1. Navigate to any page that allows the user to Edit (ie. http://www.jspwiki.org/wiki/IrcChannel)
      2. Click Edit
      3. Click Preview
      4. Click Save, Cancel, or simply navigate to another page (ie. http://www.jspwiki.org/wiki/JSPWikiMailingList)
      5. Click More>Add Comment
      The edit box will be filled with the Previewed text for the wiki page from step 1.

      The "Keep Editing" button clears the saved text.

      in Edit.jsp if keep editing is clicked (<input type="submit" title="Continue to edit the current page [ e ]" accesskey="e" value="Keep editing" name="edit"/>) EditorManager.REQ_EDITEDTEXT is removed from the session:

      session.removeAttribute( EditorManager.REQ_EDITEDTEXT );

      Also is it desired behavior to have the Comment edit field autofilled with anything? If not can't we just clear the EditorManager.REQ_EDITEDTEXT at the beginning of Comment.jsp?

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            metskem Harry Metske
            jeffallen Jeff Allen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment