Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29129


Ignore:
Timestamp:
08/06/2014 09:12:31 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29129

    • Property Summary changed from Tinymce adds empty headline after caption to TinyMCE adds empty headline after caption
  • Ticket #29129 – Description

    initial v1  
    11How to reproduce this issue :
    2 1/ Add a title tag with <h2></h2> for instance, <h2>My Title</h2> in text mode.
    3 2/ Switch to visual mode and add a centered picture with a caption
    4 3/ Put the cursor at the beginning of the heading H2 line and press enter to add a blank line
    5 4/ Switch to text mode, the code will look like this :
     21. Add a title tag with `<h2></h2>` for instance, `<h2>My Title</h2>` in text mode.
     32. Switch to visual mode and add a centered picture with a caption
     43. Put the cursor at the beginning of the heading H2 line and press enter to add a blank line
     54. Switch to text mode, the code will look like this :
     6{{{
    67<h2></h2>
    78<h2>My Title</h2>
     9}}}
    810
    9 Tiny MCE as added a blank <h2></h2>
     11TinyMCE has added a blank `<h2></h2>`