Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-23712

Copy and paste content in editor results in indented text and undesirable markup being entered

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Steps to reproduce:

      1. create a new page, enter two paragraphs of text, e.g:
        <p>foo</p>
        <p>bar</p>
        
      2. now select both these paragraphs using Ctrl + A or Cmd + A
      3. copy and then paste back into the same editor
      4. this will result in this markup:
        <p>foo</p>
        <p>bar</p>
        <div style="margin-left: 10px;" data-mce-style="margin-left: 10px;">
            <p>foo</p>
            <p>bar</p>
        </div>
        

      Reproducible in Chrome 14 and 15.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gcheck GuilhermeA
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: