Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#28218 closed defect (bug) (duplicate)

Blank tags get removed - wordpress version 3.9

Reported by: mukeshpal Owned by:
Priority: normal Milestone:
Component: TinyMCE Version: 3.9
Severity: normal Keywords:
Cc: Focuses:

Description

If we remove the text between the tags like <span>, <a>
then whole things get removed.

Steps to reproduce:

  1. In tinymce editor, in text tab write something like <span id="test">test content</span>
  2. Now in Visible tab remove the text 'test content'
  3. It will remove whole things i.e. <span id="test">test content</span>

Expected result:
In Visible tab, On removing text 'test content' It should remove the text between the <span id="test"></span> tag

Actual result:
It removes whole tag and text i.e. <span id="test">test content</span>

Attachments (1)

error_V1.png (52.4 KB ) - added by mukeshpal 12 years ago.

Download all attachments as: .zip

Change History (4)

@mukeshpal
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Component GeneralTinyMCE
  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #26986.

#2 @mukeshpal
12 years ago

  • Resolution duplicate
  • Severity normalcritical
  • Status closedreopened

I have opened the ticket on Tinymce. Please see their response here:

http://www.tinymce.com/develop/bugtracker_view.php?id=6923

#3 @SergeyBiryukov
12 years ago

  • Resolutionduplicate
  • Severity criticalnormal
  • Status reopenedclosed

It's still a duplicate of #26986, see the discussion there.

Note: See TracTickets for help on using tickets.