Problem/Motivation

Paste this:

<p>
  debug
</p>
<p>
  debug
</p>
<p>
  debug
</p>

Yet after final insert:

<p>
    <p>
        debug
    </p>
    <p>
        debug
    </p>
    <p>
        debug
    </p>
</p>

Steps to reproduce

Paste anything

Proposed resolution

Fix paste

Remaining tasks

MR

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Issue fork footnotes-3484654

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

scott_euser created an issue. See original summary.

andreastkdf’s picture

Works for me! Thanks!

  • scott_euser committed d2cc40df on 4.0.x
    Issue #3484654 by scott_euser, andreastkdf: Pasting content nests...
scott_euser’s picture

Status: Active » Fixed

Great thanks for confirming and thanks for the detailed walk through earlier.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.