Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59162


Ignore:
Timestamp:
08/21/2023 04:16:43 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59162 – Description

    initial v1  
    11**Steps to reproduce**
    221. Create a new page
    3 2. Inserat a classic editor block
    4 3. Enter "Link1" and "Link2" in separate paragraphs and link them to https://link1.tld and https://link2.tld. The resulting code should look like this:
     32. Insert a classic editor block
     43. Enter "Link1" and "Link2" in separate paragraphs and link them to `https://link1.tld` and `https://link2.tld`. The resulting code should look like this:
    55{{{
    66<p><a href="https://link1.tld">Link1</a></p>
     
    10105. Start by marking the word "Link1" from the back, without clicking in the word first.
    11116. Press the Delete key on the keyboard. The text will be deleted, but the link will remain.
    12 7. Press the Delete key again. The empty line will be deleted and the previously not completely deleted link will be applied to the text "Link2". Thus, Link2 no longer points to https://link2.tld but https://link1.tld.
     127. Press the Delete key again. The empty line will be deleted and the previously not completely deleted link will be applied to the text "Link2". Thus, Link2 no longer points to `https://link2.tld` but `https://link1.tld`.
    1313
    1414**Expected result**