Opened 12 years ago
Closed 12 years ago
#28218 closed defect (bug) (duplicate)
Blank tags get removed - wordpress version 3.9
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.9 |
| Component: | TinyMCE | Keywords: | |
| Focuses: | Cc: |
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)
#1
@
12 years ago
- Component changed from General to TinyMCE
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Duplicate of #26986.