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:
- In tinymce editor, in text tab write something like <span id="test">test content</span>
- Now in Visible tab remove the text 'test content'
- 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)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #26986.